[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
RE: [LI] how to implement shared objects??
Hi
I said earlier that you need not do it manually. But yes you *can* do it
if you want to. Have a look at 'man dlopen' for more details. All you need
is to use function pointers(fluentlly).
Hope you find it useful.
Bye
Shridhar
On Tue, 11 Jan 2000, Guruprasad, Mahendrakar V (IE10) wrote:
> Thanks for this information.
> I feel this is kind of statistical linking of shared libraries. Is there any
> way to dynamically link them.?For example, I don't want to keep this .so
> library in memoy unless I require it at particular point of time.
> Before I call the functions in this .so file, can I load the .so file & when
> I am done with that, can I unload this file
> from memory?
>
> Regards
> Guruprasad
>
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.