10-11-2012 08:58 PM
Hello,
I was wondering if it is possible to integrate a static library, into a shared library project.
I am creating a shared library, to be released so other developers can integrate my shared library into their application. However, I need to use a static library within my shared library.
I've followed the instructions below, for creating a shared library and static library, as well as adding them to my projects. Everything compiles fine and I am not getting any problems.
However when a third party developer integrates my shared library, the compiler complains about missing header files which are from the static library?
I was wondering if anyone at RIM or anyone who has done this before can confirm if it is even possible to do this?
Thanks
Solved! Go to Solution.
10-23-2012 04:27 PM
I was successfully able to accomplish this. Thanks