Use the MFC class in the console Program

Source: Internet
Author: User
Create a console project in vc6, but want to use the MFC class. What should we do? There are two methods.
Method 1:
1. In the project-> General-> Microsoft basic class, select "use MFC as static Link Library" or "use MFC as dynamic DLL ".
2. Select debug multithreaded DLL from project> C/C ++> using Run-Time library.
Method 2:
1. In the project-> General-> Microsoft basic class, select "do not use MFC ".
2. Select debug multithreaded from project> C/C ++> using Run-Time library.

Add # include <afxwin. h> to the source file, for example
# Include <afxwin. h>

Int main ()
{
Cstring STR = "test ";
Afxmessagebox (STR );

Return 0;
}
The result is a dialog box.

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.