Date: Mon, 2 Feb 1998 19:10:07 +0200 (IST) From: Eli Zaretskii To: Rylan cc: djgpp AT delorie DOT com Subject: Re: TP6 IDE & DJGPP In-Reply-To: <01bd2f4d$64733120$a26f19c4@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 1 Feb 1998, Rylan wrote: > The key to safe use is this: Always start the IDE first, quit, then run > DJGPP stuff, and then it is okay to restart the IDE later to edit code. > > Any idea why this happens? AFAIK, TP6 is itself a 16-bit DPMI program. If you run your DJGPP programs from TP6, or run TP6 from a DJGPP program (e.g., if you use Bash as your shell), then you will have trouble because DJGPP programs are 32-bit DPMI programs, and mixing 16-bit and 32-bit DPMI programs is forbidden by the DPMI spec. In general, I'd suggest to find another editor. IMHO, TP6 should not be used for anything but editing Turbo Pascal programs (if it should be used at all).