10-21-2004 05:15 PM
10-23-2004 11:59 PM
03-05-2006 08:19 AM
I have this Error at my environment also. and it is happenning During run-time.
I Use the Test Stand to call the CVI that is calling an external DLL and afterwards is openning a UIR.
I don't have an access to the sources of the external DLL, but I know it is bouild in Borland commander,
and uses it's own GUI.
I assume this is a question of memory management conflicts.
Can I override this?
06-02-2006 10:04 AM
I am also getting this error when stepping through a Labwindows CVI dll. The error occurs when a call is made to a routine in another dll which was compiled with Microsoft Visual C++.
Before I recompiled the Labwindows dll as a debug build it was working OK, so I think the links to the Microsoft dll should be OK. I have tried setting Teststand to execute steps in an external instance of CVI, and also running CVI with Teststand specified as an external process. Both give the same error at the same point.
06-02-2006 11:14 AM
06-04-2006 12:50 AM
Sorry, mate. it does not help.
I have tried to use an external process module but I have the same problem 'Lost ActiveX Connection Runtime Error'.
I understand this problem does not come from the Borland DLL, since some other users in my company (not CVI application) are using the same DLL with no problem.
My only solution is an ugly one, using an exe with my GUI, updating an external file, that is being read for a while and is updaing some peremeters in the CVI DLL.
any other suggestion?
06-05-2006 05:34 PM
06-11-2006 04:50 AM
Hi again,
This error always pops up in the 'RunUserInterface' function, inside my CVI code.
The Borland DLL does not throw any exception for my knowledge, and also when the same code is running under CVI no error is popping.
Shahar