[lazarus] Error Linking Reportman to Lazarus

Peter Vreman peter at freepascal.org
Sat Oct 11 13:55:03 EDT 2003


At 03:23 11-10-2003, you wrote:
>Hi,
>
>I converted the testqtlin program from Report Manager
>project(http://reportman.sourceforge.net) to FreePascal. But I faced
>segmentation
>error when running that (it compiled nicely). The C version works fine.
>The source is below. I compiled it with fpc 1.0.10. Any idea?
>
>Thanks.
>Thomas Edwin Santosa
>
>program testqtlin;
>
>{$mode objfpc}{$H+}
>{$L libborqt-6.9-qt2.3.so}
>{$L libborunwind.so.6.0}

I guess the problem is that Borland has a different excpetion handling. 
When you want to use units made for Kylix you have to recompile all units 
using the fpc rtl and fcl.


Peter






More information about the Lazarus mailing list