Cannot be converted from "void (_ thiscall ctestdlg: *) (void)" to "lresult (_ thiscall cwnd: *) (wparam, lparam )"

Source: Internet
Author: User

When adding custom messages according to Sun Xin's tutorial, if it is a vc6.0 development environment, there may be nothing

But an error will be reported during compilation in vs2008.

Cannot be converted from "void (_ thiscall ctestdlg: *) (void)" to "lresult (_ thiscall cwnd: *) (wparam, lparam )"

This is because in vs2008, the message return value cannot be void, and the message parameter cannot be blank. The message ing fields are as follows:

# Define um_mymessage (wm_user + 1)

Afx_msgLresultOnmymessage (Wparam, lparam);

On_message (um_mymessage, onmymessage)

LresultCtestdlg: onmymessage (Wparam, lparam)
{
Return 1;
}

Note: In vc6.0, The lresult can be void, and the wparam and lparam parameters can be left empty,

But it must be written in vs2008 as above. Even if you do not use the wparam or lparam parameters, no return value is returned.

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.