Hi all,
I have a problem with trying to run tests with code compiled in debug. Whats weird is that I don't have any problem if its compiled in release.
Could the fact that i'm linking with 3rd party dlls compiled in release while compilling my tests in debug cause this sort of behavior?
I'm not at work ATM, but will post the exact assertion error I get when running the debug test.
Thanks for your help
David Chapdelaine
Perhaps you have linked to non-debug version of dll while built your code with debug?
Log in to post a comment.
Hi all,
I have a problem with trying to run tests with code compiled in debug. Whats weird is that I don't have any problem if its compiled in release.
Could the fact that i'm linking with 3rd party dlls compiled in release while compilling my tests in debug cause this sort of behavior?
I'm not at work ATM, but will post the exact assertion error I get when running the debug test.
Thanks for your help
David Chapdelaine
Perhaps you have linked to non-debug version of dll while built your code with debug?