Дмитрий
Дмитрий
> It looks like one of two problems: > > 1. Skybolt can't find image files. Please ensure `SKYBOLT_ASSETS_PATH` environment variable is setup according to [README.md](https://github.com/Piraxus/Skybolt#readme) > 2. Skybolt can't...
Thank you for your quick reply, if I understood correctly: this a cmake config:  This a tests results on VS2017 RUN_TESTS build. ``` Start testing: Nov 17 10:23 RTZ...
That ALL BUILD output when compile Release x64 on VS2017 CE ``` ------ Rebuild of all files started: project: ZERO_CHECK, Configuration: Release x64 ------ 1>Checking Build System 2>------ Rebuild of...
Build was successful but I can't use the library.. When adding the "include" directory to the project properties (Is it mandatory, right?) to the project (taking into account the addition...
Its no like test error, its different error like that: Looks like simple syntax error, but why. Cpp standart: ISO C++17 (/std:c++17) ``` Severity Code Description Project File String Suppression...
> I think it could also be related to the version of `visit_struct`. Can you try unticking `USE_SYSTEM_visit_struct` in the CMake configuration? all build succesfully without tests, but syntax error...
> Hi @Chasikanaft, is the problem solved? Hello, thanks for reply :) While i took a break in this matter, couse i temporarily decided trough my own _visit struct_ -...