C++ Question Dev C++ and Orbiter

dundun92

Member
Joined
Feb 18, 2012
Messages
42
Reaction score
29
Points
18
Is Dev c++ compatible with orbiter 2010? Because I'm having compiler issues
 
No it isn't, because it uses GCC, while Orbiter SDK is meant to be compiled with MSVC compilers. I use Code::Blocks, after switching the compiler for Orbiter projects to a previously installed version of MSVC.
 
No it isn't, because it uses GCC, while Orbiter SDK is meant to be compiled with MSVC compilers. I use Code::Blocks, after switching the compiler for Orbiter projects to a previously installed version of MSVC.
Is there anyway to convert from GCC to MSVC?
 
Back
Top