Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!labrea!helens!relgyro!mike From: mike@relgyro.stanford.edu (Mike Macgirvin) Newsgroups: comp.graphics Subject: Re: BGI files from any directory (PC's) Keywords: turbo-c BGI Message-ID: <221@helens.Stanford.EDU> Date: 28 Apr 89 16:59:43 GMT References: <40434@vax1.tcd.ie> Sender: news@helens.STANFORD.EDU Reply-To: mike@relgyro.UUCP (Mike Macgirvin) Organization: Stanford Relativity Gyro Experiment (GP-B) Lines: 12 In article <40434@vax1.tcd.ie> pmcauley@vax1.tcd.ie (PAUL M. MC AULEY) writes: >Quicke (sorry if it's an old question): > How do you incorporate .bgi files into Turbo-C programs? This is a three stage process: 1. Convert the '.BGI' to '.OBJ' using the BGI2OBJ.EXE program. 2. Register the bgi driver in your c program using 'registerbgidriver()' or 'registerbgifont()' functions. 3. Link the converted '.OBJ' files in with your program. mike@relgyro.stanford.edu (36.64.0.50)