Red Wine
3rd January 2008 18:27 UTC
System plugin: Populating dll's exported functions
Hey,
I'm completely unable to achieve this sort of code, so please system plugin gurus your help would be appreciated.
During runtime, I want to populate dll's exported functions, no dependencies nor other advanced scan, just the exported functions.
Could that be done?
Thanks in advance.
kichik
3rd January 2008 18:53 UTC
That's complicated coding even in C. You can take a look at Plugins.cpp from the source code to see how it's done.
Red Wine
3rd January 2008 19:20 UTC
Originally posted by kichik
That's complicated coding even in C. You can take a look at Plugins.cpp from the source code to see how it's done.
I see... makensis uses that code to export functions from plugin dlls. Complicated indeed!
I thought wouldn't be so complicated...
In fact I thought system plugin with LoadLibrary, GetProcAddress, would do the job...
Thanks kichik :)