I have a core msvc solution consist of core.lib project, which depends on few other .lib projects and an .exe project for testing.

Everything works fine there.

Then I created another child solution, added the core.lib project from core solution, set up dependencies and everything works fine, except all the assertions in core.lib are not working. It's not passing through failed assertion, but something strange happens. I cannot track the call stack to see what happens, looks like call stack is reseting, or unrolling to some state. It may fail few times and then suddenly

The thread 'Win32 Thread' (0x10c8) has exited with code 3 (0x3).

and the application terminated.

If I place an assertion in .exe project of child solution, then it works as it should. What is happening?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.