performance - Build a .lib with the Intel C++ compiler and use with app in VC++? -


i'm using vc++ 2012 compile solution 2 projects. main library class library project outputs .lib file, , second application, uses compiled library.

this library used high-performance math in app, considering switching intel c++ compiler portion of solution. possible build .lib intel c++ compiler, , link lib vc++ project build app? this article describing want?

i cannot switch app project intel compiler legal reasons. (although have source code app, compiled client , use vc++, authors of library project)


Comments