News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Integrate MSVC 14 compiler with codeblocks. Anyone knows how to do this?

Started by bobsadino, April 20, 2018, 04:26:34 PM

Previous topic - Next topic

bobsadino

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.

BlueHazzard

without DETAILED error messages we can not help...

post full rebuild logs...

sodev

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

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

bobsadino