Date: Tue, 8 Jun 1999 11:49:53 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tebriel cc: djgpp AT delorie DOT com Subject: Re: Can you use Rhide to program with Winallegro? In-Reply-To: <375B659C.39FFE2EB@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.