search for: _vorbis_comment_clear

Displaying 3 results from an estimated 3 matches for "_vorbis_comment_clear".

Did you mean: vorbis_comment_clear
2005 Nov 28
1
Compile Encoder_example.c
...Microsoft Visual C++ 6.0 ,but it goes error like this : --------------------Configuration: encoder_example - Win32 Debug-------------------- Linking... encoder_example.obj : error LNK2001: unresolved external symbol _vorbis_info_clear encoder_example.obj : error LNK2001: unresolved external symbol _vorbis_comment_clear encoder_example.obj : error LNK2001: unresolved external symbol _vorbis_dsp_clear encoder_example.obj : error LNK2001: unresolved external symbol _vorbis_block_clear encoder_example.obj : error LNK2001: unresolved external symbol _ogg_stream_clear encoder_example.obj : error LNK2001: unresolved ext...
2000 Nov 12
2
This is not going well... but better than before!
Ok... This is begining to go a bit better.... I have compiled 4 lib's and placed them in my lib path. ogg.lib vorbis.lib vorbisenc.lib vorbisfile.lib When I try and compile oggenc.c I still have link errors.. unresolved external symbol _vorbis_comment_clear unresolved external symbol _optind unresolved external symbol _optarg unresolved external symbol _vorbis_comment_add_tag unresolved external symbol _vorbis_comment_add unresolved external symbol _vorbis_comment_init unresolved external symbol _vorbis_info_clear unresolved external symbol _vorbis_ds...
2006 Aug 18
6
Ogg Player Code
Hello, In one of my recent assignments, I was asked to develop a ogg player. I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment. If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me. In one of the code set, I was able to compile the