To create exe of a project (Release instead of debug)

G

Guest

Hello to all:

Apparently when I create exe of the project I must select the configuration Release? instead of Debug that is the one that comes by defect.
The problem that I have is that when I execute the application in way it release jump excepctions to me that does not jump to me when I execute in way debug.
Somebody knows to that this can have?

A greeting and thanks to all in advance
 
G

Guest

May be your can check the statements that has "printf","sprintf","CString.Format'...
I had some experied like yours,I found that,if I used the wrong type or miss enter some variables,It may no error in debug mode,but abnormal in release mode.
 

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