Building an application which makes use of so

Hi,
I am interested in knowing how to use shared libraries along with my
application. In particluar, how I write a new tcpip application which
interfaces with the shared library npi-ttcp.so???

Could you also clarify on building a new shared library.Does building
such a library
essentially needs writing a Resource Manager???

Thanks in advance,
Phani Ram

“Rajesh P G” <pgrajesh@in.ibm.com> wrote in message
news:39C1B5F5.39FA2A80@in.ibm.com

Hi,
I am interested in knowing how to use shared libraries along with my
application. In particluar, how I write a new tcpip application which
interfaces with the shared library npi-ttcp.so???

You must link with it, just like any other library.



Could you also clarify on building a new shared library.Does building
such a library essentially needs writing a Resource Manager???

Not at all, a resource manager is a program, not a library.

Thanks in advance,
Phani Ram