3
I would like to know how I do for a software I made in visual studio is executable on Windows 64 bits. I’ve looked in the options somewhere to compile for 64 bits but I’m not sure.
Does anyone know this process?
3
I would like to know how I do for a software I made in visual studio is executable on Windows 64 bits. I’ve looked in the options somewhere to compile for 64 bits but I’m not sure.
Does anyone know this process?
2
You must define the platform in your application’s Build options.
Right click on the project (not on Solution) and go into properties and change how the image below shows.
The "Any CPF" in thesis is to work on any platform (x64/x86), in your case just put in x64 and compile the project.
0
Select your project:
1- Botao direito (Properties)
2- Section of Build
3-CPU (Select x64)
Browser other questions tagged visual-studio 64-bits
You are not signed in. Login or sign up in order to post.
In what language?
– Maniero
As far as I know Windows versions that are 64 bit should run software for Windows 32 bit without any problem.
– Oralista de Sistemas