I think this is all in reference to the fn prototypes that I posted for the engine::bootstrap interface (I used __int64 for file size byte counts).
I wasn't thinking specifically about underlying implementation when I wrote that, I was actually thinking that 32 bits wouldn't cut it, and 64 seemed like enough. That, and in the .NET world, everything is 64 bit for files, and I know that Windows will do large files just fine. Olaf's doin' his job by making sure we mean what we say. :D ... Thanks Olaf! G Garrett Serack | Open Source Software Developer | Microsoft Corporation I don't make the software you use; I make the software you use better on Windows. -----Original Message----- From: coapp-developers-bounces+garretts=microsoft....@lists.launchpad.net [mailto:coapp-developers-bounces+garretts=microsoft....@lists.launchpad.net] On Behalf Of Elizabeth M Smith Sent: Wednesday, September 01, 2010 10:19 AM To: William A. Rowe Jr. Cc: coapp-developers@lists.launchpad.net Subject: Re: [Coapp-developers] Engine APIs required by Bootstrap On 9/1/2010 1:17 PM, William A. Rowe Jr. wrote: > On 9/1/2010 11:58 AM, Olaf van der Spek wrote: >> On Wed, Sep 1, 2010 at 6:55 PM, Garrett Serack<garre...@microsoft.com> >> wrote: >>> knowing that 64bits is plenty enough for file sizes, I think we should >>> standardize on __int64 where we can. >> __int64 is reasonable, although long long is standard. > Not per _ftelli64/_fseeki64 etc. Or are you looking somewhere else? > > _______________________________________________ > Mailing list: https://launchpad.net/~coapp-developers > Post to : coapp-developers@lists.launchpad.net > Unsubscribe : https://launchpad.net/~coapp-developers > More help : https://help.launchpad.net/ListHelp Why not just use the native windows API file functions instead of the C runtime versions - this is definitely a windows only product and the C runtime versions are wrappers - what are we gaining? Thanks, Elizabeth _______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : coapp-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : coapp-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp