avmobile icon indicating copy to clipboard operation
avmobile copied to clipboard

Linking error in avmobile

Open vipinbeni opened this issue 11 years ago • 1 comments

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

like libimobiledevice.lib(userpref.obj) : error LNK2001: unresolved external symbol imp__SHGetSpecialFolderLocation@12 2>libimobiledevice.lib(userpref.obj) : error LNK2001: unresolved external symbol __imp__CoTaskMemFree@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

vipinbeni avatar Oct 01 '13 04:10 vipinbeni

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

make sure 3rd lib was the same compile options

invxp avatar Oct 09 '13 08:10 invxp