Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-11 Thread Tomas Hajny
On 10 Mar 07, at 21:34, Daniƫl Mantione wrote:
> Op Sat, 10 Mar 2007, schreef Dirk Verwiebe:
>
> > I would test it but where i can find the fix ?
>
> The easiest way is to download a snapshot. For instructions see the
> website. Snapshots are built each night using the latest code, so are a
> very easy way to get the latest code.
>
> Alternatively, you might want to check out the source from svn and
> compile yourself. Instructions are again on the website.

Snapshots for GO32v2 are currently broken
(broken Makefile dependencies - I'll try to fix
that), so no snapshot has been generated
successfully since Florian's change of unit
dpmiexcp. The modified version of dpmiexcp.pp can
be found in trunk in our SVN repository - if you
can't use SVN for some reason, you can download
the full source pack from our FTP (just making
rtl should be enough for this test), or download
only the modified dpmiexcp.pp file via
http://www.freepascal.org/cgi-bin/viewcvs.cgi/
(or just fetch
http://svn.freepascal.org/svn/fpc/trunk/rtl/go32v2
/dpmiexcp.pp directly).

Tomas
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Smallint field in TIBConnection of SQLDB

2007-03-11 Thread Funky Beast

Hi,

How to detect a Smallint field with TIBConnection?
I'm writing a tool to aid in restructuring my projects' databases and their 
tables.
But TIBConnection detects Smallint fields as Integer fields.

TIA,
Funky Beast
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal