all groups > visual c libraries > october 2007 >
You're in the

visual c libraries

group:

Building an application with _UNICODE


Building an application with _UNICODE Craig Johnston
10/16/2007 9:23:03 AM
visual c libraries:
I am in the process of converting an application to Unicode that is built
with Visual C++ .NET 2003. On application startup in debug mode I get an
exception. The problem appears to be that code with #ifndef _UNICDODE is
executed in output.c, the library code for supporting printf functions. I
need to how to get the code that is defined with _UNICODE to be executed
instead. I have defined the _UNICODE constant in the project Properties and
specified wWinMainCRTStartup as the Entry Point in the linker properties.

Thanks in advance,
AddThis Social Bookmark Button