Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Linking problem with socket
Linking problem with socket [message #20159] Mon, 23 February 2009 00:25 Go to next message
darthspawn is currently offline  darthspawn
Messages: 58
Registered: February 2009
Member
I have this error, I'm trying to compile the project with visual studio 2005, I don't know what to do.. thank you!


Linking...
$blitz.obj : error LNK2019: unresolved external symbol "bool __cdecl Upp::ClientSocket(class Upp::Socket &,char const *,int,bool,unsigned long *,int,boo
l)" (?ClientSocket@Upp@@YA_NAAVSocket@1>@PBDH_NPAKH2@Z) referenced in function "public: void __thiscall KTimeStriker::BtnConnect_Click(void)" (?BtnCo
nnect_Click@KTimeStriker@@QAEXXZ)
C:\upp\out\MSC8.Debug.Debug_full.Gui.Mt\KTimeStriker.exe : fatal error LNK1120: 1 unresolved externals

Re: Linking problem with socket [message #20162 is a reply to message #20159] Mon, 23 February 2009 08:12 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

darthspawn wrote on Mon, 23 February 2009 01:25

I have this error, I'm trying to compile the project with visual studio 2005, I don't know what to do.. thank you!


Linking...
$blitz.obj : error LNK2019: unresolved external symbol "bool __cdecl Upp::ClientSocket(class Upp::Socket &,char const *,int,bool,unsigned long *,int,boo
l)" (?ClientSocket@Upp@@YA_<a href="mailto:NAAVSocket@1" target="_blank">NAAVSocket@1</a>@PBDH_NPAKH2@Z) referenced in function "public: void __thiscall KTimeStriker::BtnConnect_Click(void)" (?BtnCo
nnect_Click@KTimeStriker@@QAEXXZ)
C:\upp\out\MSC8.Debug.Debug_full.Gui.Mt\KTimeStriker.exe : fatal error LNK1120: 1 unresolved externals




I think you use compile option "Blitz".. that it is not supported for MSC compiler. For correct this, go in the main menu "Tools"->"Builds methods" and unmark option "Use BLITZ" for method "MSC8". It is two options: for debug mode and release mode.
Re: Linking problem with socket [message #20164 is a reply to message #20159] Mon, 23 February 2009 10:20 Go to previous message
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member
Blitz works very well with MSC !

Is the Web package included ? (use Project -> add package to ..)
Previous Topic: BarPane::GetPaneSize( b, INT_MAX ) fails?
Next Topic: string[] causes many overload complaints
Goto Forum:
  


Current Time: Fri Apr 19 16:56:35 CEST 2024

Total time taken to generate the page: 0.03073 seconds