12-13-2012 08:13 AM
I want to write a library in BB10. This library will be used in my UI app to get various details and perform some HTTP operations.. , I tried SDK to create a shared/static library.. but there was no profile created..
So what are the steps involved so that I can create a library and use it in my app.
-thanks
12-18-2012 04:56 AM
Any one tried creating a shared/static lib in BB10
12-18-2012 05:00 AM
I'm afraid I am facing the same issue (my topic) and we're not alone. I reached out to @BlackBerryDev, but no results so far.
12-18-2012 05:46 AM
may be this can help you:
https://developer.blackberry.com/cascades/referenc
12-27-2012 02:49 PM
Just create a new BB10 Cascades application, and change the first few lines in the .pro file to:
TEMPLATE = lib
TARGET = YourLibName
CONFIG += staticlib qt warn_on debug_and_release cascades
12-28-2012 02:37 AM
there are knowledge base article about this, check it out: http://supportforums.blackberry.com/t5/Cascades-De
I hope it can help ![]()