From: Ian Miller Newsgroups: comp.os.msdos.djgpp Subject: Re: Using V GUI with DJGPP Date: 25 Jun 1998 13:03:46 +0100 Organization: Defence Evaluation & Research Agency Lines: 24 Message-ID: <87sokthen1.fsf@hasn.dera.gov.uk> References: <3591a584 DOT 0 AT feed1 DOT realtime DOT net> NNTP-Posting-Host: 146.80.115.106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk "John Burch" writes: > I've been trying to use V the GUI C++ system from Dr. Bruce E. Wampler > at http://www.objectcentral.com > > I don' t know which librarys are required to link with the V code to produce > a Windows95 Application. > > The code generator creates a makefile for unix. When I modify it for Windows > I need to know what libs to replace the X11 librarys with. Sounds to me like you want a compiler that produces Windows 95/NT executables. The DJGPP platform for gcc does NOT do this; it produces executables that run under DOS and that require a DPMI server. Perhaps you should look at the Cygnus Win32 port of gcc: http://www.cygnus.com/ Hope this helps, Ian -- Ian Miller, Dorset, UK The views expressed above are those of the writer and do not represent the views, policy, or understanding of any other person or official body.