Hello everyone.
I was just wondering if anyone has or knows how to use gdi+ in C::B. I'm using C::B in WinXP with the GNU GCC Compiler and I've downloaded the gdi+ header and lib files from here:
http://code.google.com/p/wxmax/downloads/detail?name=gdiplus_includes.zip&can=2&q=I've also linked the compiler to libgdiplus.a and added the header files include folder to the compiler search directories.
In my code I used
#include and when I run the debugger (F8) I get a very long list of errors beginning in GdiplusEnums.h.
If anyone has any information on this I'd really appreciate it. Thanks!
Also I previously posted this message in a more general programming forum and then decided I should probably seek help in a graphics specific forum (so here I am).