Hi guys, I'm kind of late to the party, but hopefully you guys wouldn't mind helping me out.
I usually work on a mac, but I managed to borrow an Asus transformer running windows 8.1 and installed VS community edition.
The system type says the device is a "32-bit Operating System, x64-based processor". Does this mean I can build and run 64 bit programs?
Inside c:\Program Files\Microsoft Visual Studio 14.0 I find the VC folder with vcvarsall. When I try to run vcvarsall with the x64 parameter like Casey did in the stream, I get a message saying "The specified configuration type is missing. The tools for the configuration might not be installed."
When I tried some other parameters, I'm prompted to use either:
x86 | amd64 | arm | x86_amd64 | x86_arm | amd64_x86 | amd64_arm
Using vcvarsall "-x86_amd64" and then "cl", I get the line:
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.22816 for x64
I'm not exactly sure what's going on here, but am I on the right track here?
Thank you in advance!