Avatar of xtran007
xtran007

asked on 

Gdiplus class

In my code:

      Image image(pszImageName);
where class Gdiplus::Image

But I got the compiling error:
c:\download\codeproject\sourceimageviewernewver\cimageprocess.cpp(71) : error C2664: 'Gdiplus::Image::Image(const WCHAR *,BOOL)' : cannot convert parameter 1 from 'unsigned short *' to 'const WCHAR *'
Editors IDEsC++

Avatar of undefined
Last Comment
EE_AutoDeleter

8/22/2022 - Mon