How to retrieve total amount of system RAM?

Wyverex wyverex.cypher at gmail.com
Wed Aug 13 14:02:24 PDT 2008


Benji Smith wrote:
> Wyverex wrote:
>> Looks like you'd have to try to get the function address from the DLL..
>>
>> http://msdn.microsoft.com/en-us/library/ms724832(VS.85).aspx
> 
> Cool. Is there a D library that already provides basic DLL 
> functionality, (wrapping the LoadLibrary and GetProcAddress functions)?
> 
> Thanks again,
> 
> --benji



//tango
tango.sys.win32.UserGdi

//winapi bindings
win32.core

//Phobos
std.c.windows.windows


More information about the Digitalmars-d-learn mailing list