error LNK2019: 无法解析的外部符号

error LNK2019: 无法解析的外部符号

可以肯定的是:缺少输入库。

错误 1 error LNK2019: 无法解析的外部符号 __imp__timeGetTime@0,该符号在函数

"public: static unsigned __int64 __cdecl

resip::ResipClock::WinMonoClock::GTCInterlocked::GTC64(void)" (?

GTC64@GTCInterlocked@WinMonoClock@ResipClock@resip@@SA_KXZ) 中被引用 rutil.lib 

phone

 

谷歌一下timeGetTime该符号的信息:

常用的计时器有两种,一种是timeGetTime多媒体计时器,它可以提供毫
秒级的计时......需要引入库winmm.lib。

 

好,将winmm.lib打入“附加依赖项”,阿弥陀佛,编译通过!

你可能感兴趣的:(error LNK2019: 无法解析的外部符号)