Jump to content

Visual Studio's Platform Toolset upgrade to v143 (2022) in the upcoming UNIGINE 2.19 SDK [Poll]


Please specify your development enivornment  

25 members have voted

  1. 1. Which Visual Studio are you currently using?

    • VS 2015 (v140)
      0
    • VS 2017 (v141)
      2
    • VS 2019 (v142)
      2
    • VS 2022 (v143)
      20
    • Not using VS (Linux)
      1


Recommended Posts

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:

Link to comment
  • silent pinned this topic
  • 5 months later...

Здравствуйте! 
Установил 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#

Раньше проекты на С++ запускались без проблем


image.thumb.png.bf03f16e1e03b3bc8d95b6d7736d5223.png

Link to comment

И до этого работал в VS2022, все нормально было.. Но я просто изучал движок, кодил на плюсах и сборку даже делал, все работало..

Link to comment

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:

Link to comment
×
×
  • Create New...