I've just downloaded C++ Composer XE 2013 (trial version) for Windows and have installed it on Windows 7 with Visual Studio 2013. Despite the fact that the properties of my project and all source files have been set to use the Intel compiler(14.0), it is not being used.
I have explicitly used "Intel Composer XE 2013 SP1"-> "Use Intel C++" option as well and following message comes:
Platform "Win32" has been updated to use the Intel C++ compiler successfully.
Platform "x64" has been updated to use the Intel C++ compiler successfully.
========== Done ==========
After this when I rebuild my project still following logs comes which suggest Intel compiler is not being used:
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.30723 for x86
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> cl /c ......
Is there some setting I missed? Changes are reflected in .vcxproj.