Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-10 Thread Olivier =?windows-1252?q?Coursi=E8re
Hi all ! > > > How so ? > > James, he did *not* port this app to BeOS, some one else did. He > wrote a > Pascal interface to the version that that developer had ported to > BeOS > (you're following me right ;-). He therefore had no option but to use > the > version ported under BeOS, unless he port

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-08 Thread Matt Emson
> On Mon, Jul 07, 2003 at 03:26:41PM +0100, Matt Emson wrote: > > Now I'm following you. Yes I'm aware that Eric did not actually develop > this unit, one of his (people) did. His/Her/It's name is unknown to me. > ;) Um... well, AFAIK Eric did write the PASCAL unit, but some other person ported th

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread James Mills
ssage - > From: "James Mills" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 07, 2003 12:49 PM > Subject: Re: [fpc-pascal]FPC Debugging (with SQLite) > > > > On Mon, Jul 07, 2003 at 12:29:10PM +0100, Matt Emson wrote: > >

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread James Mills
On Mon, Jul 07, 2003 at 03:26:41PM +0100, Matt Emson wrote: > > > How so ? > > James, he did *not* port this app to BeOS, some one else did. He wrote a > Pascal interface to the version that that developer had ported to BeOS > (you're following me right ;-). He therefore had no option but to use

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread Matt Emson
EMAIL PROTECTED]> Sent: Monday, July 07, 2003 12:49 PM Subject: Re: [fpc-pascal]FPC Debugging (with SQLite) > On Mon, Jul 07, 2003 at 12:29:10PM +0100, Matt Emson wrote: > > > I know he wrote it. I regularly speak to him on MSN. There was a problem > > > with using it, fo

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread Matt Emson
> How so ? James, he did *not* port this app to BeOS, some one else did. He wrote a Pascal interface to the version that that developer had ported to BeOS (you're following me right ;-). He therefore had no option but to use the version ported under BeOS, unless he ported a newer version himself,

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread James Mills
On Mon, Jul 07, 2003 at 12:29:10PM +0100, Matt Emson wrote: > > I know he wrote it. I regularly speak to him on MSN. There was a problem > > with using it, for some reason he didn't need to use the cMem unit back > > when he wrote the unit. But he had used a very old version of sqlite at > > the ti

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread Matt Emson
> I know he wrote it. I regularly speak to him on MSN. There was a problem > with using it, for some reason he didn't need to use the cMem unit back > when he wrote the unit. But he had used a very old version of sqlite at > the time. I guess the SQLite library has changed dramatically since > 2.7.

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread James Mills
On Mon, Jul 07, 2003 at 11:54:38AM +0100, Matt Emson wrote: > Eric will have written that unit for BeOS, so I would ask if anyone tested > it for other platforms Had a look on BeShare and he's not online, but > that is certainly a question that needs to be addressed first. I know he wrote it.

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread Matt Emson
Eric will have written that unit for BeOS, so I would ask if anyone tested it for other platforms Had a look on BeShare and he's not online, but that is certainly a question that needs to be addressed first. Matt > Hi, > > I have a problem with the SQLite library (www.sqlite.org). > I believe

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread Pierre Muller
At 12:35 07/07/2003, James Mills wrote: >On Mon, Jul 07, 2003 at 08:19:38PM +1000, James Mills wrote: >> Hi, >> >> I have a problem with the SQLite library (www.sqlite.org). >> I believe Michael helped me with the conversion of the headers and the >> unit that Eric Jourde wrote. >> >> This all wo

Re: [fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread James Mills
On Mon, Jul 07, 2003 at 08:19:38PM +1000, James Mills wrote: > Hi, > > I have a problem with the SQLite library (www.sqlite.org). > I believe Michael helped me with the conversion of the headers and the > unit that Eric Jourde wrote. > > This all works fine, however when compiling a program with

[fpc-pascal]FPC Debugging (with SQLite)

2003-07-07 Thread James Mills
Hi, I have a problem with the SQLite library (www.sqlite.org). I believe Michael helped me with the conversion of the headers and the unit that Eric Jourde wrote. This all works fine, however when compiling a program with the debug options (-g, -gg etc), it won't produce any tracebacks of error.