Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: linking encoder and decoder into project (Read 3048 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

linking encoder and decoder into project

I am building a managed assembly in Visual Studio.Net 2003 that can encode and decode ogg vorbis files. I currently have it decoding files fine, however when I link in vorbisenc.lib I get a bunch of errors saying that certain symbols are already defined in  vorbis.lib.
How do I link in the libraries

vorbisenc.lib
vorbis.lib
ogg.lib

without the symbols in vorbisenc.lib conflicting with vorbis.lib?

Thanks very much!