Use Visual Studio compilers on Windows

Hi

Is it possible to utilize the Visual Studio compilers on windows? I'm working on a product we're building on Windows, MacOS and Linux, and I'm using MacOS as my primary development platforms. Every now and then I need to write some windows-specific code and it would be nice if I could use CLion there as well.

As part of our porting to windows we made all our windows code build by using Visual Studio (and using the visual studio specific #ifdefs _MSC_VER), so building on windows with another compiler won't be that interesting to me ;-)

Cheers,

Trond

0

Hi Trond.

CLion doesn't support MSVC and no current plans for now. Nevertheless feel free to comment or upvote the feature request to draw our attention to it:
https://youtrack.jetbrains.com/issue/CPP-819
0

请先登录再写评论。