09-09-2005 07:00 PM
09-12-2005 01:05 PM
09-12-2005 01:17 PM
Robert,
I just did a goggle search for the error you're reporting and found the following link: http://www.expansys.jp/forumthread.asp?code=PALMONE_TUNGSTEN_T5&thread=83. This site says that the error occurs if you have a memory leak. A memory leak could be caused by an unbounded array or not initializing an array in a while loop. Also, if you open any sort of session and get a refnum (like if you open up a reference to a vi using the "open vi reference.vi" and don't close it, that could lead to potential problems. So if you open any sessions, make sure you close them and make sure you don't have any memory leaks.