Anyone know how 2 combine BGI files into the compiled EXE files.
i did know how 2 do this but have forgotten.
This is a discussion on Single EXE file with BGI's within the A Brief History of Cprogramming.com forums, part of the Community Boards category; Anyone know how 2 combine BGI files into the compiled EXE files. i did know how 2 do this but ...
Anyone know how 2 combine BGI files into the compiled EXE files.
i did know how 2 do this but have forgotten.
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.