Procedure entry point RtlCaptureContext could not be located
Steve Greene
steveg1961 at gmail.com
Fri May 11 12:39:24 PDT 2012
Here is the complete message:
"The procedure entry point RtlCaptureContext could not be located in the
dynamic link library KERNEL32.dll"
Here is my program:
int main(char[][] args) {
return(0);
}
That's it. That's the whole thing. I recently read about the D language when I
was looking up some information for a C program I'm writing, and it looks very
interesting (I also use Perl heavily, and I liked some of the ideas about D;
seems kind of like C and some really good aspects of Perl in one language) so
I wanted to try it out, so I downloaded it. Unfortunately, apparently I can't
use it.
I'm on a Windows 2000 Professional SP4 machine.
More information about the Digitalmars-d-bugs
mailing list