Greetings,
I am having issues building an executable that can run on a machine that does NOT have ICC installed. For my runtime I am linking libmmds.lib and excluding libmmd.lib. The code generation is /MD. Further, I have also tried building this as an MSI installer and included both the Microsoft and Intel redistributables: Microsoft_VC100_CRT_x86.msm and w_ccompxe_redist_intel64_2013_sp1.2.176.msm. All of this and I am still having the same issues. Any idea what I could be missing? Thanks in advance.