Nov 27, 2010 at 4:12pm
Hi there,
I've just started to experiment with the GDI+ libary.¨
My problem is that I can't make a Image object because I get the following error:
1>c:\documents and settings\elly\dokumenter\programmering\visual c++\custom window\custom window\graphic_functions.h(22): error C2065: 'Image' : undeclared identifier
I have included the following headers:
1 2 3
|
#define _AFXDLL
#include <afxwin.h>
#include <GdiPlus.h>
|
Do I need to add more headers before I can use the class?
Regards,
Simon H.A.
Last edited on Nov 27, 2010 at 4:12pm
Nov 28, 2010 at 12:58am
Thanks Shredded!
That solved my problems.
Regards,
Simon H.A.