Page 1 of 1

Win10, VS2015 - Unresolved External Symbols (RESOLVED)

Posted: Fri Feb 12, 2016 4:28 pm
by jonny_valentine
For those who have the latest version of VS2015 on Windows 10, it seems a bunch of functions were deprecated that have been referenced in Madshi's Libs.
This is because the madchookX.lib's were compiled using an older version of VS - they cannot be recompiled under vs2015 otherwise it may not support older VS!

The solution is to reference legacy_stdio_definitions.lib in your project.

HTH's.

Re: Win10, VS2015 - Unresolved External Symbols (RESOLVED)

Posted: Fri Feb 12, 2016 4:45 pm
by madshi
Thanks, will make this sticky for a while.