Date: Thu, 4 Dec 1997 12:10:03 +0000 (WET) From: "Luis Miguel C. Pista" To: "Stephen C. Ferguson" cc: djgpp AT delorie DOT com Subject: Re: MSSDK question about RSXNTDJ In-Reply-To: <663rv6$kma$1@gte2.gte.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I am using RSXNTDJ and i dont find your problem when compiling the hello world problem... It seems to me that your problem is in the WINAPI.... GNU CC dont know what WINAPI is... try to put before the winmain function, #include ... is where WINAPI is defined. Luis Pista