So, I´m trying to compile one of ARToolkit´s projects and I´m having some errors: The first one is related to MSVCRT library. when I igonre it in the Linker ->input I get a lot of errors.
Error 1 error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
the second type of error is somehow related to unresolved external symbols, here is the output:
Error 2 error LNK2019: unresolved external symbol __imp____acrt_iob_func referenced in function _printf
Error 3 error LNK2019: unresolved external symbol __imp____stdio_common_vfprintf referenced in function _printf
Error 4 error LNK1120: 2 unresolved externals
I tried this solution and this one and it didn´t work
To be specified, I´m running a Multi-threaded DLL (/MD) as a Runtime Library on Release mode.