GDI+ with Win32 API Dev-C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fromethius
    New Member
    • Apr 2007
    • 38

    GDI+ with Win32 API Dev-C++

    I have Windows XP with Dev-C++. I created a Windows Application and added #include <gdiplus.h> to the top of the file. I made sure I had gdiplus.h and all the files it required in my include folder. However, when I try to run the application. I get these errors: http://rafb.net/p/wD4DPa78.html The last two errors repeat over and over again around 250 times. I checked the GdiplusEnums.h file and see this: http://rafb.net/p/ncqJg732.html As I said before, this line: enum EmfPlusRecordTy pe; is giving me the error that says: 534 C:\Dev-Cpp\include\Gdi plusEnums.h use of enum `EmfPlusRecordT ype' without previous declaration. Can I get some help with this one? I really need to use GDI+ with my Dev-C++ Win32 application in order to display PNG files because it is the easiest way I know of to display PNG files without using lots of user-created external libraries.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    So, you are saying your header files contain a URL instead of the actual content??

    That's not going to work at compile time.

    Comment

    Working...