Compiling problem Torque3d 3.7 for Win64 in Beginner Posted August 25, 2015 I've tried to compile Torque3d 3.7 for Win64 and faced with a following problem. VS generates 19 linking errors about ogg library. For example:Error 410 error LNK2019: unresolved external symbol th_info_init referenced in function "public: __cdecl OggTheoraDecoder::OggTheoraDecoder(class ThreadSafeRef const &)" (??0OggTheoraDecoder@@QEAA@AEBV?$ThreadSafeRef@VOggInputStream@@@@@Z) d:\Torque\My Projects\IlyaProject\buildFiles\VisualStudio 2012\projects\oggTheoraDecoder.obj IlyaProject DLL
Compiling problem Torque3d 3.7 for Win64
in Beginner
Posted
I've tried to compile Torque3d 3.7 for Win64 and faced with a following problem. VS generates 19 linking errors about ogg library.
For example:
Error 410 error LNK2019: unresolved external symbol th_info_init referenced in function "public: __cdecl OggTheoraDecoder::OggTheoraDecoder(class ThreadSafeRef const &)" (??0OggTheoraDecoder@@QEAA@AEBV?$ThreadSafeRef@VOggInputStream@@@@@Z) d:\Torque\My Projects\IlyaProject\buildFiles\VisualStudio 2012\projects\oggTheoraDecoder.obj IlyaProject DLL