[fpc-pascal] Caching a big file on memory

Marco van de Voort marcov at stack.nl
Mon Sep 11 20:01:08 CEST 2006


> >On 11 Sep 2006, at 18:09, Eduardo wrote:
> Also tried changing 100M of byte with 25M of cardinal but got the same error.
> 
> Operating system is  WinXP SP2. AthlonXP 2000+ and 1.25 GBRam 

What are you compiling _for_ ?  The plain dos compiler has a limit of 64MB
under Windows. Make sure you use the Windows (win32) compiler under windows.

fpc -iTO 

will show the target. If it says "go32v2" you have the wrong (dos) compiler.



More information about the fpc-pascal mailing list