error LNK2001 __imp_fprintf Visual Studio 2015 RC

无人久伴 提交于 2019-12-05 03:45:29

SDL2main is not built against the same VS version as you are using, and there is no real guarantee anything in pre-release/RC versions is completely backwards compatible. If you have the source it is always a good idea to build everything yourself, with roughly the same build options - especially those for static/dynamic linking and multi-threading etc - so that you end up with libraries which are fully compatible with each other.

Also see this report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!