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

unresolved external symbol ...

Linking errors

unresolved external symbol ...

by  Cagliostro  Posted    (Edited  )
this error are because of missing some of lib/dll/c/cpp/obj. What to do:
1. you get error if you include some compillers heades files and use some functions or objects from them. Add in Project->Settings->Link some libs what are not put by default in the project.
2. You've created a project and put in the project's directory many c/cpp/h files. Just add the to you project. Their presence in the directory don't mean the same in the project. To add them, RightClick on the FileVeiw, choose Add Files to folder... and add missing source files.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top