[vorbis-dev] Underscores in BCB making vorbisfile unusable

programmer_ted ted at fusionapple.com
Tue Apr 1 13:18:19 PST 2003



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 vorbisfile functions, because they expect underscores to be turned on (the .lib files have _'s preceding the function names).  So, I'm pretty much stuck.  Anyone have suggestions?  Thanks in advance!

--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list