From: "Stephen C. Ferguson" Newsgroups: comp.os.msdos.djgpp Subject: Re: MSSDK question about RSXNTDJ Date: 3 Dec 1997 16:22:47 GMT Organization: home1.gte.net/itriazon/ Lines: 51 Message-ID: <66410n$r9u$1@gte2.gte.net> References: <662pcs$u7$1 AT gte2 DOT gte DOT net> <3485200E DOT 4863 AT art DOT alcatel DOT fr> Reply-To: itriazon AT gte DOT net NNTP-Posting-Host: 1cust37.max13.atlanta.ga.ms.uu.net 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 Olivier PERRON, Thanks very much for your help, the test.c program nows compiles but I get an exception error when I try to run it. However the 'Hello Win32' first application compiles links and actually runs!!! If your interested in some freeware fractal prgrams, I have a few available from my web site (see link below). One of them is written with the DJGPP compiler using the Allegro graphics library. I'm now going to try to write one with the DJGPP compiler using these RSXNTDJ extensions. Olivier PERRON wrote: > Stephen C. Ferguson wrote: > > > [...] > > There is the following installation step that I did not do: > > > > 3) Modify SPECS file in \RSXNTDJ\LIB > > > > If you want to install RSXNTDJ in a other directory than F:\RSXNTDJ you > must > > modify the *CPP and *LINK section. > > > > *cpp: > > %{posix:-D_POSIX_SOURCE} ... > > %{Zwin32:-D__WIN32__ -D__RSXNT__ -D__EMX__ -If:/rsxntdj/include} > > > > *link: > > %{Zwin32: -Lf:/rsxntdj/lib/all} > > > > I didn't understand this step. > > > > That's your problem. > You *HAVE* to do this step because it will tell cpp and ld where to look > for the system headers and the system libraries. > > Simply replace the f:/rsxntdj/include with h:/rsxntdj/include > and f:/rsxntdj/lib/all with h:/rsxntdj/lib/all -- Stephen C. Ferguson Iterations et Flarium24 http://home1.gte.net/itriazon/