c++visual-studio-2010dllicc

Integrate DLL compiled with Intel C++ Compiler


Is it possible to integrate into an application compiled with Visual Studio compiler a DLL compiled with Intel C++ Compiler ?

Are there some special settings to pay attention to for integration?


Solution

  • There seems to be some compatibility options for using Intel C++ Compiler while being compatible with the Visual Studio framework, see https://software.intel.com/en-us/articles/intel-c-compiler-compatibility-with-microsoft-visual-c

    Compatibility Options

    The following IntelĀ® Compiler options provide compatibility with different versions of Microsoft Visual C++:

    /Qvc8 Microsoft Visual C++ 2005

    /Qvc9 Microsoft Visual C++ 2008

    /Qvc10 Microsoft Visual C++ 2010