Displaying 5 results from an estimated 5 matches for "vorbisfile_dynamic".
2000 Dec 19
3
compiling on Win32
...for about a week now trying to get the
vorbisfile lib to compile under win32s, I was wondering if someone could
give me a hand as I've reached my wits end with it ...
I recieve the same message for every bat file (after customizing it for my
path configuration):
*F:\src\vorbis\win32>build_vorbisfile_dynamic
*---+++--- Building Vorbisfile (Dynamic) ---+++---
*Setting environment for using Microsoft Visual C++ tools.
*Setting include/lib paths for Vorbis
*Compiling...
*F:\src\vorbis\win32\vorbisfile_dynamic.dsp
*
*This makefile was not generated by Developer Studio.
*Error: no project loaded.
*
*F:\src\...
2002 Jul 23
1
Problems running batch files in\libvorbis-1.0\win32
We have downloaded all of the Windows Vorbis 1.0 distribution files and are
attempting to compile the libvorbis libraries using the batch files (e.g.
build_vorbisfile_dynamic.bat). This succesfully invokes Microsoft Visual
Studio but fails as shown below:
<p>F:\pnewton\Project\Ogg Vorbis Downloads\V1.0\libvorbis-1.0\win32>
build_vorbisfile_dynamic.bat
---+++--- Building Vorbisfile (Dynamic) ---+++---
Setting environment for using Microsoft Visual C++ tools....
2007 Oct 09
1
dlls and encoder_example
...t on VC 6. But when i execute the program, only appears the black visual display screen without obtaining result. where is my problems??
other question: in sdk there is for example, vorbis.dll and vorbis_d.dll, which is the difference?
i have could compile any project like libvorbis 1.2.0/win32/vorbisfile_dynamic.dsp, and i obtain vorbisfile_d.dll and vorbisfile_d.lib, can i use this files like the files of sdk?are the same?
thank and sorry for my english
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://me...
2009 Apr 16
2
Query Regarding Vorbis Audio codec
Dear Moderator,
I downloaded Vorbis 1.2.0 code from your website and I tried to build
a project in Visual studio 2008, as the earlier version was created in
VC 6 version it has been modified here. In the solution I have 6
projects vorbis_dynamic, vorbis_static, vorbisenc_dynamic,
vorbisenc_static, vorbisfile_dynamic, vorbisfile_static. When I tried
to built the project, it shows error that it cannot find ogg.h file
which is not there in entire downloaded directory. So my queries are,
1. Where I can download ogg.h file
2. How to build the vorbis audio codec in Visual Studio 2008
3. What all the test vectors can...
2001 Jan 27
0
Vorbis with BCB
...he DSP
files themselves. Perhaps we could put proper BCB project files in
as well?
For example, output libraries have names like 'ogg_static.lib'. I
have to rename them later, then. Is the same manual intervention
required when building with MSVC?
The dynamic linking projects (like vorbisfile_dynamic.dsp) don't
have an include path for the ogg headers (..\..\ogg\include). They
also don't set a link path for the libraries
(..\..\ogg\win32\Dynamic_Release).
The dynamic DSP files reference 'ODBCCP32.LIB'. Would this be
ODBC, as for database access? I don't think Vorbis...