Mail Archives: djgpp/2000/01/30/14:07:20
Hi Paul,
I didn't look at your autoexec (too long for me...), but I'll tell you
what I've done:
First, I've downloaded the Microsoft Platform SDK. You can find it
somewhere at www.microsoft.com (I think Developers Network, and then
Microsoft Platform SDK ...) You download the Install Manager, install
it, reboot. Then again to the SDK site, download the MSSDK into the
folder C:\MSSDK. You'll first have to choose what to download. Only
select Minimum Build Tools and Windows API (under Build Environment),
*deselect* everything else. Then download it (will take some time...
I'm from Germany and the Microsoft servers are veryveryvery slow - if
you don't pay much for being online, you can download whatever you
want, but I don't recommend that...)
After installing the Microsoft Platform SDK, do the following changes
to your autoexec.bat:
SET PATH=%PATH%;C:\DJGPP\BIN;C:\RSXNTDJ\BIN
SET DJGPP=C:\DJGPP\DJGPP.ENV
SET RSXNTDJ=C:\RSXNTDJ
SET MSSDK=C:\MSSDK
SET C_INCLUDE_PATH=C:\MSSDK
SET CPLUS_INCLUDE_PATH=C:\MSSDK
I think that should work... I still have some problems with the
RSXNTDJ-IDE, but in the help there are some hints for the command-line
compiler gccw32, the linker etc., and compiling manually is no problem
(I hope, because I didn't write a bigger project yet, I only compiled
a small test-program...)
Sorry for the "foggy" (??? what's nebulös in English ???)
descriptions, but it's some time ago since I did these things.
Uwe
--------------------------------
homepage: www.uwesalomon.de
email : mail AT uwesalomon DOT de
- Raw text -