Hi my questions is regarding DLL loading/ binding inside a script because I want to create a scripting interface where there could be plugins based on Delphi DWScript. Some of those plugins could lad DLL to uses functions contained in them. Is DWScript prepared to load DLLs called inside a script?
I was thinking if it already implements the LoadLibrary
, the GetProcAddress
(Dynamic loading), or bind statically the methods using the lib <dllname> [alias <aliasname>]
statement in methods declaration.
Some other scripting mechanism already manages this feature like TMS Scripter, paxScript, paxCompiler.