From: Donn Miller Newsgroups: comp.os.msdos.djgpp Subject: Re: Borland C++ to DJGPP Date: Fri, 23 Oct 1998 01:47:20 +0000 Organization: Bell Atlantic Internet Solutions Lines: 17 Message-ID: References: <6vnkhq$uq3$1 AT minus DOT oleane DOT net> NNTP-Posting-Host: client201-122-35.bellatlantic.net Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: dmm125 AT localhost In-Reply-To: <6vnkhq$uq3$1@minus.oleane.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 10 Oct 1998, Edouard Laroche-Joubert wrote: > Hi, > > I've made a program in C++ under Borland C++ v1.00 and I would like to use > DJGPP instead, > the problem is that DJGPP doesn't know the lib , > is their a way to convert my program ? or is their a lib in DJGPP > that has the same functions than in Borland C++ ? DJGPP has an optional graphics library called grx20 or grx23. It's a lot like BGI, but it supports VESA modes. After a little mucking around with grx20 you should get the hang of it. Donn