[racket] Cross-compilation
DecodePointer() is in XP SP2 and up, which explain why it works on my
XP SP2 machine.
When I compile my own binary with VS 2008, there's no use of
DecodePointer(), though. There's no direct use of DecodePointer() in
Racket.
Eli: Does the build use VS 2010? Is some security feature enabled that
might inject uses of DecodePointer() into the code?
At Wed, 27 Jul 2011 09:14:29 +0100 (BST), Mark Carter wrote:
> I just discovered something. I installed v 5.1.2.3 on my Win XP machine. When I
> try to start DrRacket, I obtain
> "DrRacket.Exe - Entry Point Not Found: The procedure entry point DecodePointer
> could not be located in the dyynamic link library KERNEL32.dll."
>
>
> So maybe Win XP with any SP should just be considered too old to run DrRacket?