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 files sizes greater than 4gb like it can running directly under Windows XP. I've tweaked everything that I can find that deals with filesizes. Is there a problem with WINE itself handling very large file sizes?
John wrote:> 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 files sizes greater than > 4gb like it can running directly under Windows XP. > I've tweaked everything that I can find that deals with filesizes. > Is there a problem with WINE itself handling very large file sizes?You probably want to ask on wine-devel. That is a bit outside the scope of the usual wine-users questions.
On 23 Jun 2006 12:38:20 -0700, John <jswsbca@gmail.com> wrote:> Everything works fine, but it doesn't handle files sizes greater than > 4gb like it can running directly under Windows XP.While seconding the earlier post about asking on a more development centered forum, I'll note that if you happen to be using fat32 with Wine (since you can't use ntfs, which you would under XP), this would not be a surprise, as fat32 doesn't support larger files than that. If, on the other hand, you're using ext3 or some other proper *nix FS, this kind of behaviour would seem to be a problem in Wine. -- Mikko Rauhala - mjr@iki.fi - <URL:http://www.iki.fi/mjr/> Transhumanist - WTA member - <URL:http://www.transhumanism.org/> Singularitarian - SIAI supporter - <URL:http://www.singinst.org/>