I tried to use a library about date time conversion in this website. However, when compiling it, errors occur:
ERROR 1 error LNK2019: mod_datetime.obj
ERROR 2 error LNK2019: libifcoremdd.lib(for_main.obj)
ERROR 3 fatal error LNK1120: 2 x64\Debug\datetime.exe
There are some similar questions (this or this), but they seems not about this "libifcoremdd.lib" problem. I find libifcoremdd.lib
in my computer(C:\Program Files (x86)\Intel\Composer XE 2013 SP1\compiler\lib\ia32
and C:\Program Files (x86)\Intel\Composer XE 2013 SP1\compiler\lib\intel64
), why the link process failed?