[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Release and Debug: why the second doesn't run?

Hi all, I'm working on a c++ project that includes some other .h and .cpp files. Moreover, I included a library (xerces-c) compiled using MinGw.

The release version compiles without problem and runs (I think) perfectly; the compile configuration, instead, compiles but doesn't run:when I start the debug there's an error like "no source available for xercesc::rangefactory()::etc etc etc" . If I call the .exe files from comand line, the release version runs without problem while for the debug version there's a message like "The application failed to initialize properly (0xc0000005)".

The project options are the same in both the configuration.
The debug option are correct.


Any ideas?