RE: GetDiskFreeSpaceA
- Posted by Travis Beaty <travisbeaty at arn.net> Jun 11, 2001
- 365 views
Howdy y'all! On 11 Jun 2001, at 8:24, Matthew Lewis wrote: > You can't use the same values for the dll as win32lib defines with > define_c_proc/func. This is because win32lib doesn't actually call > open_dll/define... until c_func/proc is called, to avoid loading things into > memory. So, what you end up with is an index to the actual value which is > stored in a sequence. > > You'll need to either open the dll yourself, or use the win32lib routines > for linking/calling dll routines. I did that, and it worked flawlessly. Thank you. Travis Beaty Claude, Texas.