1.

Solve : Where is the executable file??

Answer»

I copied the Windows program source codes from http://msdn.microsoft.com/en-us/library/windows/desktop/aa363432%28v=vs.85%29.aspx

into VC++2012. I BUILT it and got "BUILD: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped". Then, I started to "Start Debugging" (F5). But I got "Unable to start program "E:\vs-project\reg4devnotif\ConsoleApplication2\Debug\ConsoleApplication2.exe".

I searched *.exe under folder E:\vs-project, where I stored my project and couldn't find any  ConsoleApplication2.exe. How come? Where can I speficy the locaiton of execution in VC++2012?

[recovering disk space, attachment deleted by admin]Did you use a make file?No, how come I need a makefile while USING IDE like Visual C++?I'm surprised it COMPILED since it specifically says in the COMMENTS it will not compile if you paste it into a Console Application.


It also lists makefile requirements at the bottom.


It could also be that you simply didn't paste it into a source file.



Discussion

No Comment Found