Mail Archives: djgpp/1999/06/08/07:41:35
On Mon, 7 Jun 1999, Tebriel wrote:
> I'm using DJGPP+RSXNTDJ, and I'm pretty sure that they are installed
> correctly. When I try to compile and run using Rhide once in awhile it
> runs ok, but usually the program crashes (fullscreen) or makes the mouse
> in Rhide freeze up (windowed).
>
> My best guess is that since Rhide runs in DOS it isn't able to start the
> program correctly.
I submit that this is a wrong guess. There are no incompatibilities
between DJGPP programs and Win32 programs invoked by them. Many users do
just that every day with no visible problems. In fact, even COMMAND.COM
that comes with Windows is a Win32 console application in disguise, so
any incompatibility should make it impossible to shell out to DOS from
DJGPP programs, which isn't happening.
Most probably, there's some bug in your program that you should debug.
- Raw text -