Re: [lazarus] Program plugin

2006-02-26 Thread Philippe.martinole
> Yes, Interfaces are language independent. They only define what > functions/procedures are available within an interface (and what calling > convention). An Interface itself has no data or code. I' is only a > "contract" that those functions are avalable. > The actual code is implemented by a

Re: [lazarus] Program plugin

2006-02-24 Thread Philippe.martinole
Hello, > If you choose for a dll system, I would choose Interfaces (and indeed, > don't pass strings, dyn arrays or classes) What you mean with "Interfaces" ? Philippe Message sent using UebiMiau 2.7.8 ___

Re: [lazarus] TAChart and Parabola graph

2006-01-24 Thread Philippe.martinole
Hi, Sorry, I don't understand. What do you be with "Parabola graph" ? Philippe > Does anybody know if the TAChart component supports the Parabola > graph? If not, is there any other Lazarus or Free Pascal componet > that can be used? > > Regards, > - Graeme - > > ___

Re: [lazarus] TAGraph running on non-windows

2006-01-24 Thread Philippe.martinole
Hi, Someone allready sent me corrections for these problems. I've also added improvements and other corrections. I try to send the new version for the CCR tonight. I can also send you the new tagraph.pas to you to see if it correct your problem ? Philippe > I've successfully tweaked TAGraph to r

Re: [lazarus] Running a project always performs compile and link sequence

2005-12-07 Thread Philippe.martinole
Hello, > After reading this thread I ask myself what is wrong with always compiling and linking the project? For me it is very important because compiling the same project on Lazarus is a lot slower than with Delphi6PE. I definitly want to leave Delphi for Lazarus but it is sometimes difficult to

Re: [lazarus] Library for 3d charts, bars, pies, etc.

2005-11-18 Thread Philippe.martinole
Look at TAChart in Lazarus CCR : http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples Philippe - Message d'origine De: lazarus@miraclec.com A: Lazarus Mailing List Objet: [lazarus] Library for 3d charts, bars, pies, etc. Date: 17/11/05 23:36 > Hi all, > >