Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread Martin Schreiber
On Friday 15 February 2013 09:36:47 zeljko wrote: On Friday 15 of February 2013 00:29:01 luiz americo pereira camara wrote: I just tested with sqlite3ds and works fine. See test below. You may look at its source and see if the approach used can be adapted for zeos There's no problem with

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-15 Thread Michael Schnell
On 02/14/2013 08:05 PM, Koenraad Lelong wrote: I don't mind the German version. I have no problems reading German. Writing is a bit more difficult for me ;-). So please see here: http://www.lazarusforum.de/viewtopic.php?f=4t=6645start=60 and

Re: [Lazarus] Lazarus and Arm Embedded.( see FPC Bug report 23844)

2013-02-15 Thread Justin Smyth
when you have something regarding embedded arm ( Target embedded ) in german let me know , i dont need to speak or under stand german , i just use google translator which works great for me. -Original Message- From: Michael Schnell Sent: Friday, February 15, 2013 8:15 PM To:

[Lazarus] last svn trunk failed to compile

2013-02-15 Thread Eric Kom
Good day, After retrieved lazarus trunk from the svn; the compile process has failed: Free Pascal Compiler version 2.7.1 [2013/02/15] for i386 Copyright (c) 1993-2013 by Florian Klaempfl and others Target OS: Linux for i386 Compiling alllclunits.pp Compiling barchart.pp Compiling lclproc.pas

Re: [Lazarus] last svn trunk failed to compile

2013-02-15 Thread Mattias Gaertner
Eric Kom eric...@metropolitancollege.co.za hat am 15. Februar 2013 um 11:36 geschrieben: Good day, After retrieved lazarus trunk from the svn; the compile process has failed: Free Pascal Compiler version 2.7.1 [2013/02/15] for i386 Copyright (c) 1993-2013 by Florian Klaempfl and others

Re: [Lazarus] last svn trunk failed to compile

2013-02-15 Thread Eric Kom
On 15/02/2013 12:39, Mattias Gaertner wrote: Eric Kom eric...@metropolitancollege.co.za hat am 15. Februar 2013 um 11:36 geschrieben: Good day, After retrieved lazarus trunk from the svn; the compile process has failed: Free Pascal Compiler version 2.7.1 [2013/02/15] for i386 Copyright (c)

[Lazarus] Debugging generics

2013-02-15 Thread Leonardo M . Ramé
I've tried to enter into a method of a generic class (TTree from gtree.pas) using F7, but, instead of entering into that method, the ide shows the red bar on the caller unit. Does anyone experienced problems while debugging generics?. Regards, -- Leonardo M. Ramé

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February 2013 09:36:47 zeljko wrote: On Friday 15 of February 2013 00:29:01 luiz americo pereira camara wrote: I just tested with sqlite3ds and works fine. See test below. You may look at its source and see if the

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread Michael Van Canneyt
On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February 2013 09:36:47 zeljko wrote: On Friday 15 of February 2013 00:29:01 luiz americo pereira camara wrote: I just tested with sqlite3ds and works fine. See test below. You may

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 13:43:21 Michael Van Canneyt wrote: On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February 2013 09:36:47 zeljko wrote: On Friday 15 of February 2013 00:29:01 luiz americo pereira camara wrote:

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 13:41:23 zeljko wrote: When I call that view I can see 0 in sqlite3 utility, but zeos returns it as empty string ahhh whatta mess. Problem is sqlite. PRAGMA table_info('someview'); won't return column type for subselects, casts etc etc zeljko --

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread Michael Van Canneyt
On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 13:43:21 Michael Van Canneyt wrote: On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February 2013 09:36:47 zeljko wrote: On Friday 15 of February 2013 00:29:01

Re: [Lazarus] Problem with zeos and sqlite-3

2013-02-15 Thread zeljko
On Friday 15 of February 2013 14:06:34 Michael Van Canneyt wrote: On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 13:43:21 Michael Van Canneyt wrote: On Fri, 15 Feb 2013, zeljko wrote: On Friday 15 of February 2013 09:57:11 Martin Schreiber wrote: On Friday 15 February

Re: [Lazarus] Debugging generics

2013-02-15 Thread leledumbo
I don't remember debugger support status for generics. But have you ensured the unit is compiled with debugging info? -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Debugging-generics-tp4029221p4029228.html Sent from the Free Pascal - Lazarus mailing

Re: [Lazarus] Debugging generics

2013-02-15 Thread Leonardo M . Ramé
On 2013-02-15 09:06:34 -0800, leledumbo wrote: I don't remember debugger support status for generics. But have you ensured the unit is compiled with debugging info? Mmm, I'm sure it wasn't compiled with debugging info. Thanks for the hint. -- Leonardo M. Ramé