I have a 32bit Delphi application which needs to use Redemption to talk with Outlook. For deployment on 64 bit machines with 64 bit Outlook installed, Redemption has a 64 bit version of its COM dll.
Redemption is registered properly and can be used from a test program made in C#, but when trying to access Redemption from the 32 bit Delphi app i get an error "Class not registered". This is probably due to it being registered in the 64 branch of the registry and Delphi not looking there, but I'd like to know if there's any way to get this working possible with a nice workaround or something ?
The Delphi application is enormous and being rewritten in C# but this will take a while. Until then it will have to work in the 32 bit Delphi app.