Zeos in Dll compiled with FPC

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
martinrame
Junior Boarder
Junior Boarder
Posts: 25
Joined: 24.10.2006, 18:29
Location: Córdoba, Argentina
Contact:

Zeos in Dll compiled with FPC

Post by martinrame »

I've compiled Zeos in a Dll using Lazarus and MSEide with the -Sd parameter (delphi compatibility) of FreePascal. I can compile and create a Dll, but when I try to load from a test application using LoadLibrary, the program returns this exception:

An unhandled exception occurred at $10009363 :
Exception : Unknown Run-Time error : 202
$10009363

If I compile the Dll using Delphi it works ok.

I think the problem is with Zeos since I can compile other (simplier) Dlls using FPC/Lazarus/MSEide without any problem

Leonardo.
martinrame
Junior Boarder
Junior Boarder
Posts: 25
Joined: 24.10.2006, 18:29
Location: Córdoba, Argentina
Contact:

Post by martinrame »

Resolved, the problem was the FPC version 2.2.1 included in my Lazarus 0.9.23, I upgraded to FPC 2.3.1 from SVN and it works ok now.

Thanks.
Post Reply