How to make windows application to run on 32 bit and 64 bit
From your project in visual studio, follow the menu items as below:
Solution explorer --> Right click --> Properties (A new tab should open up) --> Build tab
Setting configurations to 'Any CPU' ensures that your application will work on both 32 and 64bit computers.
No comments:
Post a Comment