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  |
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" target="_blank">>@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   |
|
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.
|
|
|
|
Goto Forum:
Current Time: Sun Apr 27 18:20:37 CEST 2025
Total time taken to generate the page: 0.01130 seconds
|