Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty 18.11

Author: Bernhard Bauer

Date: 06:23:00 09/11/01

Go up one level in this thread


On September 11, 2001 at 09:13:39, Andreas Stabel wrote:

>On September 11, 2001 at 02:26:50, Bernhard Bauer wrote:
>
>>On September 10, 2001 at 14:52:58, Wayne Lowrance wrote:
>>
>>Something has been changed in main.c which causes an error.
>>
>>main.c
>>main.c(2959) : error C2152: 'function' : Zeiger auf Funktionen mit verschiedenen
>>Attributen
>>main.c(2959) : warning C4024: 'signal' : Unterschiedliche Typen fuer formalen
>>und uebergebenen Parameter 2
>>NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2'
>>Stop.
>>
>>it is in the last line of
>>
>>  input_stream=stdin;
>>  if (xboard) signal(SIGINT,SIG_IGN);
>>  else signal(SIGINT,SigInt);
>>
>>Any idea?
>>
>>Kind regards
>>Bernhard
>>>Hello Bob, what improvements have been incorporated in 18.11 over 18.10.
>>>
>>>Thank You
>>>Wayne
>
>In line 2815, change the declaration of the routine SigInt to have _cdecl in
>the header like this:
>void _cdecl SigInt(int type) {
>
>Best regards
>Andreas Stabel

That works!
Thank you very much.
Bernhard



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.