similar to: Compiling ogg lib on VC6...

Displaying 20 results from an estimated 1000 matches similar to: "Compiling ogg lib on VC6..."

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 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 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
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
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
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:
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/
2000 Jun 26
4
New version vorb_enc.dll
Hi all, I've just posted another version of vorb_enc.dll (w/source code) at http://xtractor.sourceforge.net/vorbdll-20000626.zip It will still work as a drop-in replacement for bladeenc.dll (just rename the files that your ripper creates from MP3 to OGG), but will also accept info for the ogg comment header in the vorb struct in the format union of the BE_CONFIG struct. I'll be
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
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
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
2004 Sep 15
0
[LLVMdev] diffs for vc7.1
On Sep 15, 2004, at 8:40 AM, Henrik Bach wrote: > Hi, > > Has some one committed these patches into CVS? Not yet... checked 10 minutes ago... I'm attaching the cvs diff -u version of them (I've read Reid Spencer post about it) > Paolo, thanks for the patches. In the near future I'll try to compile > them. > > I've installed STLport 6.4.2 with vc6. May I
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No suchfile or directory
>From: Paolo Invernizzi <arathorn at fastwebnet.it> >Date: Thu, 16 Sep 2004 10:20:39 +0200 > >I'm using scons to generate that files from .in files. I implemented in it >the configure check regarding iterators, hash and so on... >something like: > Hey, you've found the tool that makes it possible to generically reading Makefiles... Cool - The tool I've
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': Nosuchfile or directory
>From: Paolo Invernizzi <arathorn at fastwebnet.it> >Date: Thu, 16 Sep 2004 11:18:00 +0200 >If VC6 is not doing something wrong with templates... ;-/ As far as I know is template handling a part of some C++ ISO standard. Then, MS should adhere to this... However, what you objects against is that MS didn't implement STL the way STL should be implemented. And the reason to
2013 Jul 24
4
[LLVMdev] [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11?
-1. I believe there are still a lot of people using VC 2008, though I can't give the data. VC 2008 (even the express version) is enough for a lot of development, such like game development. Most likely I myself will continue using VC 2008 for at least two or more years. Unlike other C++ compiler, **Clang is not only a compiler, but also a great open source library**. An open source library
2004 Sep 15
4
[LLVMdev] diffs for vc7.1
Hi, Has some one committed these patches into CVS? Paolo, thanks for the patches. In the near future I'll try to compile them. I've installed STLport 6.4.2 with vc6. Henrik --- Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwarefreedomday.org/ --- >From: Paolo Invernizzi <arathorn at fastwebnet.it> >Reply-To: LLVM Developers Mailing List
2000 May 01
2
Bug fix, win32 stuff
There was a bug in the new ov_open_callbacks where it would not zero out some member variables of the file info struct, and if a file was not successfully opened this would cause a crash at destruct time. Fixed. I've also made some changes so that vorbis will compile cleanly under win32 without one having to muck around with it. I have added a "vorbis_vc6" directory which contains
2004 May 05
1
optimizing float to int conversions
Hi, We compiled libvorbis with vc6 enviroment. We've discovered that changing float to int conversion results in a 4% speedup on a benchmark we've come with on pentium4 3GHz. We'd like to submit the code. We haven't checked it on AMD. Yet, as you can see in the code, it shouldn't be a problem. Should we think of other machines except for AMD/Intel machines? Tal&Adir P.S.
2004 Apr 23
3
MP3 encoding of Monitor files
I have having problems trying to take a file recorded with Monitor and convert it to MP3. When I use 'play' to play the .wav file, it sounds fine. After bladenc'ing it, it plays at lightening speed, and the voices are all high pitch. I tried using sox to resample to 32000 before encoding, but that didnt work either. Do any of you convert your .wav files to mp3? Monitor call:
2000 Jun 22
1
Vorbis Tools are open!
I'll be out for the next 3 weeks, away from a net connection. So anyone who wants to improve my Vorbis Tools package, please do because I am not, and send any patches to Monty or somebody else with commit access. Have fun, Kenneth --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/