visual studio - Can I still develop 32-bit applications using a 64-bit machine? -


I'm still thinking that I still use 32-bit applications with 64-bit machines (64-bit Windows Vista Can I Visual Studio 2008 SP1)? Because I'm planning to buy a laptop with 64-bit Vista. I'm just asking for sure thank you!

64-bit Windows 32-bit Visual Studio runs just fine. Unless you specify that you use X64 development tools, it will still compile 32-bit applications.

Directly from the page:

Visual Studio 32-bit cross compiler, even on Windows 64-bit computers, to call 64-bit hosted tools You can use the devenv command to create a command line environment.

More info:


Comments