Cocos2d-x error c2061

Source: Internet
Author: User

A newbie will encounter an error. When your header file needs to reload some functions, an error will be reported if using_ns_cc is not added.

For example, the touch screen function must be overwritten.

// Touchdelegate
Virtual bool cctouchbegan (cctouch * ptouch, ccevent * pevent );

If there is no namespace, cctouch cannot be recognized. The error is as follows:

: Error c2061: syntax error: identifier "cctouch"

Error c2511: "void mainmenu: cctouchmoved (cocos2d: cctouch *, cocos2d: ccevent *)": the overloaded member function is not found in "mainmenu ".
1> D: \ cocos2d-x \ cocos2d-2.0-x-2.0.4 \ cocos2d-2.0-x-2.0.4 \ test \ proj. Win32 \ mainmenu. H (13): See the statement of mainmenu

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.