On Thu, 31 Mar 2005, Maxim Ganetsky wrote:

> Hello.
>
> Bug 3543 has been closed as unreproducable, but I can not
> compile this program at least with fpc 1.9.8 on Win32:
>
> Uses Keyboard;
> begin
>   repeat
>   until KeyPressed;
> end.
>
> Error: Identifier not found "KeyPressed"

Yes.
It compiles on Linux, but not on the other platforms.

It is my mistake; we're going to remove the KeyPressed
call from the linux version of the keyboard unit.
Assume it is not there...

Michael.


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to