Mail Archives: djgpp/2001/02/09/09:11:15
> From: sgomez AT lsi DOT uned DOT es
> Newsgroups: comp.os.msdos.djgpp
> Date: Fri, 09 Feb 2001 12:03:28 +0100
> > >
> > > Error: ld: cannot open output file hola.exe: Permission denied
> >
> > Is it possible that the same program is still being run in the same
> > (or in another) session of RHIDE on the same machine?
> >
> > Windows will not let an open file to be overwritten, and running a
> > program inside RHIDE opens the program's executable file (to read
> > symbols and other debug information). You need to quit the program
> > before you can rebuild it.
>
> Thank you very much for your answer. Thats is exactly what I have suposed,
>
> but there is no configuration item or command for quiting the program. I
> mean, You can run the new program from RHIDE but you cant QUIT.
I don't use RHIDE, so I don't know teh details. In GDB (whose code
RHIDE uses for debugging), typing "quit" at the debugger's prompt
closes the executable file. Perhaps something similar works in RHIDE?
- Raw text -