Thread: Single EXE file with BGI's

  1. #1
    Unregistered
    Guest

    Single EXE file with BGI's

    Anyone know how 2 combine BGI files into the compiled EXE files.

    i did know how 2 do this but have forgotten.

  2. #2
    Unregistered
    Guest
    You have to use one of the command line utils in your C directory. I forget the name of the util. Just try the EXEs in the directory until you find it. You can also view the help file or the readme.txt for the compiler. That info should be in there.

    Then inside of C you must use the registerbgidriver() or registerfarbgidriver() function to access the driver.

    I've only done this a couple of times because I no longer use the BGI.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems passing a file pointer to functions
    By smitchell in forum C Programming
    Replies: 4
    Last Post: 09-30-2008, 02:29 PM
  2. sequential file program
    By needhelpbad in forum C Programming
    Replies: 80
    Last Post: 06-08-2008, 01:04 PM
  3. #include header files or .cpp files?
    By DoctorX in forum C++ Programming
    Replies: 3
    Last Post: 12-23-2006, 12:21 PM
  4. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  5. Replies: 3
    Last Post: 03-04-2005, 02:46 PM