Re: Very large files

2006-06-28 Thread Damjan Jovanovic
s for me, > > John > > - Original Message - > From: "Damjan Jovanovic" <[EMAIL PROTECTED]> > To: "John Willis" <[EMAIL PROTECTED]>; > > Sent: Sunday, June 25, 2006 11:31 PM > Subject: Re: Very large files > &g

Re: Very large files

2006-06-25 Thread Damjan Jovanovic
--- John Willis <[EMAIL PROTECTED]> wrote: > Howdy, > > I have a large VS 6.0 C++ program and I'm running it > under WINE under Redhat Linux. > Everything works fine, but it doesn't handle file > sizes greater than 4gb like it can running > directly under Windows XP. > I've tweaked everythin

Re: Very large files

2006-06-24 Thread Marcus Meissner
On Fri, Jun 23, 2006 at 01:48:31PM -0700, John Willis wrote: > Howdy, > > I have a large VS 6.0 C++ program and I'm running it under WINE under Redhat > Linux. > Everything works fine, but it doesn't handle file sizes greater than 4gb like > it can running > directly under Windows XP. > I've

Re: Very large files

2006-06-23 Thread Vijay Kiran Kamuju
Hi, I think its dependent on the filesystem and the kernel version you are running. What is the Redhat linux version you are using snd the kernel version you are using. Thanks, Vijay On 6/23/06, John Willis <[EMAIL PROTECTED]> wrote: Howdy, I have a large VS 6.0 C++ program and I'm running i

Very large files

2006-06-23 Thread John Willis
Howdy,   I have a large VS 6.0 C++ program and I'm running it under WINE under Redhat Linux. Everything works fine, but it doesn't handle file sizes greater than 4gb like it can running directly under Windows XP. I've tweaked everything that I can find that seems to deal with file sizes. Is