X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 11 Mar 2004 09:42:37 -0500 From: Gregory Verret Subject: Re: Microsoft SDK In-reply-to: To: djgpp AT delorie DOT com Message-id: <40507ADD.8070000@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 References: <4GT3c.8985$VC4 DOT 560307 AT wagner DOT videotron DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hans-Bernhard Broeker wrote: >Gregory Verret wrote: > > > >> does anyone has tried to use the platform sdk with gpp for windows >>development ? >> >> > >DJGPP is the wrong GCC port to try that stunt with. You want a port >taretting *Windows*, not DOS. DJGPP once had RSXNTDJ for that, but >that project is no longer maintained these days. > >So: get yourself MinGW32 or Cygwin (which includes a copy of MinGW32, >sort of) and use those. > > > cygwin still does the same list of error than djgpp. But any compillers should work with the windows lib ? I mean, if I use the platform SDK, its like when programing sockets or ncurses.. you add the include file, and the lib to link no? maybe the sdk is badly programmed to be accepted only by visual studio : / Any other suggestion or comments anyone ? Greg