10-19-04 07:48 AM
opwv_pspl_test2@yahoo.com (K.M Jr) writes:
> UNIX DSOs == Dynamic Shared object Library, right ?
Right.
> Those that need dlopen(), dlsym().
No, you don't need to use dlopen() in order to use DSOs any more
then you need to use LoadLibrary() in order to use DLLs.
> So do we likewise need any switch for a UNIX DSOs so one can release
> memory allocated by the DSO ?
No, it works on UNIX without any special switches (which is the
point Chuck Dillon was trying to make, I think).
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
[ Post a follow-up to this message ]
|