VC报错有关问题,关于Link报错的。
VC报错问题,关于Link报错的。。
Compiling...
CaptureVideo1.cpp
Linking...
strmbasd.lib(wxdebug.obj) : error LNK2001: unresolved external symbol __imp__timeGetTime@0
Debug/CaptureVideo.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
CaptureVideo.exe - 1 error(s), 0 warning(s)
找了很久都不知道应该加什么库。。求高手帮忙!!!
------解决方案--------------------
在工程中引入:Winmm.lib
Compiling...
CaptureVideo1.cpp
Linking...
strmbasd.lib(wxdebug.obj) : error LNK2001: unresolved external symbol __imp__timeGetTime@0
Debug/CaptureVideo.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
CaptureVideo.exe - 1 error(s), 0 warning(s)
找了很久都不知道应该加什么库。。求高手帮忙!!!
------解决方案--------------------
在工程中引入:Winmm.lib