Search found 3 matches

by hgourvest
13.06.2008, 14:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3724

Dr Mac,

You should used PtrInt datatype instead of Int64 for transtyping.

{$IFNDEF FPC}
PtrInt = longint;
{$ENDIF}

herni
by hgourvest
21.05.2008, 10:09
Forum: Feature Requests
Topic: FPC & CPU64
Replies: 2
Views: 1987

Bonjour ;) I have not yet tried to compile ZeosLib with FPC64, because I allready found many unsafe code, so it should not work on FPC64. For example, there is many code transtyping pointer to integer, the correct way should be to use the PtrInt data type instead. {$ifndef FPC} PtrInt = Longint; {$e...
by hgourvest
21.05.2008, 08:41
Forum: Feature Requests
Topic: FPC & CPU64
Replies: 2
Views: 1987

FPC & CPU64

I would like to know if ZeosLib is planed to work on FPC64 (Linux and windows). especially with firebird and oracle.

regards
henri