-
|
Good afternoon. I recently tried building bgfx from the quickstart guide with vs2022 by modifying the makefile to include the options as follows: I'm using the vs2022 devenv and targeting Windows 10. The solution appeared to build without errors; however, every example except for 00-helloworld and 02-metaballs seems to crash immediately after loading. Can bgfx be built with this version of VS? Do I need to install vs2017 and rebuild with that devenv? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
VS 2022 works just fine although I haven't tried the makefile. If you don't mind compiling through the VS IDE, try just running |
Beta Was this translation helpful? Give feedback.


VS 2022 works just fine although I haven't tried the makefile. If you don't mind compiling through the VS IDE, try just running
genie --with-examples --with-tools vs2022and then open the .sln manually. No crashes 👀