Hi,
I'm sorry, maybe a stupid question. Why trying to implement Gtk3 when
we have Gtk4? Gtk3 will be outdated very soon and the problem will be
the same like with Gtk2.
Petr
po 18. 7. 2022 v 11:59 odesílatel zeljko via lazarus
napsal:
>
>
>
> On 15. 07. 2022. 13:47, Anthony Walter via lazarus w
Maybe it's not a good solution but right now works for me.
I still use 57Connection with disabled version check. There is at
least one disadvantage - I have to install libmysqlclient-dev package
on debian based distributions.
Petr
pá 18. 9. 2020 v 4:15 odesílatel larrydalton71 via lazarus
napsa
Hi,
my application uses DB grid and when user hit and hold pgdown/pgup, or
hit CTRL+Home/End, applicaiton always crashes. Gdb gets this
information:
0x0091bd68 in
BUFDATASET$_$TDOUBLELINKEDBUFINDEX_$__$$_COMPAREBOOKMARKS$PBUFBOOKMARK$PBUFBOOKMARK$$LONGINT
()
(gdb) bt
#0 0x0091bd6
2017-07-20 15:54 GMT+02:00 Graeme Geldenhuys via Lazarus
:
> I'm just shocked at how behind Delphi has become. FPC and Lazarus are so far
> ahead in language features, target platforms, IDE features - they have
> simply made Delphi obsolete. EMBT keeps buying other companies or products
> and addin
Hi,
my application needs some data from a https website and uses Synapse to
download it. Everything works fine on Ubuntu 16.04 with libssl 1.0 but
doesn't work at all on Debian testing where the libssl is in version 1.1.
I get this error:
error:140A90C4:SSL routines:func(169):reason(196)
Could