cacalabs / libcaca

💩 Colour ASCII Art Library
Do What The F*ck You Want To Public License
520 stars 71 forks source link

not xp compat currently #9

Open rdp opened 8 years ago

rdp commented 8 years ago

currently programs that links against libcaca.a seems to get this in XP:

“the procedure entry point _vsnprintf_s could not be located in the dynamic library msvcrt.dll”

beta18 worked fine there however.

mirh commented 7 years ago

f56be9bffaf2311b6e586070e460c6631b38922c Putting aside that check kind of feel like a big overcomplication (also, fixed in latest VS finally), can't you just set HAVE_SPRINTF_S to 0?