12-17-2012 08:09 AM
Is there an example of a shared library BB10 project available? I am currently trying to build the unrar source as a shared library, but I would need some example make files to show how I can achieve this on BB10.
12-17-2012 11:12 PM - edited 12-18-2012 01:18 AM
I have the problem with shared library too,
I looking for the solution too.
My solution, tempolary solution , is include all the code that inside.
if someone has better solution please tell me.
12-18-2012 01:12 AM
12-18-2012 10:09 AM
When you crate new project just choose Library as type of your project.
12-18-2012 10:19 AM
These articles should help.
How to use a third party shared or static library in a Cascades C++ project
How to create a shared or static library to be used in other Cascades C++ projects
12-20-2012 09:50 AM
12-20-2012 11:01 AM
Seems like you lib contains files that must be moc'd. So run moc on them, then include .c files you get into the project and your library will include all necessary symbols.