[vorbis-dev] Win32 Example ...
Jack Moffitt
jack at icecast.org
Sat Dec 30 15:14:33 PST 2000
> LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other
> libs; use /NODEFAULTLIB:library
You don't have "Multithreaded DLL" selected in your project under "Code
Generation". You'll need that since all the libraries are compiled that
way.
> vorbis_static.lib(mapping0.obj) : error LNK2001: unresolved external symbol
> _bitbuf_pack
> vorbis_static.lib(floor0.obj) : error LNK2001: unresolved external symbol
> _bitbuf_pack
> vorbis_static.lib(mapping0.obj) : error LNK2001: unresolved external symbol
> _bitbuf_init
> vorbis_static.lib(res0.obj) : error LNK2001: unresolved external symbol
> _vorbis_book_bufencode
> vorbis_static.lib(floor0.obj) : error LNK2001: unresolved external symbol
> _vorbis_book_bufencode
> vorbis_static.lib(floor0.obj) : error LNK2001: unresolved external symbol
> _bitbuf_write
It looks like there's a .c file missing in the project. Maybe monty added
something recently?
jack.
--- >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