Messages in this thread |  | | | Date | Thu, 16 Jul 1998 15:08:23 -0400 | | From | Jim Nance <> | | Subject | Re: DLLs [OFFTOPIC] |
| |
On Thu, Jul 16, 1998 at 08:58:44AM -0600, Erik Andersen wrote:
> at link time. DLLs can be bound at link time (similar to the shared > library) or they can be loaded (under Windows anyway) with calls to: > > CoLoadLibrary(char * lpszLibName, unsigned long bAutoFree); > CoFreeLibrary(long hInst); > CoFreeUnusedLibraries(void); > > This facilitates certain types of programming. The question then > was probably, what Linux APIs can be used for late binding of a > library (comparable to the above mentioned windows APIs).
The functions you use to do this are dlopen(), dlsym(), and dlclose().
Hope this helps,
Jim
-- ---------------------------------------------------------------------------- Jim Nance Avant! Corporation (919) 941-6655 Do you have sweet iced tea? jim_nance@avanticorp.com No, but theres sugar on the table. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html
|  |