From: "Smith A. Cat" Newsgroups: comp.os.msdos.djgpp Subject: Re: rsxntdj/windows95 Date: 3 Jun 1997 19:58:59 -0700 Organization: Blue Square Laboratories Lines: 23 Message-ID: <3394C1AC.6CD5@primenet.com> References: <1 DOT 5 DOT 4 DOT 32 DOT 19970603210358 DOT 00671d8c AT pop DOT xs4all DOT nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Fulco Bohle wrote: > >>I've been working successfully with DJGPP for about a year now, but I > >>can't get RSXNT to compile even the example programs. > I am using djgpp V2.01 and rsxntdj version 1.31. I cannot get it working > under ms-dos or win31x. i posted here not too long ago that i had no trouble compiling with RSXNTDJ under DOS, here's how: in your autoexec.bat file: cwsdpmi /p set EMX=RSX.EXE /* should point to your copy of RSX */ this way you get DPMI and VCPI. this will also let you do system calls under the OS/2 Perl port, which don't work otherwise! phil NOT a GURU