Visual Studio 2008 Build question x64 vs x86

Posted by Brett on Stack Overflow See other posts from Stack Overflow or by Brett
Published on 2010-04-01T13:27:19Z Indexed on 2010/04/01 13:33 UTC
Read the original article Hit count: 421

Filed under:
|
|
|
|

Hi Everyone,

I have written an application on my x64 machine in Visual Stuido 2008. The application will be sent to someone, and I have two questions that I need answers to.

  1. What requirements will they need to have installed. I am assuming the .NET 3.5 redistributable. Are there anything else though? (The application does not call any external dependencies).

  2. This is my realy question that I can't find the answer to. I have developed and build the application on my x64 machine using the "Any CPU" option (as versus x64 or x86 specifically). Will this run on a 32 bit machine? (I don't have one to test). Or do I need to build it specifically for x86 in order to run it on a 32 bit machine?

Many thanks, Brett

© Stack Overflow or respective owner

Related posts about visual

Related posts about visual-studio