Windows Programming--hello World

Source: Internet
Author: User

Source

" stdafx.h " #include<Windows.h>int WINAPI WinMain (hinstance hinst,hinstance tmp,lpstr strcmd,int  nshow) {    "Hello world! " " Title " 0 );}
View Code

The report type parameter does not match the bug

Because of a problem with character set settings, change to ASCII

Type parameter mismatch is not reported after modification, build, build failed

The reason is that the Ingress function is not set correctly. The entry function for a Windows Forms program is WinMain. The entry function for the console program is main.

Modify the following

It will work correctly at this time

Windows Programming--hello World

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.