Linking error

All Helbreath Client Source Discussion here.
Post Reply
Raist15
just visiting
Posts: 3
Joined: Wed May 02, 2007 1:01 pm

Post by Raist15 »

Hi all :)
I am new in this forum and in c ++ programming (I usually do it in visual.net)
Well, a few years ago i liked to played Helbreath, so now that it is possible to see its code I want to do some things with it, like add new races and some more stuff just for fun
I have some work done and when I compile I got 0 errors 0 warnings, but when i trie to build de .exe i got this error:
Linking...
libcpd.lib : fatal error LNK1127: library is corrupt
Error executing link.exe.

Can you teach me to solve that problem? I just want to use it as a home lan server for friends.
Please, don ´t tell me to search in google becouse I did it :(
I didn ´t found how to solve problems with that .lib
Thanks :)
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

If you do coding at all you'll know how to do this.

Either reinstall or ignore that default lib. THOUGH it shouldn't be corrupt, it's only a debug lib. Try compiling in release and if it doesn't error like that then you need to reinstall. If it compiles fine with ignoring it, enjoy.
<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.
Raist15
just visiting
Posts: 3
Joined: Wed May 02, 2007 1:01 pm

Post by Raist15 »

Ok, thanks man, it worked ignoring that lib :)
I built my client but now I have a new problem. I run the server and everithing is ok, but then I open the client and it crashes. It is not a file checksum error, it just crashes :(
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Use the release and if that still crashes it's a more internal problem.
<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.
Raist15
just visiting
Posts: 3
Joined: Wed May 02, 2007 1:01 pm

Post by Raist15 »

I m already using the release and it still crashes :(
Post Reply