Hi,
I would like to express my wish :-) for a new 2.0.x release too.
We have also (minor) Problems (Dataset / Timestamp problems) with 2.0.2 and we
would need a new "stable" release for a new stable ZEOS Database Release for
Lazarus FPC.
(ZEOS works currently rather stable with the 2.0.3 Snapsh
Hi,
I would like to express my wish for a new 2.0.x release too. :-)
We have also (minor) Problems (Dataset / Timestamp problems) with 2.0.2 and we
would need a new "stable" release for a new stable
ZEOS Database Tools Release for Lazarus FPC.
(ZEOS works currently rather stable with the 2.0.3
FPC uses mantis now as bug tracker (
http://www.freepascal.org/mantis/set_project.php?project_id=6 ). Furthermore,
lazarus and fpc share the same mantis installation so bugs can be easily moved
between both projects. The price for the use of mantis is that you need an
account to submit bugs, this i
Mantis works great for Lazarus, so it should do the same for FPC. Excellent!
Graeme.
On 5/18/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote:
FPC uses mantis now as bug tracker (
http://www.freepascal.org/mantis/set_project.php?project_id=6 ). Furthermore,
lazarus and fpc share the same mantis
I use something like
var a: array of byte;
setlength(a,TheSize);
blockwrite(afile,a[0],TheSize);
Of course, if it is possible that TheSize=0, I have to write "if TheSize>0 then
blockwrite(...);"
Is this the intended way? (Ok, that's not a big overhead, but it seems strange
to me.)
What is the
Hi,
I think it's off-topic, but since I don't know where to look I take a
chance asking here in the hope that some GTK-gurus can help me further.
I'm making a gtk2 application. Since it has to run on an arm-box with a
320x240 screen I made a main form of that size (actually 320x220 because
the