I have downloaded the GDI+ .h, .lib, and .dll files and when I put them in their proper directories (.h in include, .lib in lib, and .dll in application folder), I recieve numerous compiler errors:
Then there are like 500 or so just like that and it would take me like hours to copy and paste them all, since Dev C++ only allows you to copy one at a time. I'm including <windows.h>, then <GdiPlus.h> and I'm linking GdiPlus.lib. Is there something I'm doing wrong? There could be a slight possibility that I have an improper version of GDI+ because I couldnt find a download anywhere. I had to install SDK to get the files like I read on a tutorial.Code:534 C:\Dev-Cpp\include\SDK\GdiplusEnums.h use of enum `EmfPlusRecordType' without previous declaration 548 C:\Dev-Cpp\include\SDK\GdiplusEnums.h invalid use of undefined type `enum Gdiplus::EmfPlusRecordType' 543 C:\Dev-Cpp\include\SDK\GdiplusEnums.h forward declaration of `enum Gdiplus::EmfPlusRecordType' 548 C:\Dev-Cpp\include\SDK\GdiplusEnums.h enumerator value for `WmfRecordTypeSetBkColor' not integer constant
Thanks in advance for any help!!!



LinkBack URL
About LinkBacks


