blackberry-qnx

My QNX/BB10 C++ application crashes, a simple C++ object seems to be corrupted

匆匆过客 提交于 2020-01-17 03:20:11
问题 I'm working on a QNX / Blackberry 10 application. My application has recently begun to crash. Inserting trace statements has led me to believe the crash is occurring in the following situation. My client app calls an internal function, passing it a reference to a C++ class object. The passed C++ class looks like the following: class ALPeerData { public: ALPeerData (); virtual ~ALPeerData (); int _peerId; ALModelType _modelType; std::wstring _computerName; std::wstring _uuidDevice; . . . };

Parsing JSON in Qt C++ blackberry 10

别来无恙 提交于 2019-12-23 04:59:10
问题 This is My JSON text from any URL http://www.example.com/json.php Please can any one tell me how do I parse this json and put it in an Array so that it can be modal on customized ListView? Let me tell you that I am new to Blackberry development previously iOS developer. I have checked this link, but not able to run it . If any one have any complete solution(example or usage) please help me. I downloaded the sample of JSON from developer.blackberry.com, but not able to run . I also posted that

make: *** No rule to make target `Device-Debug'. Stop.

谁说胖子不能爱 提交于 2019-12-22 05:53:10
问题 i am using QNX momentics for blackberry development. The problem is whenever i download any sample code and run it on Simulator. then error comes to me. When i clean the project it give me Error **** Clean-only build of configuration Simulator-Debug for project list **** make -j4 clean make: *** No rule to make target `clean'. Stop. **** Build Finished **** And when Build the project it gives me **** Build of configuration Simulator-Debug for project list **** make -j4 Device-Debug make: ***

How do i configure SDL to work with the Blackberry Playbook Native SDK / NDK?

南笙酒味 提交于 2019-12-13 04:25:35
问题 I've got the NDK set up and managed to compile and run the hello native sdk project on my playbook. I downloaded the blackberry sdl port from github. However I've been unable to compile even a hello world project using it. Also it seems to be lacking a "lib" folder which I'm used to needing for the compiler settings. EDIT: I have managed to get the sdl to open in the native sdk, it seems the download was designed to act as a project template of sorts. At first the compiler complained that i

How to Fix Module Not Installed Error in BB10 IDE

≡放荡痞女 提交于 2019-12-06 07:10:37
问题 Is it possible to fix module not installed error in BB10 IDE? Attached is screenshot of error to explain it a bit. Note: There is a similar question on SO which is kind of asking the same question (still not found correct answer yet) - blackberry cascades mapview 回答1: This is a currently a known issue with the QML preview in the Momentics IDE. It only supports the core cascades components. I answered a similar question here: blackberry 10 Unresolved inclusion <QObject> 来源: https:/

How to Fix Module Not Installed Error in BB10 IDE

让人想犯罪 __ 提交于 2019-12-04 12:45:51
Is it possible to fix module not installed error in BB10 IDE? Attached is screenshot of error to explain it a bit. Note: There is a similar question on SO which is kind of asking the same question (still not found correct answer yet) - blackberry cascades mapview nonesuchnick This is a currently a known issue with the QML preview in the Momentics IDE. It only supports the core cascades components. I answered a similar question here: blackberry 10 Unresolved inclusion <QObject> 来源: https://stackoverflow.com/questions/14509268/how-to-fix-module-not-installed-error-in-bb10-ide

BB10 Cascades Command Line Development

醉酒当歌 提交于 2019-12-03 11:52:50
问题 Since programming for BB10 is now supposedly much easier if you know Qt, I decided to give it a go and I have been reading this: https://developer.blackberry.com/cascades/documentation/getting_started/index.html I noticed that all of RIM's tutorials, and all of the online tutorials that I can find centre around the QNX Momentics IDE - a customized Eclipse. Because I'm old school, and I like VIM, I would really prefer to work with command line tools. However, I can't seem to find any

BB10 Cascades Command Line Development

 ̄綄美尐妖づ 提交于 2019-12-03 03:12:24
Since programming for BB10 is now supposedly much easier if you know Qt, I decided to give it a go and I have been reading this: https://developer.blackberry.com/cascades/documentation/getting_started/index.html I noticed that all of RIM's tutorials, and all of the online tutorials that I can find centre around the QNX Momentics IDE - a customized Eclipse. Because I'm old school, and I like VIM, I would really prefer to work with command line tools. However, I can't seem to find any documentation on how to set up a project, the build process, or a device/emulator deployment outside of this IDE