Re: [Lazarus] multi version package support

2011-08-17 Thread ik
On Mon, Aug 15, 2011 at 22:38, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Tue, 9 Aug 2011 16:38:51 +0300 ik ido...@gmail.com wrote: Hello list, One of the best things in Ruby gems is the ability to have multiple versions of the same package and write in code what is the exact

Re: [Lazarus] RE : Forms in DLL

2011-08-17 Thread Michael Schnell
On 08/15/2011 09:14 PM, Marcos Douglas wrote: What about memory leaks. Have you tested? +1 Thanks for providing your results, Juan. Some more background: (AFAIK:) A normal Lazarus/FPC (and Delphi) created SO (shared object) ( = Windows DLL, Linux .so, Mac ???, ...???) instantiates its

Re: [Lazarus] New widgetset

2011-08-17 Thread Michael Schnell
On 08/15/2011 06:47 PM, dhkblas...@zeelandnet.nl wrote: I've ported the nvidia-widgetset to FPC. Nice ! This widgetset is very light-weight and has an OpenGL backend (easily extendible). Could you elaborate on the common aspects and the differences regarding the other maybe upcoming

Re: [Lazarus] New widgetset

2011-08-17 Thread Michael Schnell
On 08/15/2011 06:47 PM, dhkblas...@zeelandnet.nl wrote: I've ported the nvidia-widgetset to FPC. BTW.: My standard question on such topics: Does it decently handle TTimer, TThread.synchronize, TApplication..QueueAsyncCall, PostMessage, ... ? (I can provide a testing program for this if you

[Lazarus] 67 Open source replacement apps, and we are not on the list :(

2011-08-17 Thread ik
Hello, I've seen the following list: http://www.datamation.com/open-source/67-open-source-replacements-for-really-expensive-applications-2.htmland we are not on it :( Ido LINESIP - Opening the source for communication http://www.linesip.com http://www.linesip.co.il --

Re: [Lazarus] New widgetset

2011-08-17 Thread Graeme Geldenhuys
On 08/17/2011 11:33 AM, Michael Schnell wrote: BTW.: My standard question on such topics: Does it decently handle TTimer, TThread.synchronize, TApplication..QueueAsyncCall, PostMessage, ... ? If you looked at the code and the example project, you would have seen in is nothing like VCL or

Re: [Lazarus] 67 Open source replacement apps, and we are not on the list :(

2011-08-17 Thread Vincent Snijders
2011/8/17 ik ido...@gmail.com: Hello, I've seen the following list: http://www.datamation.com/open-source/67-open-source-replacements-for-really-expensive-applications-2.html and we are not on it :( No wonder, there was no commercial Pascal development tool in the list either. Vincent --

Re: [Lazarus] New widgetset

2011-08-17 Thread Michael Schnell
Darius, All your message come here with incorrect thread link and with abused quotation syntax. So reading them in the appropriate context is extremely difficult. Could you take a look why this happens ? Thanks, -Michael -- ___ Lazarus mailing

Re: [Lazarus] RE : Forms in DLL

2011-08-17 Thread Dimitri Smits
- Michael Schnell mschn...@lumino.de schreef: Some more background: (AFAIK:) A normal Lazarus/FPC (and Delphi) created SO (shared object) ( = Windows DLL, Linux .so, Mac ???, ...???) instantiates its own independent memory manager. This is perfectly fine, as it does not know

Re: [Lazarus] New widgetset

2011-08-17 Thread Michael Schnell
On 08/17/2011 12:12 PM, Graeme Geldenhuys wrote: If you looked at the code and the example project, you would have seen in is nothing like VCL or LCL. OK. For me a widget set in combination with Lazarus always is a Widget Type selectable as a project option build mode. Sorry for being

Re: [Lazarus] New widgetset

2011-08-17 Thread Graeme Geldenhuys
On 08/17/2011 01:18 PM, Michael Schnell wrote: OK. For me a widget set in combination with Lazarus always is a Widget Type selectable as a project option build mode. :-) Don't worry, when I saw the first post, that is what I thought too - LCL got a new widget type, but that was in fact not the

[Lazarus] RE : RE : RE : RE : RE : Console App Development

2011-08-17 Thread Ludo Brands
Luca, out of curiosity, is it related to the same font issue or something else? In other words can you point to some gtk2 control that being inserted and removed on the form leads to memory increase? No, it's just the font issue. Luca, I had a look with valgrind massif at the

Re: [Lazarus] RE : RE : RE : RE : RE : Console App Development

2011-08-17 Thread Luca Olivetti
Al 17/08/2011 14:20, En/na Ludo Brands ha escrit: Luca, out of curiosity, is it related to the same font issue or something else? In other words can you point to some gtk2 control that being inserted and removed on the form leads to memory increase? No, it's just the font issue. Luca, I

Re: [Lazarus] RE : RE : RE : RE : RE : Console App Development

2011-08-17 Thread Luca Olivetti
Al 17/08/11 15:05, En/na Luca Olivetti ha escrit: [*]TPicture.LoadFromFile I think also leaks memory under linux, but I have to check. Nope, cannot reproduce it now. Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 (Ext.133) Fax +34 93 5883007 --

Re: [Lazarus] 67 Open source replacement apps, and we are not on the list :(

2011-08-17 Thread Zaher Dirkey
On Wed, Aug 17, 2011 at 12:12 PM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/8/17 ik ido...@gmail.com: Hello, I've seen the following list: http://www.datamation.com/open-source/67-open-source-replacements-for-really-expensive-applications-2.html and we are not on it :(

Re: [Lazarus] 67 Open source replacement apps, and we are not on the list :(

2011-08-17 Thread leledumbo
The Development Tools lists only MSVS and Adobe ColdFusion, surely the author is just a mainstream person. He knows only what marketing told him. -- View this message in context:

Re: [Lazarus] RE : Forms in DLL

2011-08-17 Thread Marco van de Voort
On Wed, Aug 17, 2011 at 11:11:01AM +0200, Michael Schnell wrote: The Plus is that it just works, the Minus is that the interface between the program and the SO always needs to be flat (just using simple C compatible types, no Objects no Pascal Strings etc.) This is not entirely true. _ANY_

Re: [Lazarus] 67 Open source replacement apps, and we are not on the list :(

2011-08-17 Thread Graeme Geldenhuys
On 08/17/2011 03:46 PM, Zaher Dirkey wrote: I think Lazarus is replace for Delphi Maybe Delphi is considered cheap, so doesn't qualify for the really expensive applications list. :) I would also take a few of those suggestions with a pinch of salt. eg: Paint.Net and GIMP are definitely NOT

Re: [Lazarus] RE : Forms in DLL

2011-08-17 Thread Michael Schnell
On 08/17/2011 04:06 PM, Marco van de Voort wrote: What was your testprogram? I never did any tests on SOs with Lazarus. I did some tests with Delphi ages ago. So I would need to retest anything it it's important. So yes, it solves the ansistring problem, no it doesn't solve the.synchronize

Re: [Lazarus] New widgetset

2011-08-17 Thread Darius Blaszyk
On Aug 17, 2011, at 11:27 AM, Michael Schnell wrote: On 08/15/2011 06:47 PM, dhkblas...@zeelandnet.nl wrote: I've ported the nvidia-widgetset to FPC. Nice ! This widgetset is very light-weight and has an OpenGL backend (easily extendible). Could you elaborate on the common aspects and

Re: [Lazarus] New widgetset

2011-08-17 Thread Darius Blaszyk
On Aug 17, 2011, at 11:33 AM, Michael Schnell wrote: On 08/15/2011 06:47 PM, dhkblas...@zeelandnet.nl wrote: I've ported the nvidia-widgetset to FPC. BTW.: My standard question on such topics: Does it decently handle TTimer, TThread.synchronize, TApplication..QueueAsyncCall, PostMessage,

Re: [Lazarus] New widgetset

2011-08-17 Thread Darius Blaszyk
On Aug 17, 2011, at 12:12 PM, Graeme Geldenhuys wrote: On 08/17/2011 11:33 AM, Michael Schnell wrote: BTW.: My standard question on such topics: Does it decently handle TTimer, TThread.synchronize, TApplication..QueueAsyncCall, PostMessage, ... ? If you looked at the code and the

[Lazarus] [TIP] Installing Lazarus and Free Pascal on Ubuntu via automatic script

2011-08-17 Thread silvioprog
Hello, The FPC 2.6.0 recently came out in branches, with that, the scripts for installation/update/remove/configuration were updated, check out: http://wiki.freepascal.org/Installing_Lazarus#Ubuntu_11.04_or_later Good luck! :) -- Silvio Clécio ===