12-23-2005 04:15 AM
12-27-2005 01:11 PM
Hey Rafi,
It would be helpful to have an overview of your program. I'm most interested to see if you are using LabVIEW or calling DLLs.
This error is caused by having a non-empty object reference that is leaking. Most likely referencing objects correctly will fix the issue. Let me know what your program is doing and I might be able to give more insight.
Regads,
12-27-2005 01:18 PM
01-04-2006 10:56 AM
Hi and thanks for your response,
how can a sequence not be released? I don't have a clue as to what I'm looking for.....
What does it mean that a sequence has not been released?
Thanks
Rafi
01-05-2006 04:22 PM
01-06-2006 01:10 AM
Rafi,
You seem to have several Messages on the go, are these related ,
http://forums.ni.com/ni/board/message?board.id=330&message.id=9360#M9360
Maybe if you could post an example which highlights your problem, this would help everyone.
Regards
Ray Farmer
01-08-2006 11:00 AM
Hi Tyler,
I don't have any such call to this sequence. This sequence, by the way, is the main sequence of my test program, so, I assume it is called by the User Interface. I"m using the NI TestExec.c (full version). I use the TS3.0 interface because I did some very minor changes to it (resize the different panles and location on the screen...). I tried it also with the UI provided with TS3.5 and it does the same thing.
Any idea as to how to track down who is calling this sequence. I already ran multiple file searches and couldn't find it.
Thanks
Rafi
01-08-2006 11:48 AM
Some more info....
I experimented with my code to see at what stage the error occurs.
The FileLoadUnload Callback does not do it!
It happens in the setup of my mainSequence at the first time a CVI dll is called by TS.
It is my understanding the the Sequential model calles the mainSequence....(which is exactly the sequence file which is not being release) , and I assume it is there were it is supposed to be release. Is that so?
Any more suggestions how to debug this problem?
Thanks
Rafi
01-10-2006 09:10 AM