Re: I have a problem using COM

2004-06-15 Thread Chris M
Hi Stephen, Thank ypu for the extra files and information. I've been investigating your code further and I understand from your comments that the problem lies in the 'InletKernel_RegisterAllEvents2.vi', is this correct? However I still need the .dll, executable or control wh

Re: I have a problem using COM

2004-06-15 Thread SteveMoores
Hi Chris As promised I have done some further investigation. If I remove the vi that registers all the events and associates the callback vi's with an event then the app closes down ok. It looks as though the callback vi's themselves are not closing down.

Re: I have a problem using COM

2004-06-14 Thread Chris M
Hi Stephen, As you mention in your question the problem you are experiencing is usually caused by not closing a reference correctly. I have been looking at your code for this application and I have a couple of questions I'd like to ask you about it which