nobug

Results 3 comments of nobug

if comment this line://call freelibrary(hmod); the test.exe is ok Add one func do the uninitialize, will be ok the b.dll loaded,the a.dll call unitialize then freelibrary,will be ok

boost/test/unit_test_suite.hpp #ifdef BOOST_TEST_ALTERNATIVE_INIT_API bool init_unit_test() { #else ::boost::unit_test::test_suite* init_unit_test_suite( int, char* [] ) { #endif #ifdef BOOST_TEST_ALTERNATIVE_INIT_API return true; } #else return 0; } #endif in SDL2/SDL_main.h #if defined(SDL_MAIN_NEEDED) ||...