RE: [fpc-devel] Question about writing documentation

2006-12-21 Thread George Birbilis
The FPC dev env when run in windowed mode at Windows XP 32-bit shows no cursor (no blinking, nothing). At full screen shows a blinking cursor, but it's very tiring cause it blinks too fast George Birbilis ([EMAIL PROTECTED]) Computer & Informatics Engineer Microsoft MVP J# for 200

RE: [fpc-devel] Question about writing documentation

2006-12-21 Thread George Birbilis
Why not say return <1 or <=0 for all? George Birbilis ([EMAIL PROTECTED]) Computer & Informatics Engineer Microsoft MVP J# for 2004-2006 Borland "Spirit of Delphi" 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.sp

[fpc-devel] Question about writing documentation

2006-12-21 Thread Joost van der Sluis
Hi all, Two things: One: TDataset.Recordcount on Delphi (TclientDataset?) returns 0 if it's called on an inactive TDataset. But an exception seems to be more appropiate to me. But some dataset-descendents raise an exception, some return 0. Now what should I do in sqldb and the TMemDataset? Two:

Re: [fpc-devel] sqldb lazarus component

2006-12-21 Thread Joost van der Sluis
On Thu, 2006-12-21 at 13:16 +0100, [EMAIL PROTECTED] wrote: > Can't someone, maybe who worked to it, cross-compile for me those libraries? > It would be very appreciated... Well, if you want this, you have to put some efford into it. If you can come online on IRC at freenode - #fpc - the people t

Re: [fpc-devel] sqldb lazarus component

2006-12-21 Thread Leonardo M. Ram
> Sorry but I didn't understand the procedure to compile... > ... and the Borland make? How i used it? by default (it's in the "bash" > paths)? Try to rename Borland's Make to BMake or something, at least when compiling FPC code to avoid incompatibilities. Leonardo M. Ramé http://leonardorame

Re: [fpc-devel] sqldb lazarus component

2006-12-21 Thread [EMAIL PROTECTED]
Sorry but I didn't understand the procedure to compile... ... and the Borland make? How i used it? by default (it's in the "bash" paths)? Can't someone, maybe who worked to it, cross-compile for me those libraries? It would be very appreciated... And... are you sure that that them will work wi

Re: [fpc-devel] sqldb lazarus component

2006-12-21 Thread Joost van der Sluis
On Thu, 2006-12-21 at 09:57 +0100, [EMAIL PROTECTED] wrote: > I did the 3 points you said, and got a lot rows like this from windows > command line: > Processing unmaintained/mysql/Makefile.fpc > i386-linux requires: rtl,mysql > powerpc64-linux requires: rtl,mysql > Writing Makefile Those are

Re: [fpc-devel] sqldb lazarus component

2006-12-21 Thread Joost van der Sluis
On Thu, 2006-12-21 at 09:20 +0100, Michael Schnell wrote: > > Your problem isn't that the sqldblaz.ppu isn't there, but that sqldb > > isn't compiled at all on a wince-target. So it's not available, and thus > > Lazarus can't build the wrapper. > > > BTW.: Is sqldb available for Linux on PC and

Re: [fpc-devel] generics

2006-12-21 Thread Michael Schnell
Michael Schnell schreef: No. Generics are more like using a macro when defining a type. So a ":=" copies the memory and not a pointer and they are passed by value into a procedure. I think you cut too much context. To which question does this give an answer? (Don't you see the link to t

Re: [fpc-devel] sqldb lazarus component

2006-12-21 Thread [EMAIL PROTECTED]
I did the 3 points you said, and got a lot rows like this from windows command line: Processing unmaintained/mysql/Makefile.fpc i386-linux requires: rtl,mysql i386-go32v2 requires: rtl,mysql i386-win32 requires: rtl,mysql i386-os2 requires: rtl,mysql i386-freebsd requires: rtl,mysql i386-beos req

Re: [fpc-devel] generics

2006-12-21 Thread Vincent Snijders
Michael Schnell schreef: No. Generics are more like using a macro when defining a type. So a ":=" copies the memory and not a pointer and they are passed by value into a procedure. I think you cut too much context. To which question does this give an answer? Vincent __

Re: [fpc-devel] generics

2006-12-21 Thread Michael Schnell
No. Generics are more like using a macro when defining a type. So a ":=" copies the memory and not a pointer and they are passed by value into a procedure. -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org

Re: [fpc-devel] sqldb lazarus component

2006-12-21 Thread Michael Schnell
Your problem isn't that the sqldblaz.ppu isn't there, but that sqldb isn't compiled at all on a wince-target. So it's not available, and thus Lazarus can't build the wrapper. BTW.: Is sqldb available for Linux on PC and ARM ? -Michael ___ fpc-dev