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
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
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
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
__
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
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
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
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