RE: Problem in IDE with builds after testing

2007-02-17 Thread Allen
Could it be a read not cleared ? Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions VFP9SP1 I get this error many times after I'm debugging my EXE: Object file c:\dev\mbss.exe is in use and cannot be removed from memory.

Problem in IDE with builds after testing

2007-02-16 Thread MB Software Solutions
VFP9SP1 I get this error many times after I'm debugging my EXE: Object file c:\dev\mbss.exe is in use and cannot be removed from memory. I have to issue a CLEAR RESOURCES command before it will let me rebuild. What's causing this? Never had this happen before (at least not in recent

Re: Problem in IDE with builds after testing

2007-02-16 Thread Derek Kalweit
I get this error many times after I'm debugging my EXE: Object file c:\dev\mbss.exe is in use and cannot be removed from memory. I have to issue a CLEAR RESOURCES command before it will let me rebuild. What's causing this? Never had this happen before (at least not in recent memory).

Re: Problem in IDE with builds after testing

2007-02-16 Thread MB Software Solutions
Derek Kalweit wrote: I get this error many times after I'm debugging my EXE: Object file c:\dev\mbss.exe is in use and cannot be removed from memory. I have to issue a CLEAR RESOURCES command before it will let me rebuild. What's causing this? Never had this happen before (at least not

Re: Problem in IDE with builds after testing

2007-02-16 Thread Derek Kalweit
I get this error many times after I'm debugging my EXE: Object file c:\dev\mbss.exe is in use and cannot be removed from memory. I have to issue a CLEAR RESOURCES command before it will let me rebuild. What's causing this? Never had this happen before (at least not in

RE: Problem in IDE with builds after testing

2007-02-16 Thread Tracy Pearson
From my experience seeing something similar myself. It is due to a class, in a vcx which is loaded in the EXE which is subclassed from the same classlib, the parent class didn't release and is still in memory. Tracy -Original Message- From: MB Software Solutions Sent: Friday, February

Re: Problem in IDE with builds after testing

2007-02-16 Thread Ken Dibble
At 03:28 PM 2/16/07, you wrote: VFP9SP1 I get this error many times after I'm debugging my EXE: Object file c:\dev\mbss.exe is in use and cannot be removed from memory. I have to issue a CLEAR RESOURCES command before it will let me rebuild. What's causing this? Never had this happen