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 730 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

unresolved external symbol __imp_StrCmpLogicalW

Code: [Select]
static_api_ptr_t<playlist_manager> playlistManager;
const t_size item_count = playlistManager->activeplaylist_get_item_count();
or
Code: [Select]
auto pl = playlist_manager::get();
const t_size item_count = pl->activeplaylist_get_item_count();
Quote
Severity   Code   Description   Project   File   Line   Suppression State
Error   LNK2001   unresolved external symbol __imp_StrCmpLogicalW   test_main   c:\test_main\src\foobar2000_SDK.lib(metadb_handle_list.obj)   1
How to solve?


Re: unresolved external symbol __imp_StrCmpLogicalW

Reply #2
It solve. Ty  :)