Dan's FTP Site (Binary Help)

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

NJDenson
Posts: 75
Joined: Tue May 23, 2006 7:01 pm

Dan's FTP Site (Binary Help)

Post by NJDenson »

Is Dan's FTP site still up and going? Usually i go there to get assistance on studio setup's to create binary's. I am using Vista 64 Ultimate and when i try i get errors.
NJDenson
Posts: 75
Joined: Tue May 23, 2006 7:01 pm

Re: Dan's FTP Site (Binary Help)

Post by NJDenson »

Looking for a Blob.c file for the newer versions of Crafty. I usually never compile via the make files, I followed the blob.c setup.
User avatar
beachknight
Posts: 3533
Joined: Tue Jan 09, 2007 8:33 pm
Location: Antalya, Turkey

Re: Dan's FTP Site (Binary Help)

Post by beachknight »

From crafty19.20DC directory

Code: Select all

#ifdef _WIN32
#include <windows.h>
#include <process.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#endif
#define SMP 1
#define DETECTDRAW 1
#define EGTB6 1
#define EPD 1
#define FAST 1
#define FUTILITY 1
#define NT_i386
#define SINGULAR
#define VC_INLINE_ASM

#include "analyze.c"
#include "annotate.c"
#include "attacks.c"
#include "bench.c"
#include "book.c"
#include "boolean.c"
#include "data.c"
#include "drawn.c"
#include "edit.c"
#include "epd.c"
#include "epdglue.c"
#include "evaluate.c"
#include "evtest.c"
#include "hash.c"
#include "history.c"
#include "init.c"
#include "input.c"
#include "interupt.c"
#include "iterate.c"
#include "learn.c"
#include "main.c"
#include "make.c"
#include "movgen.c"
#include "next.c"
#include "nexte.c"
#include "nextr.c"
#include "option.c"
#include "output.c"
#include "ponder.c"
#include "preeval.c"
#include "probe.c"
#include "quiesce.c"
#include "repeat.c"
#include "resign.c"
#include "root.c"
#include "search.c"
#include "searchmp.c"
#include "searchr.c"
#include "setboard.c"
#include "swap.c"
#include "test.c"
#include "thread.c"
#include "time.c"
#include "unmake.c"
#include "utility.c"
#include "valid.c"
#include "validate.c"
#include "x86.c"
HTH,
hi, merhaba, hallo HT
NJDenson
Posts: 75
Joined: Tue May 23, 2006 7:01 pm

Re: Dan's FTP Site (Binary Help)

Post by NJDenson »

Thanks ... the info below brings back some ideas of setups i had. The info is helpful .. .... too bad i did not keep my sln files.
User avatar
beachknight
Posts: 3533
Joined: Tue Jan 09, 2007 8:33 pm
Location: Antalya, Turkey

Re: Dan's FTP Site (Binary Help)

Post by beachknight »

No further help on my side.

I had compiled two crafty versions, 20.00 and 20.01, with dev-cpp.
They were 30 - 40 % slower than intel and ms builds.

I gave up then compiling.
hi, merhaba, hallo HT
NJDenson
Posts: 75
Joined: Tue May 23, 2006 7:01 pm

Re: Dan's FTP Site (Binary Help)

Post by NJDenson »

Dan usually have good idea's as to how to compile ... I am not sure if its my system but, i can find his site from my computer. I can't even download anything from his site. Perhaps i can seek out Brian or Mike to help.