berko3000
December 18th, 2005, 08:25 AM
When I compile a GDI+ app in VC++ 6.0 I get two errors.:
-------------------Configuration: GDITry - Win32 Debug--------------------
Compiling...
Main.cpp
c:\documents and settings\berk\belgelerim\gdiplus\gdiplus\includes\gdiplusenums.h(29) : error C2146: syntax error : missing ';' before identifier 'GraphicsState'
c:\documents and settings\berk\belgelerim\gdiplus\gdiplus\includes\gdiplusenums.h(29) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Main.obj - 2 error(s), 0 warning(s)
How can I fix this?
-------------------Configuration: GDITry - Win32 Debug--------------------
Compiling...
Main.cpp
c:\documents and settings\berk\belgelerim\gdiplus\gdiplus\includes\gdiplusenums.h(29) : error C2146: syntax error : missing ';' before identifier 'GraphicsState'
c:\documents and settings\berk\belgelerim\gdiplus\gdiplus\includes\gdiplusenums.h(29) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Main.obj - 2 error(s), 0 warning(s)
How can I fix this?