Re: [fpc-pascal] source file size ?

2006-01-05 Thread L505
> > > 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

Re: [fpc-pascal] source file size ?

2006-01-05 Thread Tony Pelton
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

Re: [fpc-pascal] Ansistrings exported in DLL's - mystery

2006-01-05 Thread Jonas Maebe
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

Re: [fpc-pascal] source file size ?

2006-01-05 Thread Florian Klaempfl
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

Re: [fpc-pascal] source file size ?

2006-01-05 Thread Marco van de Voort
> 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