How to link .so to main application on Momentics IDE

Hi all,

I am not able to link the .so to the main application on Momentics.
I am not able to link my .so through the linker.

please help me with this regards.

Thanks in advance,
Roshini

From top menu: Project/Properties/QNX C/C++ Project. Select Linker tab. ‘Category’ pulldown, select Extra Libraries then ‘Add’. Enter name of library WITHOUT “lib” and “.so”. For example libsocket.so, enter “socket”.