Message-Id: <199609262242.RAA15411@ghgcorp.ghgcorp.com> Comments: Authenticated sender is From: "Bachtel" To: djgpp AT delorie DOT com Date: Thu, 26 Sep 1996 17:32:24 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: GRX2.0 problems, revisited I don't know if anyone will be able to help me, but here goes. I'm writing (actually wrote) a flame demo for DJGPP, using GRX2.0, and built in functions (by "built-in" I mean I use GrPixel, GrPlot, etc.). I have been using RHIDE to develop the program, and at this point the program work _perfect_ when invoked from within RHIDE, whether I set the code to be optimized at -O3, or I turn optimizations off. Unfortunately, I exit RHIDE to run my executable from the DOS prompt, and "POW", without ever initializing graphics mode the program poops itself with a segment violation. (Did I mention I set this up as a project in RHIDE, with FLAME1.EXE as destination?) So, I go back to RHIDE and have it make a makefile for my project, and go back to DOS, and run make -f rhide.mak, and it compiles great, and I get the same segmentation violation!! I know that I have been vague, and I'm getting together my settings, but if anyone has encountered a similar problem, if you would contact me (here or email, it doesn't matter) I would be extremely thankful. Jeff rbachtel AT ghgcorp DOT com P.S. I checked the FAQ for this problem, to no avail. Do the GRX2.0 developers regularly listen to this newsgroup? They are strangely quite.