View Single Post
Author Message
Merudo
Senior Member
Join Date: Feb 2016
Old 03-24-2016 , 12:20   Extension compiler: unresolved external symbol __snwprintf
Reply With Quote #1

I'm trying to compile a library but I get the following message:

Code:
 tier1.lib(strtools.obj) : error LNK2019: unresolved external symbol __snwprintf referenced in function "int __cdecl V_snwprintf(wchar_t *,int,wchar_t const *,...)" (?V_snwprintf@@YAHPA_WHPB_WZZ)
I'm pretty sure all my links are proper and I have no idea how to fix it.

EDIT: I'm using visual studio community 2015 RC, could that be it?
__________________

Last edited by Merudo; 03-24-2016 at 12:23.
Merudo is offline