How to compile c++ program with UNICODE for creating excel files?
Joey Thijssen (student)
0
Reputation points
When using command "cl <filename>.cpp" I keep getting errors that the wchars cannot be converted to chars. The program does however run perfectly in Visual Studio when using the Local Windows Debugger. Do I need to convert everything? Because when doing that the Local Windows Debugger will give me errors and I am expecting that it will not write in the excel file properly.
Developer technologies C++
3,972 questions
Sign in to answer