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.