X-Originating-IP: [200.42.80.15] From: "Norberto Alfredo Bensa" To: References: <3a984efc DOT 57bf DOT 0 AT surfeu DOT fi> Subject: Re: Where is Bgi- graphics library? Date: Sat, 24 Feb 2001 23:25:29 -0300 Organization: nBens@ Computers X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 25 Feb 2001 02:27:09.0264 (UTC) FILETIME=[73FCC500:01C09ED2] Reply-To: djgpp AT delorie DOT com Hello, go for Allegro. The current (WIP) version is 3.9.34 http://sunsite.dk/allegro/all3934.zip ..And make sure you take a look at the Allegro home, http://www.talula.demon.co.uk/allegro/index.html BTW, there's also the GRX library... ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/grx234s.zip Best Regards, Norberto From: "Mr. Veli Suorsa" Subject: Where is Bgi- graphics library? > HI! > > Where is Bgi- graphics library (with DJGPP)? > > I found some borland Bgi- graphics library commands, like: > > --- > #include > ... > > initgraph(&gdriver, &gmode, "c:\\BC3\\BGI"); > ... > > setusercharsize(10, 3, 10, 4); > settextstyle(0, 0, 0); > > sprintf(msg, "Point (%d,%d)", p.x, p.y); > > putpixel(p.x, p.y, 10); > > outtextxy(p.x+5 , p.y , msg); > > getch(); > closegraph(); > --- > > and so on... > > What a splendid idea to use graphics pixels, lines and texts together, indeed > ;-)! > > What should I do, that these commands works with DJGPP? > > Thanks in advance! > > Veli Suorsa > --- > OULU, FINLAND > Mailto:VJSuorsa AT Surfeu DOT Fi > http://members.surfeu.fi/veli.suorsa/ > http://www.surfeu.fi >