Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"C" Graphics in Turbo C++ 3.0

Status
Not open for further replies.

kaplana

Programmer
Jun 28, 2000
6
US
I recently purchased Turbo C++ Suite which includes Turbo C++ 3.0. The Examples sub-directory contains BGIDEMO.C graphics file. When I try to run it, all of the graphic commands are stated as errors even though the file contains the <graphics.h> library. Can somebody help me?
 
You probably need to tell the linker where the graphics libraries are. Unfortunately, I've never used your compiler before, so I can't tell you what the name of the library is or how to tell the linker where it is.

Take a look through your compiler documentation, this information should be easy to find.

Russ
bobbitts@hotmail.com
 
Hi,

Goto the Option tab, select linke and then select the Libraries options. Now you will have 4 check boxes. Now elable the graphics library checkbox.

Now Go to the Options tab select save options and press the ok button.

Now compile your graphics program. Now it will work.





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top