I'm working on creating a OGG file tagger using BCB6 and I have come across a series of link-errors when attempting to compile: [Linker Error] Unresolved external '_ov_open' referenced from C:\PROJECECT\MAIN.OBJ There one for _ov_comment, _ov_info, and a couple others as well. I thought I'd already included all of the required libraries into the correct file-- and have tried doing this over and over with many variations. Anyway, I'm guessing i havent done what I needed to. Can anyone let me know which files these _ov_ objects can be found in, and where I need to put them? Thank you! DS <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Are you attempting to link with the .lib files or are you building the entire library from source? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Dustin Smith wrote:> Anyway, I'm guessing i havent done what I needed to. Can anyone let me > know which files these _ov_ objects can be found invorbisfile.lib If you don't have vorbisfile.lib, you can build it from vorbisfile.c.>, and where I need to put them?Look in the documentation for your C compiler. Peter Harris --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.