Click to See Complete Forum and Search --> : Using a Win32 Dll as a Plug-In


CMichael
September 20th, 1999, 07:30 AM
I'd like to use a DLL like a Plug-In, but I don't know how to manage it.
Yes, I have to load the library by calling the API-function LoadLibrary [FreeLibrary], but I don't know to use the included functions.

How to use on a 'normal' way DLL's is no problem, but to load them if the program is already running - I've got no idea.

Can you tell me how to manage this? Thanks.