The main reason is that the Config utility prevents the user trying to specify more disk space than is physically available. Because it runs on Windows, and Windows users are (allegedly) stupid and need their hands held at all times. And therefore it needs to know how big the disks are. I'll update the configurator so it links to GetDiskFreeSpaceA at load time but links to GetDiskFreeSpaceExA at runtime if available. Not hard.
d ----- Original Message ----- From: "Sebastian Sp�th" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 10:50 PM Subject: Re: [freenet-dev] old version of win95a and missing export kernel32.dll getdiskfreespace > Benjamin Coates wrote: > > GetFreeDiskSpaceExA doesn't appear until Win95 OSR2, for 95a you can only call > > GetFreeDiskSpaceA. You can detect at runtime if the 'Ex' version is > > available, but why are we setting defaults in the node configurator at all? > > That's the java setup's job, the windows configure utility should just load > > and modify the existing values, shouldn't it? _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
