Re: [fpc-pascal]problems linking to libborqt

2004-01-26 Thread Den Jean
On Monday 26 January 2004 08:28 pm, Pedro Lopez-Cabanillas wrote: > use: > fpc -Fl/usr/lib/kylix3 test.pas > It worked. Thank you very much. kind regards, Den Jean ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/lis

Re: [fpc-pascal]problems linking to libborqt

2004-01-26 Thread Pedro Lopez-Cabanillas
On Monday 26 January 2004 21:46, geeken wrote: [...] > compiling was done with following script: > -- > #!/bin/bash > source /usr/kylix3/bin/kylixpath /usr/kylix3 >/dev/null > #fpc test.pas use: fpc -Fl/usr/lib/kylix3 test.pas instead of '/usr/lib/kylix

Re: [fpc-pascal]problems linking to libborqt

2004-01-26 Thread Florian Klaempfl
geeken wrote: Hi, I am trying to use freeclx/qt with fpc. So I must be able to link to libborqt. It works with dcc (kylix compiler), but not with fpc. Here is small link test program program test; procedure InitializePAnsiString(CCPS, COPS, IPS, FPS: Pointer); cdecl; external 'libborqt-6.9

[fpc-pascal]problems linking to libborqt

2004-01-26 Thread geeken
Hi, I am trying to use freeclx/qt with fpc. So I must be able to link to libborqt. It works with dcc (kylix compiler), but not with fpc. Here is small link test program program test; procedure InitializePAnsiString(CCPS, COPS, IPS, FPS: Pointer); cdecl; external 'libborqt-6.9-qt2.3.so' na