>> On Thu, 2004-01-22 at 05:17, Marco van de Voort wrote:
>> > > I was trying to compile the sqlite example with the new 1.9.2 version of
>> > > FPC and got the following error. Don't know exactly what it means. I
>> > > am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using
>> >
> On Thu, 2004-01-22 at 05:17, Marco van de Voort wrote:
> > > I was trying to compile the sqlite example with the new 1.9.2 version of
> > > FPC and got the following error. Don't know exactly what it means. I
> > > am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using
> > > the
On Thu, 2004-01-22 at 05:17, Marco van de Voort wrote:
> > I was trying to compile the sqlite example with the new 1.9.2 version of
> > FPC and got the following error. Don't know exactly what it means. I
> > am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using
> > the beta relea
> I was trying to compile the sqlite example with the new 1.9.2 version of
> FPC and got the following error. Don't know exactly what it means. I
> am running Gentoo Linux on a AMD Athlon and installed FPC 1.9.2 using
> the beta release. Lazarus compiles fine.
Do not compile files in build dire
Recently, I have been caught a couple of times by mistakes in my
programs using Format (from SysUtils). When the format string and
the supplied arguments do not match, Format raises an exception.
This is nice, but unfortunately, only a hexadecimal address is printed
when the exception is not caug