Skip to content
⌘ NSIS Forum Archive

Error when calling DLL's functions in another computer.

4 posts

haggar#

Error when calling DLL's functions in another computer.

When I execute the installation program in another computer it happens a problem in the call of the functions of a DLL that I created. The calls are made through the function CallInstDLL. The functions of DLL don't execute in the other computer! Which the reasons that can make that to happen?
Afrow UK#
A bit of the source code (entry point to dll and such) would help! Did you use ExDll examples to produce the plugin?

-Stu
kichik#
You might have some hard coded paths or you might have forgotten to extract the DLL, but it's impossible to tell without any details.