search for: _ov_open

Displaying 7 results from an estimated 7 matches for "_ov_open".

Did you mean: ov_open
2009 May 04
2
using "ov_open" in XCode
Hello, I'm trying to implement ogg file playback in Xcode for the iPhone. I built the frameworks and added them to the project along with all the headers. Now I'm just getting some linker errors saying: _ov_open", referenced from: ...myclass.o symbol(s) not found This is declared in vorbisfile.h. Does this mean my vorbis.framework isn't found? Any help will be greatly appreciated. Thanks, Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.or...
2003 Apr 01
1
Underscores in BCB making vorbisfile unusable
I use Borland C++ Builder 3 and I'm having trouble getting vorbisfile to work. This version of C++ Builder prefixes function names with underscores, so in the .obj file ov_open would look like _ov_open. Now, when linking the .obj files, it looks for the function _ov_open in all other .obj files and .lib files in the project. It finds none, and gives me an unresolved external error. I can turn off underscores, but then that gives me problems with almost all functions called ASIDE from the vorbi...
2009 May 04
0
using "ov_open" in XCode
...5/4 Jeffrey Anderson <jeffmo77 at gmail.com>: > Hello, > > I'm trying to implement ogg file playback? in Xcode for the iPhone.? I built > the frameworks and added them to the project along with all the headers. > Now I'm just getting some linker errors saying: > > _ov_open", referenced from: ...myclass.o > symbol(s) not found > > This is declared in vorbisfile.h.? Does this mean my vorbis.framework isn't > found?? Any help will be greatly appreciated. I don't know the XCode frameworks, but I expect it means the vorbisfile.framework isn't...
2005 Jun 17
0
ogg vorbis decoding in MFC/C++ app
...VCRT.lib "Use run-time library" is set to Multi-threaded DLL. I have removed vorbisfile.lib, thinking that I should be using vorbisfile.dll, and am now getting: AudioFile.obj : error LNK2001: unresolved external symbol _ov_clear AudioFile.obj : error LNK2001: unresolved external symbol _ov_open Before my latest attempt to arrange all these files, ov_open was giving me an exception. I still have some basics to learn about libraries and linking, which no doubt is causing me my difficulties. Could someone help me out of this mess? Steve R -------------- next part -------------- An HTML a...
2002 Nov 20
2
Compiler Question (Link Error)
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 d...
2009 May 04
2
using "ov_open" in XCode
...il.com>: > > Hello, > > > > I'm trying to implement ogg file playback in Xcode for the iPhone. I > built > > the frameworks and added them to the project along with all the headers. > > Now I'm just getting some linker errors saying: > > > > _ov_open", referenced from: ...myclass.o > > symbol(s) not found > > > > This is declared in vorbisfile.h. Does this mean my vorbis.framework > isn't > > found? Any help will be greatly appreciated. > > I don't know the XCode frameworks, but I expect it means...
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