Can anyone validate what is happening to me? If I start to debug any program in the above environment, the .EXE remains active in memory and cannot be killed from the task manager even if the program ends properly.
The only way to recompile is to exit PB9 and reload (On my system anyway) or else I get a destination file write error. I've tried various compatibility modes but no luck. Compile and Execute works no problem.
Thanks - Carlo
Code:
#COMPILE EXE #DIM ALL FUNCTION PBMAIN () AS LONG MSGBOX "Hello" END FUNCTION
Thanks - Carlo
Comment