Skip to content
⌘ NSIS Forum Archive

System plugin: Populating dll's exported functions

3 posts

Red Wine#

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#
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#
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 🙂