RE : [fpc-pascal] Error in my mind or typo in sqldbtoolsunit.pas?

2012-04-30 Thread Ludo Brands
> ... however, I don't see any corresponding CREATE TABLE 
> FPDEV2 in the rest of the code or any mention of it?
> 

In the TestFieldTypes unit there are several 'create table FPDEV2' whenever
a special particular table is needed. Nowhere FPDEV2 is dropped. So I assume
the unwritten convention is that FPDEV2 is dropped by SQLDBToolsUnit in
TSQLDBConnector.Destroy. To be confirmed.

Ludo 

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


Re: [fpc-pascal] How to install another version of fpc?

2012-04-30 Thread Jonas Maebe


Anthony Walter wrote on Sat, 28 Apr 2012:


What do I have to do to get "fpc" to see the new version?


http://lists.freepascal.org/lists/fpc-devel/2009-January/016299.html


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


Re: [fpc-pascal] Compiling from and to memory

2012-04-30 Thread Florian Klaempfl

Am 26.04.2012 14:57, schrieb OBones:

Jonas Maebe wrote:


OBones wrote on Mon, 23 Apr 2012:


And because I have to split my generated files so that FPC does not
hit the 2GB memory limit (which it does for a 15M source file)


What is the structure of that source code? (a few giant routines,
large constant arrays, ... ?)

Thousands of small routines. Splitting them across multiple units allows
to compile, with the "write to disk" issue.


You can use a compiler compiled with EXTDEBUG to get some statistics 
where the memory goes.


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


[fpc-pascal] jsondataset: Memleak

2012-04-30 Thread Marcos Douglas
Please see:
http://bugs.freepascal.org/view.php?id=21900

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