>
> > are there any know limits on how big a source file can be for the FPC
> > compiler ?
>
> interesting question... hmm did you try a 3GB file which calls
> writeln('test')
over
> and over and over again?
> That's the stupid way of doing tests - the smart way would
> be waiting for an answe
On 1/5/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote:
> Tony Pelton wrote:
> > hi all,
> >
> > i wanted to ask a question, before i spend time going down a road to
> > implement it.
> >
> > are there any thoughts on having a source file that might be megabytes
> > in size that is basically just st
On 05 Jan 2006, at 01:33, L505 wrote:
With Cmem, and according to my current knowledge, Cmem should allow
one to safely
export strings from one Pascal program to another Pascal program
(but only Pascal
programs, or programs who have compatible reference counting - i.e.
maybe Delphi).
Onl
Tony Pelton wrote:
hi all,
i wanted to ask a question, before i spend time going down a road to
implement it.
are there any know limits on how big a source file can be for the FPC compiler ?
i was thinking about experimenting with "code generating" a source
file that would become a memory resi
> Tony Pelton wrote:
> > i wanted to ask a question, before i spend time going down a road to
> > implement it.
> >
> > are there any know limits on how big a source file can be for the FPC
> > compiler ?
> >
> > i was thinking about experimenting with "code generating" a source
> > file that wo