Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: bobsadino on April 20, 2018, 04:26:34 PM

Title: Integrate MSVC 14 compiler with codeblocks. Anyone knows how to do this?
Post by: bobsadino on April 20, 2018, 04:26:34 PM
I did set exe toolchain and it can compiled successfully.

but I get no error on build message whenever there's an error on build log.

:(

Thank you.
Title: Re: Integrate MSVC 14 compiler with codeblocks. Anyone knows how to do this?
Post by: BlueHazzard on April 20, 2018, 05:13:13 PM
without DETAILED error messages we can not help...

post full rebuild logs...
Title: Re: Integrate MSVC 14 compiler with codeblocks. Anyone knows how to do this?
Post by: sodev on April 20, 2018, 07:57:50 PM
CodeBlocks doesn't ship with a Visual Studio 2015 compiler setting but you can simply copy the Visual Studio 2010 one and make the proper changes, without Windows XP mode its even less work:
http://forums.next.codeblocks.org/index.php/topic,22009.msg149847.html#msg149847 (http://forums.next.codeblocks.org/index.php/topic,22009.msg149847.html#msg149847)

Older parsing expressions don't match the slighty changed compiler messages, but the following changes should be already present in recent CodeBlocks versions:
http://forums.next.codeblocks.org/index.php/topic,21873.msg148807.html#msg148807 (http://forums.next.codeblocks.org/index.php/topic,21873.msg148807.html#msg148807)
Title: Re: Integrate MSVC 14 compiler with codeblocks. Anyone knows how to do this?
Post by: bobsadino on April 21, 2018, 04:51:55 PM
Thanks sodev for the info :)

I'm so glad. I love codeblocks.