YYCCommonplace/testbench
yyc12345 4f1e2447d0 fix: make exception handler be singleton in same process.
- use CreateMutexW to make sure exception handler is singleton in the same process.
	- Because one process may load multiple DLLs using YYCC.
	- According to this, it will produce N times error log. N is the count of DLLs using YYCC exception handler.
- refactor exception handler. use a class instance to manage all global variables and add a std::mutex to let module be thread safe.
- change the way of check in console input testbench.
2024-07-07 17:29:26 +08:00
..
CMakeLists.txt chore: update build system 2024-06-20 15:51:40 +08:00
main.cpp fix: make exception handler be singleton in same process. 2024-07-07 17:29:26 +08:00