79554377

Date: 2025-04-04 02:58:19
Score: 0.5
Natty:
Report link

turns out the library files (.lib) were built with VC++ 6 which used C++98, and thus references no longer existent function prototypes for STL classes when using newer VS versions

solution: recompile G3D from its source using a newer VS version, and use those .lib files instead

Reasons:
  • Whitelisted phrase (-2): solution:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: glg3d