C++ Question Which compiler with Visual Studio 2022?

llarian

Donator
Donator
Joined
Apr 1, 2009
Messages
643
Reaction score
225
Points
58
Location
Ottawa
For those of you who are already using Visual Studio 2022, it comes with C++ 14 compiler already available. You can change this to C++ 17 or C++ 20. Which version do you generally use?
 
Sorry for my stupid questions:

Do I understand correctly, that only these two tools, namely Visual Studio and C++ compiler are needed and enough to make own *.dll modules for vessels and change the Orbiter core code?

And it's quite difficult to tune these two tools for Orbiter, yes?

And there's a Visual Studio with integrated C++ compiler and we can use it for Orbiter in principle, isn't it?
 
Seems the answer is yes and no. You do need to add on the OrbiterSDK and other relevant SDKs and libraries. I could be wrong as I am just learning it all myself.
 
Back
Top