Re: [Mingw-w64-public] [Mingwbuilds-users] GlobalMemoryStatusEx still failing

2013-11-17 Thread niXman
Jim Michaels 2013-11-17 11:27: it's returning failure. I have even filled the MEMORYSTATUSEX struct with 0's using memset(). nothing about that function seems to work. Hi, Please repost to mingw-w64-public@lists.sourceforge.net, because MinGW-builds joined MinGW-W64. -- Regards, niXman

Re: [Mingw-w64-public] [Mingwbuilds-users] GlobalMemoryStatusEx still failing

2013-11-17 Thread dw
Are you setting the dwLength member to the size of the structure? dw On 11/17/2013 1:18 AM, niXman wrote: Jim Michaels 2013-11-17 11:27: it's returning failure. I have even filled the MEMORYSTATUSEX struct with 0's using memset(). nothing about that function seems to work. Hi, Please