Visual Studio - 64bit Software

Asked

Viewed 303 times

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?

  • 1

    In what language?

  • 1

    As far as I know Windows versions that are 64 bit should run software for Windows 32 bit without any problem.

2 answers

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.

inserir a descrição da imagem aqui

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)

Tutorial

Browser other questions tagged

You are not signed in. Login or sign up in order to post.