memory is full on built application

2004-01-05 Thread Paul Watson
I'm building my application for distribution. It works fine running LabVIEW 7.0 on a Windows XP with 384MB of memory. However, when I build the application and try to load the program, I get a memory is full error, even on a computer that has 1GB of memory. Any ideas?

Re: memory is full on built application

2004-01-05 Thread Mads
Too general to really tell. There's probably something in the application that gets an invalid input when it is built, causing the thing to crash...Do you read a file, open a dll, port etc, create an array...Look for things that if given the wrong input might run amok... Try to put different