[fpc-pascal] TItimerSpec

luca_manganelli at comune.trento.it luca_manganelli at comune.trento.it
Fri Aug 14 10:26:49 CEST 2009


Hi,

I am trying to port a delphi source code to FPC on a 64 bit system.

In the delphi code there's a TITimerSpec variable declaration. I found it
in:

manganelll at grass2:/usr/share/fpcsrc/2.2.2/packages$ fgrep -R -i
"titimerspec" *

                libc/src/timeh.inc:  TITimerSpec = itimerspec;

so it's declared somewhere, but I cannot use it:

manganelll at grass2:~/projects/mapaccel/linux$ fpc NativeTimer.pas
Free Pascal Compiler version 2.2.2-8 [2009/01/08] for x86_64
Copyright (c) 1993-2008 by Florian Klaempfl
Target OS: Linux for x86-64
Compiling NativeTimer.pas
NativeTimer.pas(73,37) Error: Identifier not found "TITimerSpec"





More information about the fpc-pascal mailing list