[fpc-pascal]FreePascal and InterBase/Firebird problem under Windows

Jilani Khaldi jilani.khaldi at tin.it
Mon Sep 2 16:58:45 CEST 2002


>>under Linux the FreePascal/InterBase60 example works fine but under Windows it gives me this error:
>>
>>Connecting to testdb.gdb: OK.
>>Starting Transaction : OK.
>>Allocating statement : OK.
>>Runtime error 201 at 0x0040141D
>>   0x0040141D
>>   0x00401A49
>
>This is a Range Check error
>that you have in your program because you use -Cr option
>(might be in your config file).
>try to use -gl to recompile both your program
>and the Interbase packages
>this will add line info 
>in the backtrace.
>It could be a simple longint to dword conversion
>problem...
That is. I just have put {$R-} directive and it run without error.

Thank you.

jilani








More information about the fpc-pascal mailing list