PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Richard Marchessault on December 21, 2009, 11:10:28 PM

Title: Compile Problem
Post by: Richard Marchessault on December 21, 2009, 11:10:28 PM
I've been revising and compiling my project with FF3 for days without a problem. Tonight I changed the version number in the project properties and the value of one assigned variable in the program. Now when I press F5 to compile the progress bar comes up and seems to compile but the program never starts. If I run the executable, the older version comes up and not what should have been the newly compiled version. This is really weird.

I brought up one of the FF3 example programs and F5 runs as expected.

I'm scratching my head on this one.

I solved this one. It turns out that the program was still running in memory. I used the Task Manager to kill it and now the compile works fine.
Title: Re: Compile Problem
Post by: Paul Squires on December 22, 2009, 08:39:18 AM
FF3 tries its best to determine if another instance of the program is running in memory prior to initiating a compile (a much better job than FF2 did). However, it is not an exact science so sometimes it may not detect the running EXE.