I am starting c++ in visual studio code. I don't want to use coderunner. So I use task configure it while seeing the official documentation of visual studio code for c++. My file .exe is build successfully on pressing ctrl+shift+b. But on running it is saying it is not compatible with the windows you are running. Please tell me how to fix this issue.
Asked
Active
Viewed 44 times
-3
-
Please read [ask], [mre], and take the [tour]. – sweenish Mar 12 '21 at 16:59
-
What version of Windows are you running? (In the **CMD** shell, use the `ver` command and `echo %PROCESSOR_ARCHITECTURE%`.) – Eljay Mar 12 '21 at 17:05
1 Answers
0
Make sure that appropriate configuration ( 32 bits or 64 bits) is selected for build. It should be the same as Windows OS on your computer to be able to run it.

Valeca
- 122
- 8