The ENABLE_PYLIB_CHECK-refactory-v3.cpp contains a full refactory in c++20.
How to Install the new version
-
Before
app->Initialize(hInstance);add (or keep):#ifdef ENABLE_PYLIB_CHECK if (!__CheckPyLibFiles()) return false; #endif -
Replace the old code inside
Client\UserInterface\UserInterface.cppwith the one insideENABLE_PYLIB_CHECK-refactory-v3.cpp.
How to Load via Json
- Set this constant as true:
constexpr bool PyLibTableLoadFromJson = true; - Add the generated
pylibfilestable.jsonin root eix/epk