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 *'