Using VC 6 and CppUnit 1.10.2, I am trying to test a file that links with DinkumWare instead of MS version of STL.
When I hit the CPPUNIT_TEST_SUITE_REGISTRATION macro in my test file, I get an access violation because the 'this' pointer for the static instance of AutoRegisterSuite is 0x000000.
Any insight into the possible source of the problem would be appreciated.
Jason
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using VC 6 and CppUnit 1.10.2, I am trying to test a file that links with DinkumWare instead of MS version of STL.
When I hit the CPPUNIT_TEST_SUITE_REGISTRATION macro in my test file, I get an access violation because the 'this' pointer for the static instance of AutoRegisterSuite is 0x000000.
Any insight into the possible source of the problem would be appreciated.
Jason
I dug deeper and compared my envinronment with the money example and resolved the issue. Please disregard this thread.
Jason