Visual Studio Support
Added by Michael Knopke about 11 years ago
Hi,
I noticed that the git dev-master is more and more incompatible with VS2010 (maybe VS2012 as well) notably the use of round() fails currently as only VS2013 supports C99 as far as I know and it's still in preview state.
The other issues are the new C+11 features, which are currently are only partially implemented in all compilers (including g+ clang...) but only rudimentary even in the latest VS version.
My main question is? What compilers are you targeting for building WT on windows? Maybe it's just a bug currently and will be fixed in the next Wt release?
The problem with VS is that it's not easy to keep the IDE and only update compilers which means either spending money or downgrading to express (if one has a full version)
Michael
Replies (1)
RE: Visual Studio Support - Added by Wim Dumon about 11 years ago
Michael,
It's a situation that we've noted and fixed by now (partially, still have to look at mingw).
Wt should compile perfectly with MSVS >= 2005, and we also make integration builds for mingw (tdm).
BR,
Wim.