freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] _sprintf already defined


From: Alexei Podtelezhnikov
Subject: Re: [ft] _sprintf already defined
Date: Thu, 13 Jun 2019 09:46:35 -0400

> LNK2005: _sprintf already defined in freetype.lib(bdf.ob)
> LNK2019: unresolved external symbol __stdio_common_vsprintf referenced in
> function _vsnprintf_l

Why don't you use freetype2/builds/windows/vc2010/freetype.vcxproj? It
may ask for an upgrade to VC2019 but should work.

If you insist on the hard path, it looks like you are not linking
standard libraries. IT is probably about these switches
https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library?view=vs-2019

Alexei



reply via email to

[Prev in Thread] Current Thread [Next in Thread]