From: Eric Bromberg Newsgroups: comp.os.msdos.djgpp Subject: RSXNTDJ and DJGPP Date: Mon, 30 Nov 1998 19:24:55 EST Organization: Drew University Lines: 37 Message-ID: NNTP-Posting-Host: daniel.drew.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Has anyone gotten RSXNTDJ to work properly? I followed all instructions exactly and still can't get it to work. I can't compile the test.c. When I try in verbose mode i get the following errors: GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/rsxntdj/include c:/djgpp/include c:/djgpp/contrib/grx20/include C:\RSXNTDJ/include/mssdk C:\RSXNTDJ/include/win32 /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2.1/include /usr/include End of search list. c:/djgpp/bin\cc1.exe c:/djgpp/tmp\ccbaaaaa -quiet -dumpbase test.c -version -o c:/djgpp/tmp\cccaaaaa GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. test.c:2: parse error before `WinMain' test.c:2: parse error before `hInstance' test.c: In function `WinMain': test.c:5: `NULL' undeclared (first use this function) test.c:5: (Each undeclared identifier is reported only once test.c:5: for each function it appears in.) test.c:5: `MB_OK' undeclared (first use this function) it looks like everything is set up but still it doesnt work. anyone has any ideas? Thanks