01-30-2013 07:31 AM - edited 01-30-2013 07:32 AM
Hello,
I have downloaded Cascades SDK https://developer.blackberry.com/cascades/ in order to be able to build C/C++ applications on Blackberry. I have also downloaded a Simulator, which I ran using VMWare Fusion. When I try to run just some simple empty/"hello world" project I get an error (image attached).
Any help appreciated.
ps. Is there no some nice link which shows how to create some Hello World application for C/C++ using Simulator on Blackberry 10? Thanks.

01-31-2013 03:31 AM
There are many sample projects.
https://developer.blackberry.com/cascades/sampleap
There is also a basic Hello Cascades sample on this site.
https://developer.blackberry.com/cascades/files/re
01-31-2013 03:55 AM
https://developer.blackberry.com/cascades/document
Although, not the 'Hello World', the above link takes you step by step into creating your very first application via Cascades.
The steps to
* Setting up a project
* Running the app, and
* Launching the app
are explained.
- Dishooom
Hope this helps ![]()
01-31-2013 04:16 AM
01-31-2013 04:51 AM
QML should be used to create the user interface. It is a lot easier and faster to develop in QML than in C++. But the features of QML are almost limited to UI development. So everything else has to be done in C++.
01-31-2013 06:20 AM