I have troubles to Compile my Sourcecode (with VC++ ist works).
I get the Error:
At VC++ I had can fix this when i set:error: cannot convert 'char*' to 'LPCWSTR {aka const wchar_t*}' for argument '1' to 'void* CreateFileW(LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE)'
"Project>Properties>Configurations>All Configuration>Configuration Properties>General>Character Set"
to:
"Use Multi-Byte Character Set"
How can i do this at CodeLite?
I dont found a answer at this forum, by searching with google and by searching in CodeLite for Myself.
I`m using CodeLite 5.1; Installed CodeLite with the Installer at Windows 8.1 and i`m using the g++ Compiler.
Thanks for your help
Casisto