[PROBLEM] whit noticement whit html support

All Helbreath Server Source Discussion here.
Post Reply
ogeid
Member
Posts: 110
Joined: Thu Feb 02, 2006 11:11 pm

Post by ogeid »

Hi all
i am implementing the html support to my Client srcs and i only get this error

--------------------Configuration: Game - Win32 Release--------------------
Compiling...
Wmain.cpp
Linking...
Creating library Release/Client.lib and object Release/Client.exp
Wmain.obj : error LNK2001: unresolved external symbol "bool __stdcall InitWebCtrl(void)" (?InitWebCtrl@@YG_NXZ)
Release/Client.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Client.exe - 2 error(s), 0 warning(s)

what is that? some1 help me plz :ph34r:
"Prefiero morir de pie que vivir arrodillado"
Crossfade
Loyal fan
Posts: 354
Joined: Sun Mar 20, 2005 5:55 pm

Post by Crossfade »

ogeid wrote: Hi all
i am implementing the html support to my Client srcs and i only get this error

--------------------Configuration: Game - Win32 Release--------------------
Compiling...
Wmain.cpp
Linking...
Creating library Release/Client.lib and object Release/Client.exp
Wmain.obj : error LNK2001: unresolved external symbol "bool __stdcall InitWebCtrl(void)" (?InitWebCtrl@@YG_NXZ)
Release/Client.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Client.exe - 2 error(s), 0 warning(s)

what is that? some1 help me plz :ph34r:
for one your bool_stdcall isnt recognized in the game.h or to solve issues at the top of the game.cpp you can add in the function named with external before if you have it in another source file.
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

olololol.

no. xD He's trying to compile the damn client as a LIBRARY and not an EXECUTABLE.

Also the web function in it.. if you're including a library to support it, you're missing that .lib or you're missing the .cpp if it's pure source.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
ogeid
Member
Posts: 110
Joined: Thu Feb 02, 2006 11:11 pm

Post by ogeid »

thanks bone you i will try that
"Prefiero morir de pie que vivir arrodillado"
Post Reply