Page 1 of 1

Problems detecting Visual C++ compiler

Posted: Sat Nov 07, 2015 10:00 pm
by adriancs35
Greetings, I am new user of CodeLite IDE and I have to say that until now I like it and didn't found any problems.
However I wish to use my VisualC++ compiler with it instead of MinGW, I do have Visual Studio 2015 community I can code and build just fine with it, but if I go inside CodeLite AddCompiler->Scan for Compiler it will find only MinGW and no VisualC++.

Re: Problems detecting Visual C++ compiler

Posted: Sat Nov 07, 2015 10:20 pm
by eranif
Atm, CodeLite does not support detecting of VisualC++ 2015...
The last toolchain that we support is Visual C++ 2013 (aka MSVC 12)

We need to add support for the latest one: Visual C++ 2015 (known also as Visual C++ 14.0)

So, you can either post a feature request or implement it yourself and send it as Pull Request
(its pretty straight forward, just copy the file CompilerLocatorMSVC12.h/cpp and adjust them):

https://github.com/eranif/codelite/blob ... MSVC12.cpp
https://github.com/eranif/codelite/blob ... orMSVC12.h

Eran

Re: Problems detecting Visual C++ compiler

Posted: Wed Dec 02, 2015 5:14 am
by srini2174
Hi,
I have created a pull request after adding the ability to detect Visual C++ compiler - Version 14. Thanks to merge it to the main branch.

Thanks
Srinivasan.B