Hi,
I'm trying to compile a simple GDI+ program with MW_CW_Win_9.4
(example for drawing a line from msdn) and am having difficulties to
compile it.
code example link:
http://msdn.microsoft.com/library/en-us/gdicpp/GDIPlus/usingGDIPlus/gettingstarted/drawingaline.asp?frame=true
I started with a fresh project(win32 c++ exe with default libs, added
gdiplus.lib to project) and just copied the code from the example.
Upon trying to compile I get following error message:
'undefined identifier EmfPlusRecordType' on line 534 in
"GdiPlusEnums.h", which seems to be a forward declaration for a
following enum.
After commenting the line followin error occured:
'undefined identifier max' on line 482 in "GdiPlusTypes.h"
Any help please?
Thanks, and stay clean
Omo