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

How do I fix this error? 1

Status
Not open for further replies.
Here's some possibilities:
1. If the function or variable mentioned in the error is part of your code, you may have forgotten to include the ".c" or ".cpp" file in your project. You can include the file by going to "Project... Add To Project... Files".

2. If this code is in a third party DLL, you may need to link to that DLL. An easy way to do this is to select "Settings" from the "Project" menu, and then go to the "Link" tab. Under "Object/library modules", type the name of the ".lib" file.

Actually these are just two of a myriad of potential causes. For more info, please see:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top