avmobile
avmobile copied to clipboard
Linking error in avmobile
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
CoTaskMemFree->Ole32.lib SHGetSpecialFolderLocation->Shell32.lib SHGetPathFromIDListW->Shell32.lib
make sure 3rd lib was the same compile options