The development environmeng is x86, and the target is to compile .EXE that for both 32-bit or 64-bit Windows systems. Which folder shall I install? Seems the default installation folder is C:\programs files (x86), though I'm on a 64-bits Windows 7 OS. what's the difference on either one to install?
开发环境是x86,目标是为32位或64位Windows系统编译.EXE。我应该安装哪个文件夹?似乎默认安装文件夹是C:\ programs文件(x86),虽然我在64位Windows 7操作系统上。安装任何一个有什么区别?
2 个解决方案
#1
2
Visual Studio is a 32-bit program so just let it install where it wants to.
Visual Studio是一个32位程序,所以只需将它安装到想要的位置即可。
You can still develop and debug 64-bit programs though, those things are orthogonal.
您仍然可以开发和调试64位程序,这些都是正交的。
#2
0
I used some stupid SDK (e.g. ADS) which doesn't work with path including '()', and I wast a lot of time to find the problem. I you have such kind SDK to use, do not install it in C:\programs files (x86).
我使用了一些愚蠢的SDK(例如ADS),它不适用于路径,包括'()',我花了很多时间来找到问题。我有这种类型的SDK使用,不要将它安装在C:\ programs文件(x86)中。
#1
2
Visual Studio is a 32-bit program so just let it install where it wants to.
Visual Studio是一个32位程序,所以只需将它安装到想要的位置即可。
You can still develop and debug 64-bit programs though, those things are orthogonal.
您仍然可以开发和调试64位程序,这些都是正交的。
#2
0
I used some stupid SDK (e.g. ADS) which doesn't work with path including '()', and I wast a lot of time to find the problem. I you have such kind SDK to use, do not install it in C:\programs files (x86).
我使用了一些愚蠢的SDK(例如ADS),它不适用于路径,包括'()',我花了很多时间来找到问题。我有这种类型的SDK使用,不要将它安装在C:\ programs文件(x86)中。