when create atl project, then set multi-byte character, compile, I got error: DllInstall: error C2440: 'initializing' : cannot convert from 'const char [5]' to 'const wchar_t []' then try to modify: form STDAPI DllInstall(BOOL bInstall, LPCWSTR pszCmdLine) to STDAPI DllInstall(BOOL bInstall, LPCSTR pszCmdLine) compile: error C2733: second C linkage of overloaded function 'DllInstall' not allowed any ideas? thanks!
modified on Friday, April 11, 2008 12:30 AM