DBPro doesn't work like DBC, "Compile" will create an executable file for you every time (ie. your executable is rebuilt each time you press F5 to compile/run). F4 will only do a compile (ie. create the executable) and not run it if you want that.
Quote: "There is also another annoying bug on the editor updated october 2008, if you open a file/project, close it, open another and run it, it actually run the OLD project/file, not the new one, ALSO, if there are some mistakes on the code it still run it with the latest exe instead of saying "hey there is an error here!""
That problem should go away if you change your code, for example just add and then remove a space, the editor will then force a recompile instead of just executing the latest built executable.
"Why do programmers get Halloween and Christmas mixed up?" Because Oct(31) = Dec(25)