I did send an e-mail to [email protected] about this problem I'm having, but that was two days ago, and I haven't received a reply, so I thought I would try here.
In vb6, I set a reference to the winsig.tlb type library, but whenever eSignal runs, it changes the reference to the winsig.exe executable. I have to run a type library registration utility to change it back to the tlb, but as soon as eSignal runs, it goes back to the exe.
Consequently, everytime I run the program I'm developing, to check the latest addition of code, another instance of eSignal starts up, which finds the prior instance, gives the message that only one instance of eSignal can be run, shuts down the prior instance, and starts a new instance.
I'm not sure if it's relevant, but the GUID is the same for the tlb and the exe.
I would appreciate any assistance in resolving this problem.
In vb6, I set a reference to the winsig.tlb type library, but whenever eSignal runs, it changes the reference to the winsig.exe executable. I have to run a type library registration utility to change it back to the tlb, but as soon as eSignal runs, it goes back to the exe.
Consequently, everytime I run the program I'm developing, to check the latest addition of code, another instance of eSignal starts up, which finds the prior instance, gives the message that only one instance of eSignal can be run, shuts down the prior instance, and starts a new instance.
I'm not sure if it's relevant, but the GUID is the same for the tlb and the exe.
I would appreciate any assistance in resolving this problem.
Comment