Help - Search - Members - Calendar
Full Version: unresolved external symbol __imp__StrCmpLogicalW
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Development - (fb2k)
n0obie4life
Hello,

I'm having problems compiling this small piece of code.

CODE
t_size tmp;
pm->activeplaylist_find_item(track, tmp);
if ( pm->activeplaylist_is_item_selected(tmp) ) { return false; }


It returns the following error during compilation

CODE
1>foobar2000_sdk.lib(metadb_handle_list.obj) : error LNK2001: unresolved external symbol __imp__StrCmpLogicalW@8
1>fatal error LNK1120: 1 unresolved externals


Does anyone know what library should I manually add? :S

Thanks!
n0obie4life
Never mind, solved it.

shlwapi.lib was missing smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.