Re: [fpc-pascal] converting flexcel to fpc

2007-08-11 Thread Bisma Jayadi
I'm now trying to compile FlexCel v.2.5.3 (latest open source version before it's bought by TMS) using FPC v.2.0.4 on Linux (Kubuntu 6.10 Feitsy). After adding IFDEFs here and there, finally FPC is able to compile it. But, I don't know why FPC fails to linking program (to executable) that uses

Re: [fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Florian Klaempfl
Bisma Jayadi schrieb: >> In that case, did you adapt the libgsf-1.so library name, or specify >> the directory where it can be found ? > > I'd had installed the required libs as mentioned in the source files and > also the related libs as well. I believe I had specified the path too. > But, maybe

Re: [fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Bisma Jayadi
In that case, did you adapt the libgsf-1.so library name, or specify the directory where it can be found ? I'd had installed the required libs as mentioned in the source files and also the related libs as well. I believe I had specified the path too. But, maybe I have to make sure this again.

Re: [fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Bisma Jayadi
Thanks for the code. What example were you trying to compile? Didn't you create a package file for the component? Just give me a startingpoint No, I didn't do that far (create a package). Just to make sure first the component will be compiled by FPC 2.0.4. Sorry, I forgot to give you the exam

Re: [fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Michael Van Canneyt
On Fri, 10 Aug 2007, Bisma Jayadi wrote: > > If you are referring to the treetron component, > > http://treetron.googlepages.com/ > > No, it's not. > > > then you misunderstand it's design. > > I know. > > > It's not going to work, since at the core of it is a binary library which > > uses >

Re: [fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Bisma Jayadi
If you are referring to the treetron component, http://treetron.googlepages.com/ No, it's not. then you misunderstand it's design. I know. It's not going to work, since at the core of it is a binary library which uses the TMS component. Presumably FPC does not find the library, hence the l

Re: [fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Michael Van Canneyt
On Fri, 10 Aug 2007, Bisma Jayadi wrote: > Hi all, > > I'm now trying to compile FlexCel v.2.5.3 (latest open source version before > it's bought by TMS) using FPC v.2.0.4 on Linux (Kubuntu 6.10 Feitsy). After > adding IFDEFs here and there, finally FPC is able to compile it. But, I don't > kno

Re: [fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Bisma Jayadi
I'm now trying to compile FlexCel v.2.5.3 (latest open source version before it's bought by TMS) using FPC v.2.0.4 on Linux (Kubuntu 6.10 Feitsy). After adding IFDEFs here and there, finally FPC is able to compile it. But, I don't know why FPC fails to linking program (to executable) that uses

[fpc-pascal] converting flexcel to fpc

2007-08-10 Thread Bisma Jayadi
Hi all, I'm now trying to compile FlexCel v.2.5.3 (latest open source version before it's bought by TMS) using FPC v.2.0.4 on Linux (Kubuntu 6.10 Feitsy). After adding IFDEFs here and there, finally FPC is able to compile it. But, I don't know why FPC fails to linking program (to executable) t