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!

Unresolved Externals

Status
Not open for further replies.

Phoseebus

Programmer
Feb 24, 2002
4
US
I have added the appropriate libraries, but the compiler still outputs the unresolved external linker errors.
The file is a windows 32 application and compiles with no errors, but when i click on build it gives me multiple linker errors.

I added the libraries in project, settings, link, the object/library command line before kernel32.lib

I have all the class files and libraries.

Is there any other thing I could be doing wrong?
Should I just try to setup my compiler again?
 

You're doing something wrong. Setting up your compiler again would be a waste of time. Make sure the C/C++ source code files you are using for classes you have created are included in the project or you will get a link error LNK2001: unresolved external symbol.

To add files right click on the SourceFiles folder in the Work Space view and select add files to folder...

If you need more help post the error message with the error number etc.

Brother C
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top