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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to resolve linking error

Status
Not open for further replies.

satellite03

IS-IT--Management
Dec 26, 2003
248
IN
hi, i have compiled a source code in VC++. there is no compilation error.... but as soon as going to execute the code i am getting linking error.

is there any way to find out why there is linking error???or in other words how can i remove linking error???

thanks
 
Linking errors are generally caused by missing libs. I've seen MS Studio just not find things for no reason and give linking error. Unless you are trying to use specials libs I would recreate your files by cut and pasting them into new ones that aren't corrupted. This should solve your problem. If you are using special libs then make sure that you have the right ones linked in your settings and they are in the right lib file.

CF

An expert is someone who learns more and more about less and less and eventually knows everything about nothing
 
There are a great number of linkage errors sources (not only libs) in any languages. No need to write About Linkage Errors Ballade. See CodingNovice's good advice...
 
I guess you have not added the needed .lib files. Also there could be some missing source or object files.

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top