Displaying 6 results from an estimated 6 matches for "ogg_d".
Did you mean:
ogg_
2004 Dec 01
2
How to use Ogg_d.dll in VB.NET ?
Hi everybody
This is the first time I write on the list, hope my topic is accepted.
I have been looking in the list archive for answers on this question but no
luck and hope that one of you wise people can guide me in the right
direction.
I have tried to add the DLL in the references list under VB.NET but its not
accepted as a
NET DLL or COM DLL, and I cant find out how to call it from within
2009 Apr 17
1
Query Regarding Vorbis Audio codec
...ded ogg lib and included that also. After that
_V_SELFTEST has been defined, then its asking the definition of these
two header files
#include "vorbis/book/lsp20_0.vqh"
#include "vorbis/book/res0a_13.vqh"
I commented this and tried to build, but again there is a problem in
lib, ogg_d.lib and vorbis_d.lib are missing, so can anybody suggest me
how to make it as workable code...
Regards,
Kiran
2009 Apr 17
1
Query Regarding Vorbis Audio codec
...ed ogg lib and included that also. After that
_V_SELFTEST has been defined, then its asking the definition of these
two header files
#include "vorbis/book/lsp20_0.vqh"
#include "vorbis/book/res0a_13.vqh"
I commented this and tried to build, but again there is a problem in
lib, ogg_d.lib and vorbis_d.lib are missing, so can anybody suggest me
how to make it as workable code...
Regards,
Kiran
2001 Sep 10
1
Problems with vorbis sdk
Hi,
Sorry if this question has been already asked but
I'm new to this mailing list. I just wanted to try the
sdk under windows with VC6. I've made a new
project (a console application) and used the example
vorbisfile_example.c (I've made the test in a DLL
too). But when I launch the program it crashes
Kernel32.dll. The crash appends when the function
ov_open is use.
Any body
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...nstead of
the dll's. This is achieved by adding _static to the name of the library
file. The debug versions have a _d appended to their name.
To add the libraries to the project:Select
Project->Settings. Click the Link tab. Under the Object/library modules
section append ogg_d.lib, vorbis_d.lib and vorbisfile_d.lib to the end of
the list. In the Settings For: dropdown menu select Win32 Release. In the
same way as previously add ogg.lib, vorbis.lib and vorbisfile.lib to the end
of the list. Add _static before .lib for Release version if using static
libraries....
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello
Hope you don't mind another newbie's question.
Further to GIE's email about problems compiling decoder_example.c example
(MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help
getting the example files to compile on MS VC 6.
The zip files we have downloaded are:
libao-0.8.2.zip
libogg-1.0rc3.zip
libvorbis-1.0rc3.zip
vorbis-sdk-1.0rc3.zip