Closed smadaminov closed 3 years ago
During NetUIO compilation in Visual Studio 2019 CE, linker fails with the following error:
LNK2019: unresolved external symbol __stdio_common_vswprintf
Adding the following line in every source file before including any headers helps:
#define _NO_CRT_STDIO_INLINE
Credit: link
During NetUIO compilation in Visual Studio 2019 CE, linker fails with the following error:
LNK2019: unresolved external symbol __stdio_common_vswprintf