Re: Calling Kernel32 functions from D

2012-02-26 Thread Gyron
On Saturday, 25 February 2012 at 22:25:57 UTC, simendsjo wrote: On Sat, 25 Feb 2012 22:50:05 +0100, 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 ex

Ring 0 in D

2012-02-26 Thread Gyron
guage, it's hard to find D related things on google, because it's such a short name :p So, can I access Ring0 in D or not? Mfg, Gyron

Calling Kernel32 functions from D

2012-02-25 Thread Gyron
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.