I'm trying to compile FTDI demo application in VS2015. Since the application originally was built in VS2013 and there some changes related to the new version of VS I have several linking errors.
These are errors that I get:
>FTD3XX.lib(FTD2XX.obj) : error LNK2001: unresolved external symbol __imp__sprintf
>FTD3XX.lib(devcon.obj) : error LNK2001: unresolved external symbol __imp____iob_func
Any suggestion how to resolve the problem?