Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

Why does the VS looking for "libmmdd.lib" ?

$
0
0

Hello,

I have the following scenario.

System : Windows 7, Visual Studio 2012, Intel Parallel Studio XE 2016 Update 1 Composer Edition.

Sceneario :

Project1.sln                        -              Visual Studio 2012 Solution

Main.vcxproj                     -              Visual C++ Project set to build using MS compiler, Main project creates main.EXE using intel.LIB and MS.LIB

Intel.vcxproj                      -              Visual C++ Project set to build using intel C++ compiler, generates intel.LIB

MsVC.vcxproj                    -              Visual C++ Project set to build using MS compiler, generates MS.LIB

 

Intel.vcxproj and MsVC.vcxproj build without any problem. However when I try to build Main.vcxproj, its keep failing with the following error message.

Error      1              error LNK1104: cannot open file 'libmmdd.lib'    

But if I set Main.vcxproj to build using Intel C++, it builds without any problem.

 

My question here is.. why does Main.vcxproj needs to link to libmmdd.lib?    Intel.lib and Ms.lib are static library and I am not sure why I need to include libmmdd.lib. Also, how do I fix this?

Any help would be appreciated.

 

Thank you!

 


Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>