RobNorthcott
Programmer
I've got an error that happens on startup of a second instance of my app on the same machine. I thought I'd be able to get to the bottom of it by running one instance, then running the second one from inside Delphi, but it always tries to recompile the EXE file, which cannot be overwritten because the first instance is using it.
Is there a way to "run without recompile/link"?
BTW, I tried it with a separate copy of the EXE file for the first instance, but the error only seems to happen if both instances are using the same EXE.
Rob
Is there a way to "run without recompile/link"?
BTW, I tried it with a separate copy of the EXE file for the first instance, but the error only seems to happen if both instances are using the same EXE.
Rob