similar to: Updated BCC projects

Displaying 20 results from an estimated 8000 matches similar to: "Updated BCC projects"

2002 Jun 27
2
Borland compiler
Has anyone compiled the ogg and vorbis libraries with borlands c compiler (bcc32)? If so, are there any makefiles or similar available which can make it easier for me to do the same? /Erik <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
2001 Jan 27
0
Vorbis with BCB
After downloading the nightly snapshot last night, I've spent a good part of the day trying to build the package with Borland C++Builder 4. I have some things to report, and also need some help. [Note: this message is long and messy :)] {Converting DSP files to BPR files} I made the necessary BPR files from the DSP files with the Visual C++ Project Conversion Utility. This works okay
2002 Jul 19
1
My patches in bugzilla
Has anyone put an eye to my patches*? AFAIK, they're simple and quite innocuous. Sorry to be a bother. (*) http://bugs.xiph.org/show_bug.cgi?id=208 http://bugs.xiph.org/show_bug.cgi?id=210 -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2002 Jul 04
2
CVS access
I am no longer able to access CVS: Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot cvs [login aborted]: recv() from server xiph.org: Connection reset by peer I had no problems a few days ago. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2002 Jul 12
1
vcomment question
vcomment.c contains this line: fprintf(stderr, "Vorbiscomment " VERSION "\n"); I can't figure how / where VERSION is defined. <p> -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2014 Jan 27
0
Opus installation in BCC/Win32
Hi, I recently found Opus as a great enhancement to Vorbis (and even deprecates SPEEX). The compilation with MinGW went smootly but the compilation with BCC (Borland C Compiler) failed to achieve a version.h. This file seems to be the output of win32\genversion.bat which seems to require Git tool. Because with libvorbis I did managed to compile with BCC, I wonder if opus could be presently, or
2001 Jan 29
1
Building vorbis - please help
I realize not many people (one :) ) want to build vorbis with BCB, but what about vorbisfile.c, os.h, oggenc.c, and getopt? And someone must care about the MSVC files. I really tried not to bring up any questions about BCB itself (although I had some). Please, someone, take a look at the original message, and excuse me if I'm too impatient...
2003 Jul 08
2
OMF static LIBs for Borland ?
Hi, I have a problem and I hope that someone, possibly someone from Vorbis developing team, could help me out. My question is: "Are there OggVorbis static libraries in OMF format that can be statically linked to a Borland C++ Builder compiled applications?" Static LIBs that I found in Vorbis Win32 SDK are in COFF format, and therefore I was only able to link dynamically to DLLs.
2002 Jul 08
1
Divide by zero in accumulate_fit
Hi, Lately, my oggenc builds (from CVS) haven't been running correctly. In a few debugging sessions, I've found that I'm getting a divide by zero exception. The exception happens in accumulate_fit (floor1.c), line 455: int weight=nb*info->twofitweight/na; Here is the call stack: accumulate_fit floot1_fit mapping0_forward vorbis_analysis oe_encode main The
2002 Apr 09
1
Archive indices for current month
In case the important parties missed my passing comment in another thread... The mailing list archives master indices no longer show the current month. I've found they are still available by using a direct URL, however. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p>--- >8 ---- List archives:
2008 Jul 19
0
Winelib: How can I compile a Borland C++ Builder application on Linux using winelib?
Hi! I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 application, but I need VCL library: vcl.h. Any ideas?? I would want to make it run natively on Linux. The code is as follows: //--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop USEFORM("textS.cpp", TextStuff); USEFORM("aboutS.cpp",
2001 Jan 29
1
BCB build successful?
Ha ha! I'm don't know what change I made that cleared up the errors, but I can figure that out later. Of course, I immediately tested my new oggenc. Using the same input file and default options, I get these results: [MSVC] File length: 4m 21.0s Elapsed time: 0m 54.0s Rate: 4.8333 Average bitrate: 129.6 kb/s File size: 4,229,428 [BCB]
2002 Jul 12
3
oggdec in cvs?
I downloaded a nightly CVS tarball about a week ago. It contains an oggdec tool in vorbis-tools. However, I don't get this tool when I checkout / update from CVS. What's the deal - is it in CVS or isn't it?! :) -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2002 Apr 08
1
xiph cvs
I'm having trouble connecting to the xiph cvs: >>>>> Script started on Mon Apr 8 21:33:25 2002 [dave@localhost ~/cvs]$ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot CVS password: cvs [login aborted]: recv() from server xiph.org: Connection reset by peer [dave@localhost ~/cvs]$ ^D Script done on Mon
2002 Apr 09
1
ogg123 patch for tag display
Last week, I suggested a change to ogg123 for tag display. Well, tonight, I've filed a bug and hacked together a patch: http://bugs.xiph.org/show_bug.cgi?id=179 How does it look? <p>P.S., I would have provided a link to the e-mail in the archives, but it seems the current month is no longer available from the archive master indices. -- -:-:- David K. Gasaway -:-:- XNS :
2002 Sep 28
0
A few doc snafus
I took notes of a few errors while reading some of the documetation a little while back (verified they're still in cvs) ... vorbis-ogg.html: the 9th bullet under Encapsulation has a couple of typos: 'contining' and 'no'. ogg-stream-flush.html: the function declaration in the gray box reads "ogg_stream_pageout". ogg-stream-pageout.html: Lists '0' as a
2002 Apr 09
1
Replay Gain for vorbis
I had completely forgotten about Replay Gain until Mr. Seibert reminded me. Wasn't there talk of adding this to vorbis-tools? Anyway, I went here: http://sjeng.sourceforge.net/ftp/vorbis/ And downloaded the source for the replay gain tool. Unfortunately, I cannot compile it. The errors regard parameters to ov_read_float. Is there updated source somewhere else? -- -:-:-
2002 Oct 01
1
RE: Hlp in finding a native Ogg trim, fade & nomalise tool
ReplayGain is not much good for FM broadcasting, and debatable for streaming too. There is a limit on the peak volume that can be broadcast on an FM signal so it is best to have a song volume of 100% broadcast with 100% FM deviation. If an average song volume is very low, for example, but has some loud peaks in it, ReplayGain will increase the volume to the extent that the peaks will be way too
2002 Mar 21
1
Tag changes
A few days ago, I initiated a conversation with Jonathan Walther to seek his advice on how he might tag a CD that I ogg'ed. Out of this discussion, we decided to make a couple of changes to the proposed standard. 1) A new LABELNO tag was added to the list. This would contain the record label's catalogue number. Generally available on the face of the CD. Probably more useful than
2003 Jul 22
6
Seeking ogg-vorbis
Hi there. I have been hearing to ogg vorbis for maybe 2 years and I can only say: it is fantastic! Right now, I'm working in a project that uses ogg vorbis as the format for recording. I have now a working recording engine (I have recorded up to 8 channels at the same time and my computer uses only about 30% of the processor, wich is great in this project), and I'm starting with the