Question related to the box2d samples
Posted: Sat Feb 22, 2014 9:08 am
Hello
I've just bought the editor yesterday and I'm quite impressed, both with the product and the information provided.
I'm now trying to get the sample working with cocos2d-x v3 beta but the compiler doesn't like the BasicRUBELayer, ie :
throws a compile error :
I'm I missing something?
I'm developing with vs2013 on windows.
cheers
I've just bought the editor yesterday and I'm quite impressed, both with the product and the information provided.
I'm now trying to get the sample working with cocos2d-x v3 beta but the compiler doesn't like the BasicRUBELayer, ie :
Code: Select all
virtual void ccTouchesBegan(cocos2d::CCSet* touches, cocos2d::CCEvent* event);
Code: Select all
'cocos2d::Layer::ccTouchesBegan': function declared as 'final' cannot be overridden by 'BasicRUBELayer::ccTouchesBegan'
I'm developing with vs2013 on windows.
cheers