by Fons <fonzzzNO@[EMAIL PROTECTED]
>
Jan 24, 2008 at 11:37 PM
An answer I got from Rudolf Posch:
Try instead of add ebx,TPosCtxt.AtkTabW
add ebx, OFFSET TPosCtxt.AtkTabW
(insert OFFSET).
And ... it works.
Fons.
> Who can help me to compile REDChess (I found at http://www.rdchess.com/)
> with Delphi version 7.0 (Build 8.1)? I also sent an email to the writer
> Rudolf Posch.
>
> The first error is:
>
> [Error] Dch_atk.pas(540): Operand size mismatch
>
> in line 540 in Dch_atk:
>
> add ebx, TPosCtxt.AtkTabW
>
> And because I never use asm ...
>
> I think the compiler flags are the problem.
>
> Thanks,
> Fons.