VS, Implement trace functionality in Win32

Source: Internet
Author: User

Because of the trouble of calling the trace function directly in Win32, it is necessary to refer to MFC's header file, which is error-prone, and it uses the outputdebugstring function to encapsulate the trace function, the function is as follows:

Note Because the VS default character set is Unicode, where char is not equal to TCHAR, debugging is unsuccessful, and in general, in Project Properties, the character set is changed to use multibyte character sets, and char is equivalent to TCHAR:

At this point the program will still error, because there is no header file containing the _vsntprintf function , which contains <tchar.h> and <stdio.h> the header file of the OutputDebugString function is <windows.h> If you include in the header file, an exception occurs, and this is changed to include in the CPP file where the trace function is implemented.

VS, Implement trace functionality in Win32

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.