>From Me <[EMAIL PROTECTED]> >Apparently a library call changed after windows version 95a. I have a issue >calling up the configure utillity which emits this error. Looks like maybe I >can do all the configurations by hand in the ini file.
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? -- Benjamin Coates _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
