Closed jiangzhongshi closed 7 years ago
Aside from small fixes and CMakeLists.txt. I've done the following changes to the code:
CMakeLists.txt
std::shared_mutex
std::shared_timed_mutex
The program now builds and runs on my MacBook, although the UI isn't completely what I would expect
And I got import error from model to model, and the console is always complaining Error 00000501 after tex paint tex.
Error 00000501 after tex paint tex
Aside from small fixes and
CMakeLists.txt
. I've done the following changes to the code:std::shared_mutex
(C++17) tostd::shared_timed_mutex
(C++14) since Eigen doesn't support C++17 yet.The program now builds and runs on my MacBook, although the UI isn't completely what I would expect
And I got import error from model to model, and the console is always complaining
Error 00000501 after tex paint tex
.