08-08-2011 01:39 AM
Hi,everyone,
I has make some modification to my sequence file using API and created a undocreator to make these modificationes undoable(BeginEdit and EndEdit),Then I moved sequence steps through draging in the sequence editor(SequenceView), when i got a runtime Error,the error message is "Global type list not empty,located in Type List.cpp ".
How can i resolve this problem?
08-08-2011 09:55 AM
This error should only be possible if the TestStand engine is being unloaded. Most likely you got the reference count incrementing/decrementing on the engine and perhaps other engine objects incorrect. Please post the exact steps and code necessary in order to reproduce this problem if you need more help with this.
Hope this helps,
-Doug