GDI+ is giving me errors
- by user146780
I want to use GDI + just to load a png. I included the headers and lib file then I do:
Bitmap b;
b.fromfile(filename);
I get this from the compiler though.
Error 1 error C2146: syntax error : missing ';' before identifier 'b' c:\users\josh\documents\visual studio 2008\projects\vectorizer project\vectorizer project\vectorizer project.cpp 23…