Registering DLL on another PC

Add-in Express™ Support Service
That's what is more important than anything else

Registering DLL on another PC
Delphi RegSvr32 
Larry X


Serious Developer


Posts: 34
Joined: 2011-04-22
How do I register the DLL containing the UDFs on other PCs (that run Windows XP Pro)? I tried, from the command line:

regsvr32 c:\MyAutomationTest1.dll

( that's the name of the dll, and it was copied into that root directory).

And got the error message:

LoadLibrary("c:\MyAutomationTest1.dll") failed - The specified module could not be found.

What am I missing here?
Posted 09 May, 2011 14:19:19 Top
Larry X


Serious Developer


Posts: 34
Joined: 2011-04-22
I answered my own question: there was a dependent 3rd party dll that had to be registered with UDF dll. Once that was done, problem solved.
Posted 09 May, 2011 14:32:09 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Larry,

Thank you for keeping us informed.
Posted 10 May, 2011 07:41:54 Top