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.
System plugin: Populating dll's exported functions
3 posts
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.
Originally posted by kichikI see... makensis uses that code to export functions from plugin dlls. Complicated indeed!
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 thought wouldn't be so complicated...
In fact I thought system plugin with LoadLibrary, GetProcAddress, would do the job...
Thanks kichik 🙂