python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to fix the error C2371: 'RGBQUAD': redefinition; different basic types
I'm coding in C and using GDI. When trying to use RGBQUAD, this errors happens:
C2371: 'RGBQUAD': redefinition; different basic types
Here's my code (it's a header):
typedef union
{
COLORREF rgb;...
waw
Votes: 0
Answers: 0
GDI objects leak
I encounter a problem with GDI objects increasing. How can I solve this problem?
The DeleteObject() function doesn`t help.
// Other Events
GetClientRect(hAnimationStars, &Dimensions);
Animation...
user18175085
Votes: 0
Answers: 1