Re: [fpc-pascal] is planned next 2.0.x release?

2006-05-18 Thread Martin Schreiber
On Thursday 18 May 2006 07.32, Vincent Snijders wrote: If I understood you both correctly, then it is not the same: Lucas says (more or less): fpc 2.0.3 fixes several issues in fpc 2.0.2, release it as fpc 2.0.4. Martin says: Please, don't release 2.0.4 yet, it is not good enough for

AW: [fpc-pascal] is planned next 2.0.x release?

2006-05-18 Thread Helmut Hartl
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

AW: [fpc-pascal] is planned next 2.0.x release?

2006-05-18 Thread fpc
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-pascal] Mantis now used as bug tracker

2006-05-18 Thread Florian Klaempfl
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

Re: [fpc-pascal] Mantis now used as bug tracker

2006-05-18 Thread Graeme Geldenhuys
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

[fpc-pascal] writing to dynamic array via formal parameter; what is the right way

2006-05-18 Thread Пётр Косаревский
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 TheSize0 then blockwrite(...); Is this the intended way? (Ok, that's not a big overhead, but it seems strange to me.) What is the

[fpc-pascal] [OT] fpc-gtk2 application on arm

2006-05-18 Thread Koenraad Lelong
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