Hi,
When I try to compile a component (foo_playcount but i don't think it matters)
I get this:
Creating library .\../Release/utf8api.lib and object .\../Release/utf8api.exp
crash_info.obj : error LNK2019: unresolved external symbol __imp__wsprintfA referenced in function "void * __cdecl create_failure_log(char *,unsigned short *)" (?create_failure_log@@YAPAXPADPAG@Z)
crash_info.obj : error LNK2019: unresolved external symbol __imp__wsprintfW referenced in function "void * __cdecl create_failure_log(char *,unsigned short *)" (?create_failure_log@@YAPAXPADPAG@Z)
crash_info.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteW@24 referenced in function _uDumpCrashInfo
utf8api.obj : error LNK2001: unresolved external symbol __imp__ShellExecuteW@24
and a lot of others similar errors.
I set a dependency utf8api -> pfc, but I guess utf8api depends on something else.
Thank you for your help.
Edit: well I can't even compile foosion's tutorial, same errors so I give up.