From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC under win32+directx+glide? Date: Mon, 27 Apr 1998 12:15:17 -0400 Organization: Nortel Lines: 33 Message-ID: <3544AF15.3331@nortel.ca> References: Reply-To: ichapman AT nortel DOT ca NNTP-Posting-Host: bcarib90.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Archee/CoNTRACT wrote: > > hi ! > > I have a question: > Which is the best way to use GCC under win95 ?(I need real win95 program > with GUI.) > > GCC uses the coff format and libraries. I have the DIRECTX SDK and it uses > the coff libraries too. So I can use them for linking. But the Visaul C > header files cannot be compiled bu GCC. So I have to write my own header > files for directx. Or can I get them from the internet ? (directX sdk for > GCC) > > I think somebody has made that header files for GCC. I dont want to make > them too. (The user32.lib, gdi32.lib and windows.h (and includes of > windows.h)) They need too much time. > > Are there GLIDE (3dfx) SDK for DJGPP ? (win95,dos) > > Thanx > > -- Archee/CoNTRACT CODER ( 01dsolt AT vpg DOT hu ) > oldnikk:stonee,sutyi > web: http://gondolat.vpg.hu/~01dsolt Hi, windows.h and etc these are included with the cygnus project at http://www.cygnus.com/misc/gnu-win32/ The libs if you can find them are not suitable for gnu. I was not able to find the sources. If you do any better pleaase let me know. good luck Regards Ian.