Message-Id: X-Mailer: Novell GroupWise 5.2 Date: Thu, 08 Oct 1998 11:38:19 +0200 From: "Cyril DREYFUS" To: djgpp AT delorie DOT com Subject: RSXNTDJ & "go32.h", "dpmi.h" header functions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id EAA09987 Reply-To: djgpp AT delorie DOT com I'm running GCC 2.81 with RSXNTDJ and trying to compil Windows programs that calls DOS interrupts. Although i'm not shure it is the best approach, for that purpose i used "go32" and "dpmi" functions such as "allocate_dos_memory" and "simulate_interrupt". I have no trouble compiling and running this under regular DOS gcc, but the windows build won't fly (won't build due to unresolve ref if the original ld.exe is used, crashes if the patch ld.exe is used). I'm pretty desperate for any help, many thanks in advance. Cyril.