Computing.Net > Forums > Programming > Linker Error: Undefined Symbol

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Linker Error: Undefined Symbol

Reply to Message Icon

Name: Kvaien
Date: October 13, 2005 at 13:00:40 Pacific
OS: XP
CPU/Ram: 3.4/512
Comment:

I'm using Borland Turbo C++ (3.0) and it'll compile a simple hello world program, but if I try to open a program I created at school - and it worked there - it gives me Linker Error: Undefined symbol line(int int int int) as well as 7 other graphics errors (setcolor, circle, bar, etc). Compiling works fine, but running/making does not. Any detailed help would be appreciated.



Sponsored Link
Ads by Google

Response Number 1
Name: Fozzie
Date: October 13, 2005 at 20:00:42 Pacific
Reply:

When using dos graphics functions with turbo C++, you have to have the file called egavga.bgi in the same directory as your executable. If you don't have that file then that could be the problem.

You can find a copy of the file with a quick internet search.


0
Reply to Message Icon

Related Posts

See More


read new email USB Dongle



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Linker Error: Undefined Symbol

C error: Undefined symbol ceil www.computing.net/answers/programming/c-error-undefined-symbol-ceil/8138.html

how to solve this error??? www.computing.net/answers/programming/how-to-solve-this-error/4394.html

Undefined symbol? www.computing.net/answers/programming/undefined-symbol/411.html