Link to home
Start Free TrialLog in
Avatar of doudou74
doudou74

asked on

Creation application Unicode Visual Studio

In VisualStudio,
when I create a new console application project,
using the menu  "File"  "New" project console application,
only
2 configurations  "win32 debug" and "win32 release" are created.

To have the "unicode debug" and "unicode release" configurations, do I need to add them manually
or is there a way to get them directly at the creation of the project?

Avatar of nonubik
nonubik

Yes, manually. At least in VC++ 6.0
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
In VS.NET, open up the project properties, under Configuration Properties->General, change the "Character Set" setting to "Use Unicode Character Set".
In Visual Studio 6, you also have to explicitly install UNICODE libraries in the setup if you did not do it originally.  Unfortunately, this is not the default setting for VS6 installer.