haggar
3rd March 2006 17:08 UTC
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
3rd March 2006 17:44 UTC
A bit of the source code (entry point to dll and such) would help! Did you use ExDll examples to produce the plugin?
-Stu
haggar
3rd March 2006 18:03 UTC
Yes, in the same model of the example for Delphi...
What I might have forgotten?
kichik
4th March 2006 12:31 UTC
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.