2.24b Source Help

All Helbreath Server Source Discussion here.
Post Reply
joek
noob
Posts: 21
Joined: Mon Jun 14, 2004 5:28 pm

Post by joek »

ok well i'm trying to compile my source code for 2.24b and i need help cuz i get a few errors..

[C++ Warning] Map.cpp(557): W8004 'dwFileSize' is assigned a value that is never used

[C++ Error] rusadeCore.cpp(12): E2251 Cannot find default constructor to initialize base class 'CGame'

can someone please help me
<img src='http://www.imagemonster.org/getimg/mine1.gif' border='0' alt='user posted image' />
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

what compilator u use?
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
joek
noob
Posts: 21
Joined: Mon Jun 14, 2004 5:28 pm

Post by joek »

i have xp but the program's i tired using r Dev++ (which doesn't let me computer b/c to many warning messages...not error messages)
and then Borload c++ which gives me tho 2 errors...
<img src='http://www.imagemonster.org/getimg/mine1.gif' border='0' alt='user posted image' />
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

regarding your error:
1) rusadeCore.cpp - check if it is supposed to be named rusadeCore.cpp and not CrusadeCore.cpp
2) check in rusadeCore.cpp that it includes game.h or game.cpp (or if the game.cpp/game.h includes it)
3) check the names of the includes.

regarding your warning:
dosn't realy matter it's just saying you are wasting like 3 bites of space because you did something you didn't need to do, but this shouldn't effect things much

i personaly have never used Borload c++, but it sound not to bad, i'll try it out someday :D
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys :D
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

helbreath sources were created using vcpp, so u can eather debug the errors, and make it work with what ever compiler u using, or go d/l vcpp
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
Post Reply