Well, I got it to work. I took the if statement out of wingid.h
#if (WINVER >= 0x0500)
BOOL WINAPI AlphaBlend(HDC,int,int,int,int,HDC,int,int,int,int,BLENDFUNCTION);
BOOL WINAPI GradientFill(HDC,PTRIVERTEX,ULONG,PVOID,ULONG,ULONG);
BOOL WINAPI TransparentBlt(HDC,int,int,int,int,HDC,int,int,int,int,UINT);
#endif
Haven't figured out why it isnt' reading the correct version of windows yet.
How about
Then I had problems with the linking. If figured out that too. Woohoo a good day.
Thanks
drew
hi griend where you put this code in any .H or where salutes ;D
#if (WINVER >= 0x0500)
BOOL WINAPI AlphaBlend(HDC,int,int,int,int,HDC,int,int,int,int,BLENDFUNCTION);
BOOL WINAPI GradientFill(HDC,PTRIVERTEX,ULONG,PVOID,ULONG,ULONG);
BOOL WINAPI TransparentBlt(HDC,int,int,int,int,HDC,int,int,int,int,UINT);
#endif
Haven't figured out why it isnt' reading the correct version of windows yet.
How about
Then I had problems with the linking. If figured out that too. Woohoo a good day.
Thanks
drew
[/quote]