Win10, VS2015 - Unresolved External Symbols (RESOLVED)

c++ / delphi package - dll injection and api hooking
Post Reply
jonny_valentine
Posts: 109
Joined: Thu Dec 30, 2004 9:59 pm
Location: UK

Win10, VS2015 - Unresolved External Symbols (RESOLVED)

Post 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.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

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

Post by madshi »

Thanks, will make this sticky for a while.
Post Reply