[racket] Cross-compilation

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jul 27 14:34:50 EDT 2011

7 hours ago, Matthew Flatt wrote:
> 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?

Yes.

> Is some security feature enabled that might inject uses of
> DecodePointer() into the code?

There's nothing that I did explicitly.  Also all the solution files
are just converted from the older version and tidied up manually, so
there's no addition there.  Maybe it's a default?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.