similar to: VC6 MS Project Files

Displaying 20 results from an estimated 500 matches similar to: "VC6 MS Project Files"

2000 Jul 12
2
VC6 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 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 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 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 -
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 :
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
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
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
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
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
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
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
Hi, I've downloaded the Speex-1.1.5 code and am trying to compile the Speexdec code using Microsoft VC++ 6.0 IDE. When I try to open the speexdec.dsw workspace, I get a dialog asking to locate the ogg_static file. I simply cancel that message, and then the project is opened in the VC++ 6.0 IDE. Now, when I simply try to compile the program, I receive this 5 error messages. error1.
2003 Aug 27
0
build wxruby 0.1 with VC6 under NT5
Hello all, I DLed wxruby 0.1 and tried to build it with VC6 SP5. I have wxWindows 2.41. After these changes the build works: app.cpp L15 remove sys/ comment: I do not have this directory, the header file time.h is in my wx-directory Makefile remove togglebutton.obj from the line starting with "OBJ =" comment: I dunno about the side effects this has (also my first time editing a
2005 Jan 05
2
Status of Windows builds for libvorbis/libogg
Hi all, I've just done a quick check of the libvorbis Visual C++ 6.0 project on Windows, and am happy to say that both libvorbis and libogg build fine. (Theora isn't quite so lucky -- see the theora-dev mailing list for details on that.) There are two suggestions I can make, though: 1. To build properly, the directories must be checked out with certain names, and in paths
2002 Jul 23
1
Please correct this bugs in vorbis win32 environment
If You want to compile vorbis libraries under win32 environment you can experience some problems: 1) If you unzip vorbis libraries, you will have 3 directories: "libogg-1.0", "libvorbis-1.0" and "vorbis-tools-1.0". You need to rename them to "ogg", "vorbis", "vorbis-tools". Otherwise batch files or even dsp project files, won't work.
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:
2002 May 18
0
[Bug 249] New: open /dev/tty failed
http://bugzilla.mindrot.org/show_bug.cgi?id=249 Summary: open /dev/tty failed Product: Portable OpenSSH Version: -current Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: critical Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: sam at