Under C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin, I see a number of different folders. I could not understand what some of them are for:
Specifically amd64_x86 and x86_amd64. How can you have both x86 and amd64 "together"? And what is the meaning of them in different order?
Also, can I assume that the root folder (i.e. VC\Bin\) is for x86?
(I was specifically looking for the cl.exe file.)
These subdirs contain cross compilers. They run on one architecture and produce code for another. Three architectures are supported, x86 (32-bit Intel/AMD), amd64 (64-bit Intel/AMD, aka x64) and arm. So:
Use the Developer Command Prompt to setup an environment to run cl.exe by hand.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With