![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2006
Posts: 1
Rep Power: 0
![]() |
Linker errors
my error:
Bad object file record in module c:\tc\lib\graphics.lib what i did?: tlib graphics+c:\tc\bgi\egavga.bgi tlink chart.obj,c:\tc\bgi\egavga.bgi,c;\tc\lib\graphics.lib now that error is coming.what should i do? What i want to do : I have done a program which takes bmp image(chart) as background and plot lines on it.for this i have to give two files to my clint chart.exe and egavga.bgi.I want to minimise this by adding egavga.bgi to my exe and give him just exe file.what should i do to achieved this?Help me, iam strucked my environment: windows xp,tc 3.0 do you think that svga is better than egavga?one more doubt is that when i just detect the graph i looks only for egavga why not svga or somether drivers.help me Thanks in advance |
|
|
|
|
|
#2 |
|
Programmer
|
The linker error is usually when you have some function declared but there is no defination for that. So probably you are trying to use a function or object or similar thing from the file which is decalred but there is no defination for it.
Selection of SVGA or EGAVGA depends on your requirement. The link below might be useful for you. http://bdn.borland.com/article/16116
__________________
Iftikhar Ahmed Khan For doing an experiment on programmer's mood please visit http://uxisfyp1.brunel.ac.uk/cspgiak |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C++ OWL What am I doing wrong | Vagabond | C++ | 7 | Mar 24th, 2006 6:31 PM |
| linker errors | funkymp | C | 1 | Jan 3rd, 2006 6:13 PM |
| String I/O and Vector Insert errors | wingz198 | C++ | 1 | Oct 18th, 2005 10:47 PM |
| Very annoying errors | Aphex_Twin | C++ | 2 | Jun 9th, 2005 4:43 PM |
| scandir etc errors in MSVC. | Siphon | C++ | 5 | Feb 4th, 2005 4:15 AM |