From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: Using V GUI with DJGPP Date: Thu, 25 Jun 1998 12:19:38 -0400 Organization: Bell Northern Research Lines: 19 Message-ID: <35927899.AB865A7A@nt.com> References: <3591a584 DOT 0 AT feed1 DOT realtime DOT net> <87sokthen1 DOT fsf AT hasn DOT dera DOT gov DOT uk> 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 Ian M, I tried to do the same thing. I got as far as an error free compile. Then the linker could not find a series of Lib files. From cygnus or somewhere you can get a pile of dot.h files windows.h, windowx.h and all the dot.h files that they include. I was not able to find the lib files that correspond to these headers. They are part of MFC or OWL or whatever. If you had a Wattcom compiler you may have these libs. Howerver they will not mesh into dj. You need the sources to compile with dj. So we are stuck. Look up the SWORD program at http://www.bspu.unibel.by/sword/download.htm or http://homepages.enta.net/~basoft/index.html You will make more progress. Regards Ian C.