silent Posted May 6 Share Posted May 6 Dear customers, We plan to upgrade the Platform Toolset version from Visual Studio 2015 (v140) to Visual Studio 2022 (v143) in the upcoming UNGINE 2.19 release (this summer). It's been more than 5 years since we started using this compiler, and it's time to move forward. That would allow us to utilize more features from the latest C++ standards and eliminate some outdated workarounds for existing compiler bugs and issues. We hope that it will also enable us to achieve more optimized builds and better performance. Officially, there is no support for forward compatibility (according to the MSDN documentation) and we would be really glad if you would also consider upgrading Visual Studio to the latest version on your side. Please consider participating in a brief poll about the compiler version you use daily. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
ilya.saitov Posted October 26 Share Posted October 26 Здравствуйте! Установил VS2022 и весь необходимый пакет программ, который указан по ссылке: https://developer.unigine.com/ru/docs/latest/code/environment/windows?rlang=cpp&autotranslate=ru Включая MVSC v143 Но все равно при запуске проекта на C++ не дает собирать проекты, причем запуск проектов не из редактора, а из браузера работает Не нашел своей проблемы в статье, где перечислены возможные проблемы и методы их решения:https://developer.unigine.com/ru/docs/latest/troubleshooting/dotnet_issues?rlang=cpp&autotranslate=ru#install_dotnet_sdk_windows Хотя выше статья больше для C# Раньше проекты на С++ запускались без проблем Link to comment
o_c_e_h_b Posted October 27 Share Posted October 27 И до этого работал в VS2022, все нормально было.. Но я просто изучал движок, кодил на плюсах и сборку даже делал, все работало.. Link to comment
silent Posted October 28 Author Share Posted October 28 ilya.saitov Обычно по тексту ошибки становится ясно каких компонентов не хватает. Скорее всего надо доставить "Разработка классических приложений", плюс всё что связано с MFC. В каких-то версиях Windows SDK были баги, хидера неправильно ставились - помогала переустановка Windows SDK через отдельный инсталлер: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ В любом случае, это к проблемам SDK не относится, скорее к настройкам окружения :) How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
Recommended Posts