Git image on button
-
I want to use CImage, which needs atlimage.h, but the problem is that I don't have this file on my computer (I use Visual Studio 6.0 on WinXP). Do you know where can get the headers/libraries I need ?
I think you need at least Visual Studio Standard edition.
WhiteSky
-
I think you need at least Visual Studio Standard edition.
WhiteSky
-
Why you didnt use of GDI+ ? anyway on the codeproject has an article I think its good for you its name is CXImage.
WhiteSky
-
I want to use CImage, which needs atlimage.h, but the problem is that I don't have this file on my computer (I use Visual Studio 6.0 on WinXP). Do you know where can get the headers/libraries I need ?
I agree with WhiteSky. CImage uses GDI+ internally. You can use GDI+ directly. For CImage you'd need VS2003+ I believe. Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder