[fpc-pascal] header translation question: I need an int sized boolean

2012-04-21 Thread Bernd
Hi, I have this from the GLIB heads: typedef intgint; typedef gint gboolean; Now I need a few packed records with such gboolean types in them. On my i386 I am now just using type GBoolean = LongBool; Just to get something¹ up and running before the day was over. Unfortunately I cannot

Re: [fpc-pascal] Commercial support for Lazarus/FPC

2012-04-21 Thread Tomas Hajny
On 21 Apr 12, at 17:31, Sven Barth wrote: > On 21.04.2012 12:12, denisgolovan wrote: > > Hi all > > > > I am considering to subscribe to commercial support in FPC/Lazarus, but I > > don't have a clear picture what actually support is :) > > I am looking at http://www.lazarussupport.com/lazarus/Sup

Re: [fpc-pascal] Commercial support for Lazarus/FPC

2012-04-21 Thread Mattias Gaertner
On Sat, 21 Apr 2012 17:31:47 +0200 Sven Barth wrote: > On 21.04.2012 12:12, denisgolovan wrote: >[...] > > I am considering to subscribe to commercial support in FPC/Lazarus, but I > > don't have a clear picture what actually support is :) > > I am looking at http://www.lazarussupport.com/lazaru

Re: [fpc-pascal] Default font name

2012-04-21 Thread Sven Barth
On 21.04.2012 16:50, Krzysztof wrote: Hi, Most of controls (or canvas) have font name "default". How to get exact name of this font? There is GetFontData(Button1.Font.Handle).Name function but it works on QT widget set and on GTK not. You should ask this on the Lazarus list. Regards, Sven __

Re: [fpc-pascal] Commercial support for Lazarus/FPC

2012-04-21 Thread Sven Barth
On 21.04.2012 12:12, denisgolovan wrote: Hi all I am considering to subscribe to commercial support in FPC/Lazarus, but I don't have a clear picture what actually support is :) I am looking at http://www.lazarussupport.com/lazarus/Support and it is somewhat too abstract. I thought maybe it is

[fpc-pascal] Default font name

2012-04-21 Thread Krzysztof
Hi, Most of controls (or canvas) have font name "default". How to get exact name of this font? There is GetFontData(Button1.Font.Handle).Name function but it works on QT widget set and on GTK not. Regards. ___ fpc-pascal maillist - fpc-pascal@lists.fr

[fpc-pascal] Commercial support for Lazarus/FPC

2012-04-21 Thread denisgolovan
Hi all I am considering to subscribe to commercial support in FPC/Lazarus, but I don't have a clear picture what actually support is :) I am looking at http://www.lazarussupport.com/lazarus/Support and it is somewhat too abstract. I thought maybe it is easier to see what I am interested in and

[fpc-pascal] Re: Compiling from and to memory

2012-04-21 Thread Reinier Olislagers
On 21-4-2012 2:22, waldo kitty wrote: > i'm old school so please forgive this if is is "out of bounds"... but... > how about a RAM disk? do the compiling on that and then copy off to > physical media when completed? Hi Waldo, You're not the only one that's old school - it was already suggested ear