Sven Barth wrote:
On 24.03.2011 21:38, José Mejuto wrote:
Hello FPC,
Thursday, March 24, 2011, 9:10:10 PM, you wrote:
SB> You don't need to rebuild FPC itself, but you need to modify the
RTL.
SB> Three functions from oleaut32 are included for Windows compatible
SB> widestring management.
On 24.03.2011 21:38, José Mejuto wrote:
Hello FPC,
Thursday, March 24, 2011, 9:10:10 PM, you wrote:
SB> You don't need to rebuild FPC itself, but you need to modify the RTL.
SB> Three functions from oleaut32 are included for Windows compatible
SB> widestring management. As FPC has a fallbac
Hello FPC,
Thursday, March 24, 2011, 9:10:10 PM, you wrote:
SB> You don't need to rebuild FPC itself, but you need to modify the RTL.
SB> Three functions from oleaut32 are included for Windows compatible
SB> widestring management. As FPC has a fallback mechanism you can disable that.
Or simply
On 24.03.2011 11:26, Mark Morgan Lloyd wrote:
I'm currently looking at the potential of a minimal Win32-compatible OS
called Sanos, which supposedly implements a useful subset of the Windows
console-mode API. As a starting point, I'm using the standard Windows
variant of the FPC compiler, but if
I'm currently looking at the potential of a minimal Win32-compatible OS
called Sanos, which supposedly implements a useful subset of the Windows
console-mode API. As a starting point, I'm using the standard Windows
variant of the FPC compiler, but if I build a minimal program (i.e.
program test
Hi,
after doing some test with new implementation of TFmtBCDField for
TSQLite3Connection connector I encounter this problem:
When you declare in SQLite some column as NUMERIC or DECIMAL then this
column will have NUMERIC affinity.
CREATE TABLE t (d DECIMAL(30,7));
If you insert in such colum