Message-ID: <36259EEC.BE4B14E3@mailexcite.com> Date: Thu, 15 Oct 1998 03:06:21 -0400 From: Doug Gale X-Mailer: Mozilla 4.05 [en] (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Here is how to install RSXNTDJ and make it work.....for PC's References: <6vcvee$n0f$1 AT toto DOT tig DOT com DOT au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: oshawappp19.idirect.com Organization: "Usenet User" Lines: 47 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Deathifier wrote: > Now it *should* compile and link with the -Zwin32 compiler switch in RHIDE > (Under options menu - compiler options), then you can run it and it will pop > up on your screen. > You forgot to mention fixing the specs file where the library search directories are. fix the link section like this *link: %{Zwin32: -Lc:/rsxntdj/lib/all} %{Zmt: -Lc:/rsxntdj/lib/mt} %{!Zmt: -Lc:/rsxntdj/lib/st} Replace c:/rsxntdj with the appropriate directory. If you want, you can use the patch for the specs file below (read on...) > A Note about the MSSDK headers, I find that when I copied all of them into, > and over, the ones already installed by RSXNTDJ, not only did the patch > program fail, but if you #include that windows.h file, it throws up a pile > of errors about it, so at the moment, my suggestion is *Don't* use the MSSDK > files, if you want to look at them, you can get the 6MB ibuildenv.exe from > Microsoft's site, it's hard to find but it is there. > First, you don't install those headers on top of the rsxntdj headers. The mssdk headers go in the mssdk subdirectory in the rsxntdj include directory. Second, I have made a new patch for the headers and have made it available to the public at http://webhome.idirect.com/~eschunk/mssdk/rsxpatch.zip. The readme.txt contains instructions. The original patch was for an older release of the headers. The mssdk headers are essential for more advanced projects that use things such as opengl, directx, etc. The mssdk headers are not 'hard to find'! Try http://www.microsoft.com/msdn/sdk/ or better yet http://msdn.microsoft.com/developer/sdk/bldenv.htm If they change their site go to http://search.microsoft.com and look for ibldev.exe Doug Gale