Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio "Run button" changed to "Attach to a process"

I am trying to run a C code in microsoft visual studio 2015. For some reason, the run bottom is changed to "Attach to a process". And when I attach any of the process, the process wouldn't start to run (command prompt would'nt open).

That's a picture of my visual studio and the attach to process window:

enter image description here

like image 529
aghd Avatar asked Nov 26 '25 22:11

aghd


1 Answers

May be because the code you have compiled gives only a Dynamic Link Library (DLL) file. So you need to attach it to a process (.exe file) which will load the (DLL) for execution.

Also, why 0 projects?

Project


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!