Re: [ES40-developers] Large File Support
Status: Alpha
Brought to you by:
iamcamiel
From: Hittner, D. T. <dav...@ng...> - 2008-03-19 12:26:52
|
What do you mean by "share a vdisk"? Two programs cannot open the same file at the same time, unless they are both written to coordinate file sharing - otherwise, they will write conflicting information to the vdisk. The default file "open for exclusive access" mode prevents it. Will ES40 correctly open a *copy* of the vdisk? Or open the vdisk when the personal emulator is not running? Dave > -----Original Message----- > From: es4...@li... > [mailto:es4...@li...] On > Behalf Of Pepito Grillo > Sent: Wednesday, March 19, 2008 8:15 AM > To: ES40 Developer Discussions > Subject: Re: [ES40-developers] Large File Support > > Hi > > I'm using debian linux > uname --a > Linux nvlinux 2.6.22.10 #2 Sun Oct 28 12:56:24 CET > 2007 i686 GNU/Linux > gcc (GCC) 4.2.3 (Debian 4.2.3-2 > > I'm trying to share a vdisk from Personal Emulator. > > thanks for your help > > Pepito > > --- "Hittner, David T." <dav...@ng...> > escribió: > > > Use two smaller files :-) > > > > Opening a file greater than 2GB is non-standard across the > various C++ > > implementations. > > What host platform(s) are you using? > > > > Dave > > > > > -----Original Message----- > > > From: > > es4...@li... > > > > > > [mailto:es4...@li...] > > On > > > Behalf Of Pepito Grillo > > > Sent: Wednesday, March 19, 2008 7:11 AM > > > To: es40 > > > Subject: [ES40-developers] Large File Support > > > > > > Hi! > > > I am trying to use large data file (4 Gib), but I > > get a > > > "can't open file" error. > > > errno = 27 -> > > > #define EFBIG 27 /* File too large > > */ > > > How can I solve this problem? > > > > > > Pepito > > > > > > > > > > > ______________________________________________ > > > Enviado desde Correo Yahoo! > > > El buzón de correo sin límite de almacenamiento. > > > http://es.docs.yahoo.com/mail/overview/index.html > > > > > > > > > -------------------------------------------------------------- > > > ----------- > > > This SF.net email is sponsored by: Microsoft Defy > > all > > > challenges. Microsoft(R) Visual Studio 2008. > > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > -------------------------------------------------------------- > ----------- > > This SF.net email is sponsored by: Microsoft Defy all challenges. > > Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ______________________________________________ > Enviado desde Correo Yahoo! > El buzón de correo sin límite de almacenamiento. > http://es.docs.yahoo.com/mail/overview/index.html > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft Defy all > challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |