Hi,
I have been given a few libraries for Windows and OSX that have been compiled using the Intel C++ compiler (both statically and dynamically linked versions are available). I am using MSVC 2012 on Windows, and XCode 8 on OSX and I am trying to use those libraries in projects that are not using the Intel compiler. I have only tried this on Windows so far, but even the statically linked libraries are trying to pull in additional dependencies (libmmt.lib).
Is it possible to use Intel compiled libraries this way, or does the whole tool-chain need to use the Intel compiler in order to work?
Thanks,
Charles
Thread Topic:
Question