Wednesday 26 September 2018

visual c++ - How to solve the following problem in VC++




I have downloaded a code when I am building the program, a message window is shown having following message.



Please specify the name of the Executable file to be used for debug session.


Answer



Did you download a complete VS project or simply a .cs file? In the last case you need to integrate it in into a regular VS project in order to get it running...


No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...