I Developed an application (written in Delphi) which accesses the eSignal Desktop API. After its completion I am attempting to move it to the production machine which has eSignal installed on it.
The development machine is running Windows XP and the production machine has Windows 7. One of the things I have to do is set the .exe to run in compatibility mode (apparently) but even with that when I run it on the production machine, Delphi returns a "Class Not Registered" error when attempting to send the SetApplication message.
I don't remember having to install anything other than the eSignal setup for it to work originally on the development machine. Is there something else I need to run on the production machine for the ActiveX control to be registered?
David
The development machine is running Windows XP and the production machine has Windows 7. One of the things I have to do is set the .exe to run in compatibility mode (apparently) but even with that when I run it on the production machine, Delphi returns a "Class Not Registered" error when attempting to send the SetApplication message.
I don't remember having to install anything other than the eSignal setup for it to work originally on the development machine. Is there something else I need to run on the production machine for the ActiveX control to be registered?
David
Comment