From: paul AT black-sun DOT removeme DOT demon DOT co DOT uk (Paul Walker) Newsgroups: comp.os.msdos.djgpp Subject: RSXNTDJ / DLL files Date: Wed, 19 Aug 1998 13:00:04 GMT Organization: Chung Kuo Message-ID: <35dacbdf.431612@158.152.254.72> Reply-To: paul AT black-sun DOT removeme DOT demon DOT co DOT uk NNTP-Posting-Host: black-sun.demon.co.uk Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi All, Does anyone use this, or have any idea what might cause the following errors? E:\djgpp\RSXNTDJ>gcc -Zwin32 hello.c hello.c:3: parse error before `WinMain' hello.c:3: parse error before `hInstance' hello.c: In function `WinMain': hello.c:5: `NULL' undeclared (first use in this function) hello.c:5: (Each undeclared identifier is reported only once hello.c:5: for each function it appears in.) hello.c:5: `MB_OK' undeclared (first use in this function) If not, does anyone know a way of building DLL files with "plain" DJGPP? :) Thanks in advance,