On Aug 6, 5:30 am, Domenic Denicola <[email protected]> wrote: > Sorry to necromance this thread, but any ideas on how to get VC++2010 > Express to do x64 things? I think the Express version only works on x86 by > default. > > Alternately if someone has gotten VS2012 compiling their stuff that would > work great too. I have VS2012 Ultimate, VC++2010 Express.
Make sure you have the latest version of node-gyp (or at least node 0.8.5) for compiling x64 node addons. Over and above that, if you have VCExpress (2010), you will need to also install the Windows 7.1 SDK. Then it should just work (I tested on Windows 7). -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
