0

I want to develop a Authentication library for Blackberry 10 app. This will contain some UI elements and request/response handling to the server for authentication purpose.

I have come to know that there are static(.a) and dynamic(.so) libraries that can be created.

I want to make a static library for my purpose.

Can anyone enlighten me how to create a static library using QNX Momentics IDE and How can I include this library into my app project?

Mayank
  • 1,099
  • 4
  • 17
  • 44

2 Answers2

0

There is a wizard for doing this. File -> New -> BlackBerry Project. Select Library then Static then click Next ...

Richard
  • 8,920
  • 2
  • 18
  • 24
0

Add Libraries by clicking Project -> Add Library in the Momentics IDE. Momentics comes with s wealth of libraries already pre-installed with it. You may also choose to install an external library from your workspace or elsewhere on your disk

Igbanam
  • 5,904
  • 5
  • 44
  • 68