mrimer wrote:
silver wrote:
also: the drod source still claims to be 3.2.0.81 even though Mike assures us it's .84. might want to update readme and NetInterface.cpp while including the new version of this file.
Not sure what's going on here. The source bundle on the download page has 3.2.1.84 listed everywhere you point out.
I cleaned out my directory and re-downloaded it twice. Really. we're talking about
http://www.caravelgames.com/sourcecode.html right? I'd think I have the page cached, except that the text of the page changed to say 3.2.1.84 there (also, I need to make a minor change to compilingDROD.txt - it keeps saying 3.2.0.84 instead of 3.2.1.84) (and
http://caravelgames.com/distfiles/DROD32Source.rar is the download, right?)
C:\Documents and Settings\silver Harloe\Desktop\drod>grep -ir "3\.2\.1" DROD32Source
Binary file DROD32Source/Master/Master.ncb matches
I also had an error building DRODUtil which Mike can't reproduce, but, then, he also builds his debug versions under VC6, so it's possible that it's because I'm using 7.
If I understand correctly VS 2005 is 8.0. Hmm...I rarely make a debug build of DRODUtil. This could be the root of the problem.
errr, 8, then. whichever. not VC6, anyway. I just know I had to this step:
"
I right-clicked on on the "
DRODUtil"
project in the navigator on the left, and scrolled down to "
Properties"
In the resulting dialog box, in the navigator on the left, I opened up "
Configuration Properties"
, and under that "
Linker"
, and under that selected "
Input"
. In the box on the right, I edited the "
Additional Dependencies"
and edited the part where it says "
mk4vc60s_d.lib"
to read "
mk4vc70s_d.lib"
,"
which impliled to me you still built DRODUtil under 6.0
____________________________
[Last edited by silver at 09-01-2008 10:21 PM]