conver project from MFC to Unicode enable
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I want to convert my existing project in VC++ to Unicode enabled.for this i changes datatype from char * to wchar_t*, fopen to _wfopen but there is error as _wfopen' : cannot convert parameter 2 from 'char [2]' to 'const unsigned short *' I change all required setting for unicode. M.Atul
-
Hi I want to convert my existing project in VC++ to Unicode enabled.for this i changes datatype from char * to wchar_t*, fopen to _wfopen but there is error as _wfopen' : cannot convert parameter 2 from 'char [2]' to 'const unsigned short *' I change all required setting for unicode. M.Atul