Game Development Community

Link Errors with the latest HEAD

by Steve Lamperti · in Torque Game Engine · 09/26/2003 (1:14 pm) · 1 replies

I am trying to update my project for the latest HEAD, including the demo. I included the new audio files, including the ogg and vorbis libraries. I am now getting link errors from those libraries. The following three symbols are undefined:

__ftol

__allshl

__CIpow

Any suggestions as to what I am missing?

Thanks

#1
09/26/2003 (1:40 pm)
I didn't mention that I am using CW 8 on windows. Which seems relevant, as according to the link below the libraries might need to be recompiled for codewarrior. Anyone who knows more about this stuff that wants to enlighten me? If there is a switch to turn off the new audio stuff, I wouldn't mind exploring that path.


http://www.experts-exchange.com/Programming/Game_Development/Game_Graphics/DirectX/Q_20682165.html