Re: [lazarus] "File size limit exceeded (core dumped)" at 2 GB

2007-01-31 Thread Vincent Snijders
Onjahyr schreef: 2 GB ? ok, use this: http://www.joaomorais.com.br/pascal/push.php?download=67968541 Sucess, 2 GB, 3 GB, 4 GB, 5 GB, ... > This doesn't even compile on linux. Vincent _ To unsubscribe: mail [EMAIL P

Re: [lazarus] "File size limit exceeded (core dumped)" at 2 GB

2007-01-31 Thread Onjahyr
2 GB ? ok, use this: http://www.joaomorais.com.br/pascal/push.php?download=67968541 Sucess, 2 GB, 3 GB, 4 GB, 5 GB, ... > By Robson (Brazil). 2007/1/29, Seth Grover <[EMAIL PROTECTED]>: I've been creating a tool which will generate sample data for databases. The project is being compi

Re: [lazarus] "File size limit exceeded (core dumped)" at 2 GB

2007-01-29 Thread Seth Grover
On 1/29/07, Micha Nelissen <[EMAIL PROTECTED]> wrote: Use FPC 2.1.1. Thanks Micha, that fixed my problem. Seth -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth I'm a driver, I'm a winner. Things are going to change, I can feel it.

Re: [lazarus] "File size limit exceeded (core dumped)" at 2 GB

2007-01-29 Thread Micha Nelissen
Seth Grover wrote: > I think it's probably just some limitation of the file system using > standard I/O routines. My question is what do I need to use instead to > be able to create files bigger than 2 gigabytes? Use FPC 2.1.1. Micha __

[lazarus] "File size limit exceeded (core dumped)" at 2 GB

2007-01-29 Thread Seth Grover
I've been creating a tool which will generate sample data for databases. The project is being compiled and run in 32-bit Linux. In order to write to the file, I'm just using a TextFile, with which I do pretty standard stuff: AssignFile(outputFile, OutputFileNameEdit.Text); try ReWrite(outputFil