need help with error code c3867 for my C++ project

  • ringol6
    Likes 0

    Problem Description

    Hi guys, i had a error pop up, can you help me?

    Severity Code Description Project File Line Suppression State Error C3867 'GameScene::onContactBegin': non-standard syntax; use '&' to create a pointer to member Frogger

    e:\users\ringo\appdata\local\android\cocos2d\frogger\classes\gamescene.cpp 58

    which was this line down here contactListener->onContactBegin = CC_CALLACK_1(GameScene::onContactBegin, this);

    Here is my code https://github.com/ringol5046/242​

  • Sonar Systems admin
    Likes 0

    Are you following our physics tutorial?

Login to reply