On Fri, 10 May 2013 07:18:00 -0400 [email protected] wrote: > On a related note, I'm running 32-bit XP Pro, can uwin rip a 64-bit > process within that?
you would need the 64 bit-ized ms headers and .lib files in scope we haven't done that on the other hand a 64 bit uwin can generate 64 and 32 bit obj/exe and a 32 bit uwin on 64 bit w7 can generate 32 and 64 bit obj/exe the latter is how we bootstrapped uwin 64 from uwin 32 the key was the /32 and /64 mount points and a little magic in the uwin cc wrapper _______________________________________________ uwin-users mailing list [email protected] http://lists.research.att.com/mailman/listinfo/uwin-users
