Ultimate Toolbox Usage Experience Summary

Source: Internet
Author: User

Today spent a whole night to study ultimate Toolbox, the experience in this, save next time forget again.

1, at present Ultimate Toolbox only support to vc2005, so start in vc2008 below how debugging are not, online has about in vc2008 under the upgrade package, but is beta version, and so on later have stable version of again.

2, vc6.0 inside of this file has bug,wabtags.h, because it contains 0xa0 this non-printable character, English is not a problem, but in Chinese is not shown, resulting in the entire wabtags.h file confusion. The workaround is to open the file in hexadecimal mode and replace all A0 with 20.

3, UT in the use of vc6.0 to observe the following steps:

A: In the project properties, C + + TAB, select the preprocessor and add the absolute path to the Include directory under UT.

B: In the Connection tab, select General, add the corresponding LIB file in UT lib/libs/. This is related to how the project works with the MFC library, as well as the debug/release version.

C: In the Resources tab, additional resources include the path to fill in the Include directory inside UT.

D: Then you can follow the manual, in the StdAfx.h include "UTStaticLib.h". Included in the resource include "oxmain.rc". The most important point is to change the #pragma code_page (936) to #pragma code_page (1252) in the resource inclusion, because the resources in UT are in the United States, so you can't use the Chinese code page.

In this way, you can use more than 300 class libraries in UT, and remember to include header files and resource files when you use them.

4, vc6.0 error RC1121 is said that the resource file read failed, either because the resource file does not exist, the path is wrong, or the resource file mentioned above uses the code page inconsistent with the program

5, vc6.0 error LNK2001 mostly because the library file to use when connecting is not included, as mentioned above to add the required. lib file in the Project Properties Connection tab

UT just open source when the study, the original operating environment or something has been configured under the vc2005, but a long time to forget how to use, this special write down, later forgot there is also a place to find.

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.