A
Andy
Hi!
I have a main application here and developed 2 modules as DLL files,
which will be updated from time to time.
The main application ships without the modules so i want to be able, to
put the module DLLs in application folder and call them from the main
application.
My question: is it possible to use my modules like that? The DLL files
would have a determined format like company.modulename.dll and the start
function could have the same name in all modules. Is there any way?
If necessary I could write an XML file which contains all module names
and the names of it dll files to load them into the main application.
Please help!
Thanks,
Andy
I have a main application here and developed 2 modules as DLL files,
which will be updated from time to time.
The main application ships without the modules so i want to be able, to
put the module DLLs in application folder and call them from the main
application.
My question: is it possible to use my modules like that? The DLL files
would have a determined format like company.modulename.dll and the start
function could have the same name in all modules. Is there any way?
If necessary I could write an XML file which contains all module names
and the names of it dll files to load them into the main application.
Please help!
Thanks,
Andy