Hi,
I know that Delphi is not 'officially' supported by Esignal, but I've seen others on this forum that are using it, so hopefully somebody can help me out here.
I'm using Delphi 7 and I'm not sure that I've installed everything correctly, because Delphi keeps crashing. I did it like this:
First I went to 'project/import type library', where I selected 'IEsignal (version 1.0)' and installed. Then I added the 'IESignal_TLB' to my uses clause. This works. Then I added a var: Hooks1:Thooks; But when I try to initialize with Hooks1.SetApplication('user name') it just crashes with an 'EAccesViolation' ...
What am I doing wrong here ? Any help would be greatly appreciated !
I know that Delphi is not 'officially' supported by Esignal, but I've seen others on this forum that are using it, so hopefully somebody can help me out here.
I'm using Delphi 7 and I'm not sure that I've installed everything correctly, because Delphi keeps crashing. I did it like this:
First I went to 'project/import type library', where I selected 'IEsignal (version 1.0)' and installed. Then I added the 'IESignal_TLB' to my uses clause. This works. Then I added a var: Hooks1:Thooks; But when I try to initialize with Hooks1.SetApplication('user name') it just crashes with an 'EAccesViolation' ...
What am I doing wrong here ? Any help would be greatly appreciated !
Comment