compile/run fine on developing pc

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

compile/run fine on developing pc
Can't use dll on production pc 
Leon Castro Alamillo




Posts: 3
Joined: 2006-03-08
I'm using Add-in Express, VCL Editon and Delphi 7. Installed my Registration Code correctly and I"m able to compile/run add-ons for Outlook. When I try to use any of the dll's (I tried at least 5 different samples) in a production pc I get the following errror:
"path-to-my-dll\my.dll is not a valid Office Add-in".
Bad instalation maybe?
Any help appreciated.
Posted 08 Mar, 2006 17:30:23 Top
Dmitry Kostochko


Add-in Express team


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

Try to register the samples using the regsvr32.exe system utility. What will happen in this case?

Posted 09 Mar, 2006 07:37:01 Top
Leon Castro Alamillo




Posts: 3
Joined: 2006-03-08
Thanks for your quick reply.

Using my developer pc using regsvr32 I get DllRegisterServer in xxx.dll succeeded.

Same procedure using a production pc (Windows XP) I get a pop up windows saying loadlibrary ("xxx.dll") failed - the specified module could not be found.

I tried with a Pc in my office and also at a remote office pc.
Thanks.

Posted 09 Mar, 2006 12:06:13 Top
Leon Castro Alamillo




Posts: 3
Joined: 2006-03-08
After many attemps, looks like my Delphi 7 instalation is "bad". I download Delphi 2006 Tial and works just fine. :o
Posted 09 Mar, 2006 18:43:40 Top
Dmitry Kostochko


Add-in Express team


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

I don't think your Delphi 7 installation is "bad". Make sure the "Build with runtime packages" checkbox is not checked. Also you can use the tdump.exe tool for checking the external DLLs/BPLs needed for your library.

Posted 10 Mar, 2006 04:50:23 Top