Hi
I try to compile my program in windows platform installed Visual Studio and Intel C++ compiler.
But when I copy my exe. program to another computer without Intel C++ and VS. It failed. It asked several dll. files(libiomp5md.dll, libmmd.dll, msvcp120d.dll , msvcr120d.dll). We tried to have those files in the same folder, the program can run, but may have many errors sometimes.
How to solve this problem?
YZ