theora_d.lib linking error

View: New views
2 Messages — Rating Filter:   Alert me  

theora_d.lib linking error

by jesnen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, when I try to compile "nebula2tools" .sln, with my Visual C++ Studio 2005 Express Edition (VC++8) I get this error:

theora_d.lib(toplevel.obj) : error LNK2019: unresolved external symbol _dsp_static_init referenced in function _theora_decode_init
(and a bunch of similar crap)

I have installed mangalore/nebula-dependencies.
Also added include/lib/execute path's as suggested earlier in this forum.
Any suggestions on what my computers* problem is?

Re: theora_d.lib linking error

by swaine :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This can be solved by recompiling the theora lib / dll. Source on their website, and you will also probably need to recompile ogg at the same time. Then once its made, youll need your ogg.dll and theora.dll in the same folder as the exe of course.

(when making your projects just add the theora.lib dependency)

Ron


jesnen wrote:
Hi, when I try to compile "nebula2tools" .sln, with my Visual C++ Studio 2005 Express Edition (VC++8) I get this error:

theora_d.lib(toplevel.obj) : error LNK2019: unresolved external symbol _dsp_static_init referenced in function _theora_decode_init
(and a bunch of similar crap)

I have installed mangalore/nebula-dependencies.
Also added include/lib/execute path's as suggested earlier in this forum.
Any suggestions on what my computers* problem is?