Geschrieben von:/Posted by: Volker Pittlik at 08 June 2004 08:32:08:
Als Antwort auf:/In reply to: Re: FRC start position generator geschrieben von:/posted by: Dann Corbit at 08 June 2004 03:02:43:
ftp://cap.connx.com/pub/chess-engines/new-approach/frcpos.c
use 960 instead of 980.
Done but:
D:\Schach\frc>cl frcpos.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3052 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
frcpos.c
Microsoft (R) Incremental Linker Version 7.10.3052
Copyright (C) Microsoft Corporation. All rights reserved.
/out:frcpos.exe
frcpos.obj
frcpos.obj : error LNK2019: unresolved external symbol __ftol2 referenced in fun
ction _get_frc_start_pos
LIBC.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced
in function _mainCRTStartup
frcpos.exe : fatal error LNK1120: 2 unresolved externals
D:\Schach\frc>
Volker