Fromethius 0 Newbie Poster

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 EmfPlusRecordType; is giving me the error that says: 534 C:\Dev-Cpp\include\GdiplusEnums.h use of enum `EmfPlusRecordType' 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.