DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D

Home Page:http://www.reactphysics3d.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

340 errors when building project in VS2022

UntitledOutput opened this issue · comments

So I wrote all my code, I checked for bugs, then when I build it, 340 errors come up.

All the information I have is that i'm using Legacy MSVC, and 0.9.0 build.

crashinglog.txt

What branch of ReactPhysics3D did you use? The master branch? Did you compile with C++ 11? What do you mean by Legacy?

What branch of ReactPhysics3D did you use? The master branch? Did you compile with C++ 11? What do you mean by Legacy?

I used the master branch, and I compiled with the default C Language Standard for Visual Studio 2022, or as it calls it, Legacy MSVC. I didn't compile with C++ 11, so i'll try that now.