build

G

Guest

If build creates a .exe where does it go...I feel like I need to set some configurations. Whenever I build I get a spawn error.
 
G

Guest

Donna, thanks for posting to the newsgroups. It sounds like you're having setup issues. I would try reinstalling visual studio and if that doesn't work, call product support. As for where the .exe output files, by default they are placed in sub-directories of your project location. For debug builds, this sub-directory is Debug and for release build it is called Release. You can change these with configuration properties (right-click on project node in solution explorer, choose properties, move expand Configuration Properties, choose general settings should now be in property page

Jackson Davi
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
-------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top