How to Create a unicode program using vc6.0

Source: Internet
Author: User

By using Unicode compilation, the software can adapt to multiple situations. How can I add these two compilation methods to my project? The following is a simple procedure:

1. Create a project;
2. Select "Build-> deployments ".
3. Click "add" to add "Unicode debug"-Copy "Win32 debug" configuration
Add "Unicode release"-Copy "Win32 release" configuration, and then click "OK"
4. Select "Project-> setting ".
5. Switch to the "General" tab
6. Modify the intermediate files and output files of "Win32 Unicode debug" to debugu
7. Modify the intermediate files and output files of "Win32 Unicode release" to releaseu
8. Switch to the "C ++" tab
9. Select "Preprocessor" from the drop-down list box"
10. Add _ Unicode and Unicode variables for "Win32 Unicode debug" and "Win32 Unicode release"
11. In link, select output for category and set entry-point symbol to wwinmaincrtstartup (consoleProgramDoes not seem to need to be modified)

 

 

From: http://www.cncfan.com/cncfan_com_article.asp? Art_id = 7681 & cat_id = 71

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.