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.
Zeos in Dll compiled with FPC
Moderators: gto, cipto_kh, EgonHugeist
-
- Junior Boarder
- Posts: 25
- Joined: 24.10.2006, 18:29
- Location: Córdoba, Argentina
- Contact:
Zeos in Dll compiled with FPC
Leonardo M. Ramé
http://leonardorame.blogspot.com
http://leonardorame.blogspot.com
-
- Junior Boarder
- Posts: 25
- Joined: 24.10.2006, 18:29
- Location: Córdoba, Argentina
- Contact:
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.
Thanks.
Leonardo M. Ramé
http://leonardorame.blogspot.com
http://leonardorame.blogspot.com