Calling Kernel32 functions from D

Kagamin spam at here.lot
Sat Feb 25 14:00:20 PST 2012


On Saturday, 25 February 2012 at 21:50:06 UTC, Gyron wrote:
> Hey Guys, i'm thinking about moving from c++ to D, but I cant 
> live without the Kernel32 Functions, so whats the easiest way 
> to use them in D?
>
> I mean for example ReadProcessMemory etc.

Declare it and call. There're ready bindings like 
http://www.dsource.org/projects/bindings/browser/trunk/win32


More information about the Digitalmars-d mailing list