Computer Chess Club Archives


Search

Terms

Messages

Subject: Compiling crafty 17.5

Author: Joshua Lee

Date: 07:29:14 12/20/99


well there's one problem , my compiler say's that there are errors in the sorce
code. From what i know about C(little but some programming classes) the problem
lies in a if then else statement, this was in a header file chess.h and a few
others

#if defined(HAS_64BITS)
  typedef unsigned long BITBOARD;

#else
#  if defined(NT_i386) || defined(NT_AXP)
    typedef unsigned __int64 BITBOARD;

#  else
    typedef unsigned long BITBOARD;
#  endif
#endif

well , this telling the program to go in circles, the else has to be changed to
something else i think. Or maybe Microsoft visuall C++ 6.0 is wrong? Anyhow i
would like to learn more, i don't think one B is going to make me an expert.
if anyone could shed some light on this that would be cool
Thankyou
merry christmas,merry haunakkah and
happy new year



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.