Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: unresolved external symbol __imp__StrCmpLogicalW (Read 4937 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

unresolved external symbol __imp__StrCmpLogicalW

Hello,

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

Code: [Select]
	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: [Select]
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!
:)

unresolved external symbol __imp__StrCmpLogicalW

Reply #1
Never mind, solved it.

shlwapi.lib was missing
:)