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!

unresolved external symbol _cs__delete_thread_msg

Status
Not open for further replies.

agupta

Programmer
Dec 10, 2001
2
BE
sybesql.obj : error LNK2001: unresolved external symbol _cs__delete_thread_msg@4
Release/app7.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

I am trying to compile preprocessed Embedded SQL within Microsoft Visual C++, and it displays the above message error.

I have already included sqlesql.c, but I can't even compile.

We tried the same thing on one machine which worked fine, but it didn't work on two others.

Could anyone suggest the solution for this error??

ajay
 
Hi!

I'm a newbie and probably the problem has little to do with this, but: sometimes i get this error when I have a function declared somewhere, but not defined anywhere in the program (susually when I delete it, but forget to remove the declaration). or the other way around - when I have a funtion definition, but no matching function declaration (inside a class or outside).

However, if it did compile AND link on other machines, probably that's not the problem.

hope this helps and is relevent to ur problem.
Avendeval


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top