search for: _start_test_or_cache

Displaying 1 result from an estimated 1 matches for "_start_test_or_cache".

2015 Feb 05
0
How to unload R.dll successfully by FreeLibrary
...not return //do something. pfnEnd(0); FreeLibrary(m_hRDll); //==> After this, R.dll still in memory, as I can see in Visual Studio 2012, Module window } } //testing code end int _tmain(int argc, _TCHAR* argv[]) { _simple_test(); //first time, seems fine. _simple_test(); //second time, hangs... //_start_test_OR_Cache(); //_start_test_OR_Cache(); return 0; } ???????????????????????????? [[alternative HTML version deleted]]