Debuging the 64-bit version of an Add-in

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

Debuging the 64-bit version of an Add-in
 
Thomas


Guest


Hello,

I would like to debug the x64 version of my Outlook Add-in, but I am getting an error while trying to register the activeX server.

I have a x64 version of Outlook and running Delphi in Administrator.

The 32-bit version is registering correctly with Outlook 32 bit.

Do you have any idea?

Thank you.

Regards,
Posted 19 Jan, 2017 13:16:22 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Thomas,

You need to register the add-in using regsvr32.exe.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Jan, 2017 03:43:31 Top
Thomas


Guest


Thank you Andrei.

For information, I had also to enable the option "Debug spawned processes" in Delphi's debugger option in order to debug.

Regards,
Posted 20 Jan, 2017 09:28:33 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Many thanks!


Andrei Smolin
Add-in Express Team Leader
Posted 20 Jan, 2017 09:33:04 Top