avplayer / avmobile

avmobile(imobiledevice)是基于libimobiledevice跨平台基于苹果各种移动设备的开源库.
33 stars 24 forks source link

Linking error in avmobile #1

Open vipinbeni opened 10 years ago

vipinbeni commented 10 years ago

i compile this code in visual studio 2008 and linking error comes

like libimobiledevice.lib(userpref.obj) : error LNK2001: unresolved external symbol impSHGetSpecialFolderLocation@12 2>libimobiledevice.lib(userpref.obj) : error LNK2001: unresolved external symbol impCoTaskMemFree@4 3>libimobiledevice.lib(userpref.obj) : error LNK2001: unresolved external symbol imp__SHGetPathFromIDListW@8

please tell me how can i resolved these issues.

thanks

vipin

invxp commented 10 years ago

CoTaskMemFree->Ole32.lib SHGetSpecialFolderLocation->Shell32.lib SHGetPathFromIDListW->Shell32.lib

make sure 3rd lib was the same compile options