VS 2005 Error/Warning on Run

B

Bryan Dickerson

I have a small program that I built for Release mode and now when I try to
run it from the VS 2005 IDE, I get an error/warning box that says:

------------------------------------------
The following module was built either with optimizations enabled or without
debug information:

<path to the module>

To debug this module, change it's project build configuration to Debug Mode.
To suppress this message, disable the 'Warn if no user code on launch'
debugger option.
 

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