
In bar-descriptor.xml most of this should be fairly self-explanatory.Again you can do this inside Momentics if you find it easier. Then make sure your Classes and Resources folder links are pointing to the right place. I removed Box2d and chipmunk as I don’t use them in my game. project, remove the project references in don’t need (under ). You can also do this inside Momentics project settings if you find it easier. cproject I had to replace all the folder references with my own versions (I did a search replace on the “…/…/…/” parts). If you’re using Mac/Linux then you’ll need to make sure hidden files are visible for the first two to show up. project and bar-descriptor.xml in a text editor. Copy the TestCpp example project into my project folder (samples/TestCpp/proj.blackberry/).I, more-or-less, did something like this: Also I was hacking on it for ages during the port-a-thon and wasn’t exactly scientific with my methods. sharing code and resources between multiple platforms). If you’ve done the same just make sure your references are relative to the Device-Debug/Device-Release/Simulator folders and you’ll be in business.īen, can you provide detailed step by step tutorial or the steps you executed to get it work for you?Īh well my steps will be different to your steps I imagine, as I have created a multi-platform project layout (i.e. project files to get this right as I’ve moved all my project files out of the cocos2d-x folder. So you might need an extra “…/” in your files. Make sure your include folders are set properly, and remember that you are referencing relative to the Device-Debug/Device-Release/Simulator folders rather than your Blackberry project folder. even though it consists of AppDelegate.h and other classes which are only visible in Finder.Īlso, cleaning & restarting didn’t helped.

I was able to compile either way though, so I don’t think this is your issue.Īlso, I get the following error - fatal error: …/Classes/AppDelegate.h: No such file or directory main.cpp /MyProject line 2 C/C++ Problem

bar-descriptor.xml /MyProject line 67 BlackBerry App Manifest Problem.Īctually I just removed the id attribute - it didn’t appear to be required and I couldn’t find anything about it in the BB docs.

I keep on getting the following warning - Attribute ‘id’ is deprecated, please remove.
