Re: unload DLL
"lcluke" <[email protected]> Fri, 28 Mar 2003 18:37:09 -0000
| Newsgroups | gmane.lisp.corman |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], Chris Double <chris.double@d...> wrote: > On Fri, 28 Mar 2003 21:39, lcluke wrote: > > Is there a way to explicitly unload a DLL ? I am running into a > > situation where the CCL IDE crashes every third/fourth/fifth time I > > exit my application. I am calling functions from a 3'rd party DLL, > > as well as OpenGL. > > LoadLibrary loads a DLL. FreeLibrary unloads it. Pass it the module handle > returned from LoadLibrary. > > Chris. Sorry Chris, I forgot to mention that the DLL is loaded using... #! (:export t :library "SDL" :ignore "DECLSPEC") ...how do I pass the module handle to FreeLibrary in this case ? -Luke ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/xaxhjB/hdqFAA/xGHJAA/SyjtlB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: [email protected] Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/