Displaying 20 results from an estimated 600 matches similar to: "VC6 Project Files"
2000 Jul 12
1
VC6 MS Project Files
The VC6 .dsp and .dsw files included with the distro of the Vorbis source
has a few problems. Mostly, a few files are missing and cause unresolved
symbols when attempting to link to the resulting vorbis.lib. There also
exists a problem with linking to LIBC, that can cause multiply defined
symbols in an application that attempts to use vorbis.lib.
The attached .dsp and .dsw file fix these
2000 Aug 22
4
Vorbis Beta 2 MSVC Files
The .dsp and .dsw files included I obtained as a part of the vorbis source,
via CVS, are not recognized by Visual Studio as valid workspace/project
files. Should I be getting these files from another place or can someone
clue me in on how else to build vorbis on a windows platform?
Scott Danahy
Programmer
VedaLabs - www.vedalabs.com
--- >8 ----
List archives: http://www.xiph.org/archives/
2000 Jul 04
2
Compiling ogg lib on VC6...
Hi Kovacs,
>subj. I can compile the library on vc6, but it seems that it doesn't
>export anything. Has somebody similar experience?
I've built it using VC6, though I didn't use the project files in the
vorbis_vc6 subdirectory, so I can't comment on them. You should be building
the library as a static library, and not a DLL -- if you want to build the
library as a DLL,
2000 Aug 02
1
Meta Data
Are there any plans for Vorbis to support any meta data (Artist, Album,
Genre, etc...) about the track itself? I understand that this stuff could be
squeezed into a comment, or that a non format specific method like ID3 could
be used, but is there any consensus on a standard way of doing this?
Scott Danahy
Programmer
VedaLabs - www.vedalabs.com
--- >8 ----
List archives:
2000 Jul 17
1
Development resources down all day
I'm not sure this is the proper place to send this, if it's not I apologize,
but the Vorbis development resources at
http://www.xiph.org/ogg/vorbis/index.html have been down all day due to
inaccessibility of www.xiph.org. Hopefully the right people are reading this
list, and if there is somewhere else I should send this information please
let me know.
Scott Danahy
Programmer
VedaLabs -
2000 Aug 28
6
Vorbis on Windows
Folks,
Has anyone successfully compiled the Vorbis source
code on Windows 98 with Visual C++ 6.0??
FR
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2002 Jul 18
3
Boring but useful VP3/QT patches
I think I'll start with the simple stuff, just to be safe. :-)
Here are some cvsignore updates, and a fix for the inter-project dependencies in the MSVC *.dsw file.
Cheers,
Eric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vp32-cvs-ignore-patch.diff
Type: application/octet-stream
Size: 1524 bytes
Desc: vp32-cvs-ignore-patch.diff
Url :
2000 May 27
1
VC6 Project file
The current VC6 project file is set to use the single-threaded C library
in Windows. This causes crashed when it hits the (temporary) fprintf's
in the library. Since using multithreaded libraries in a single
threaded program does no harm and will do away with these crashes in
multithreaded programs, I suggest that the VC6 file should be changed to
use the multi-threaded libs. I'm not a
2004 Aug 06
1
Building speexdec on win32
Hello ,
I had downloaded latest tar.gz of speex sources.
I am trying to build it on windows , by using the
Visual C project files. (dsp/dsw)
with libspeex I did succeed.
When I try to build speexdec (using the (dsp/dsw project files under
win32/speecdec)
I get the follwoing message dialog :
"browse for project ogg_static"
what to do ?
regards
sting
2008 Nov 09
2
Cannot install Visual C++ version 6.0 (VC6)
I am using Ubuntu 8.10 and Wine 1.1.8 and installed VC6 from a folder VC6 copied from the installation CD.
I clicked the setup.exe file in the VC6 folder and the first page of the VC6 installation wizard showed, but when I clicked 'Next' the install failed with message:
"ken at ken-desktop:~/Desktop/VC6$ wine setup.exe
wine: Unhandled page fault on read access to 0x00000000 at
2001 Aug 30
1
Some minor refactoring of Oggdrop build environment
I performed a minor amount of refactoring of the build environment for oggdrop.
These include:
Action: Added a workspace to manage project files and dependencies
Purpose: To build all dependent libraries before attempting to build oggdrop --
i.e. provide one-step build process.
Instead of opening "oggdrop.dsp", open "oggdrop.dsw"
Action: Added
2013 Mar 09
3
Updated MSVC patch
On 09-03-13 01:01, Erik de Castro Lopo wrote:
> I would like to know how many years I have to wait before we can ditch
> this stuff. I intend to do some testing on platforms I have available
> today and roll a second pre-release after my testing.
Talking about ditching, there are still .dsp files in the repository,
these are MSVC 6 files. I haven't seen anyone on the list testing
2002 Sep 05
3
Setting up VC6 to build VP3 source
All the notes you mention for VC are in vp32_build.html in the release, but thanks for reiterating.
Last time I built for Mac I believe I did the os9 version in CW6 and the OsX version in CW8, but I can't think why they shouldn't both compile in CW8.
<p>-----Original Message-----
From: Tabuleiro [mailto:beta@tabuleiro.com]
Sent: Thu 9/5/2002 4:25 PM
To: theora-dev@xiph.org
Cc:
2007 Oct 09
1
VC6 Patch
Here is a patch that gets the theora_static.dsp project for VC6 building
again.
Aaron
-------------- next part --------------
Index: win32/theora_static.dsp
===================================================================
--- win32/theora_static.dsp (revision 13945)
+++ win32/theora_static.dsp (working copy)
@@ -41,7 +41,7 @@
# PROP Intermediate_Dir "Static_Release"
# PROP
2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi,
I have a Win32 folder in libvorbis folder in which i have dsw
executable file, I have Visual studio 2008 so I ported that into
VS2008, then I downloaded 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
2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi,
I have a Win32 folder in libvorbis folder in which i have dsw
executable file, I have Visual studio 2008 so I ported that into
VS2008, then I downloaded 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
2004 Aug 06
2
What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
I thought it would be more update/better/faster, any thing wrong?
In the future, would you use short, and forget about float?
If so, I use 1.1.4, I wouldn't need to change my code in the future, right?
You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net
And I modified it a bit to get it compiled. Should I post the errors here?
<p>-----Original Message-----
2007 Nov 28
3
[PATCH] Add Visual Studio 2008 Prject files
I pulled the test directory from 2003, but everything else from 2005. The 2005 files have more ?cross-compiling? targets than the 2003 ones. I fixed the various missing files in the new 2008 projects (misc.c and one other other are gone now).
The only thing you could do which would make them more compact would be to get rid of the subdirectories under each vs-version. There is no real need for
2004 Aug 06
5
How to complie Icecast2 on Win32
I'm new to this and I want to know what tools I will need and how to
compile Icecast2. I have tried OddSock's port of the server but it
appears to be out of date and it crashes my computer. The documentation
included with the Alpha-1 release of Icecast2 says it will compile on
Win32 but doesn't say how.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project
2000 Nov 06
3
Problems compiling vorbis.lib in MS Land
Hey all...for whatever reason when opening up the vorbis_vc6 project in Dev
Studio bitwise.c and framing.c are still in the project. From my
understanding these files are only in the ogg library now. If I try to
compile the project as is, it fails because it can't find the files. Simple
solution: Delete the two files.
I just thought I'd give somebody a heads up....
Keep up the great