> 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

_______________________________________________
Freetype mailing list
Freetype@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to