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:

mangane...@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:

mangane...@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"


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

Reply via email to