search for: vorbis_static_d

Displaying 2 results from an estimated 2 matches for "vorbis_static_d".

Did you mean: vorbis_static
2005 Jun 06
1
linker error in debug
Hi! I'm trying to make a debug build of my application which uses the oggvorbis sdk. The libraries that it uses are: ogg_static_d.lib vorbis_static_d.lib vorbisfile_static_d.lib When I try to build it, I get these linker errors: GameClient error LNK2005: _exit already defined in MSVCRTD.lib(MSVCR71D.dll) GameClient error LNK2005: __exit already defined in MSVCRTD.lib(MSVCR71D.dll) GameClient error LNK2005: __cexit already defined in MSVCRTD.lib...
2004 Mar 25
1
library of ogg vorbis encoder
Hello, I have succeed in compile oggencoder to create ogg enc.exe, but I have put libraries in my visual c++ project( ogg_static_d.lib vorbis_static_d.lib vorbisenc_static_d.lib). What are these libraries? What does they contain? In my visual project, I have just audio.c;encode.c; getopt.c; getopt1.c;oggenc.c;platform.c;utf8.c in the source files. I don't know where are the files (MDCT.c; PSY .c etc.....). I don't know when the program ca...