Displaying 20 results from an estimated 20 matches for "bcb".
Did you mean:
bb
2001 Jan 27
0
Vorbis with BCB
...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 for the most part,
but there are conversion issues, and some problems with the 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 fo...
2004 Oct 25
0
speex headers and borland c++ builder (bcb)
hello,
I try to include the speex header to a bcb project. Speex headers are the
latest
one. My first problem was to use the lib file with bcb. I solved this issue
by
restructing the lib file. The second problem is to access the constant
called
"extern const SpeexMode speex_nb_mode;" through borland's c++ builder.
I could analyze the...
2003 Apr 01
1
Underscores in BCB making vorbisfile unusable
I use Borland C++ Builder 3 and I'm having trouble getting vorbisfile to work. This version of C++ Builder prefixes function names with underscores, so in the .obj file ov_open would look like _ov_open. Now, when linking the .obj files, it looks for the function _ov_open in all other .obj files and .lib files in the project. It finds none, and gives me an unresolved external error. I can
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all,
I need to use BCB6 with Wine to develop a software that uses two ocxs
built with MS Visual C++.
I set ole32, oleaut, typelib to native for bcb, else it doesn't start
correclty. After that, BCB start up, I can design the forms, write the
code, but I have two problems that block me:
a) when I press the Execute but...
2001 Jan 29
1
BCB build successful?
...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]
File length: 4m 21.0s
Elapsed time: 1m 14.0s
Rate: 3.5270
Average bitrate: 128.4 kb/s
File size: 4,190,289
The performance issue doesn't bother me; perhaps that one
assembler routine in os.h can account for the difference? Besides,
this was...
2005 Jul 21
0
Underscores in BCB making vorbisfile unusable
Hello friends! Somebody obtained to compile the example vorbis tool decoder? When I compile in the Borland Builder or DJGPP, occurs the error:
"undefined reference you ' _ ov_open '"
as well as the message of the homepage: http://www.ogghelp.com/ogg/about.cfm?view=3
What she is necessary to make to compile and to function?
I do not have interest in using libs nor the DLL,
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...
http://...
2003 Aug 17
2
Problem with shlwapi, msxml and Borland xml vcls.
After get bcb working, I'm now trying to get working also my
application, so that can be used under wine (no, I can't port it, it's a
tool that works with Ultima Online, so I need to write it for windows &
wine). The problem now is that i have some problems running the
executable.
First note: if...
2001 Jan 30
2
Overflow in psy.c
In beta 3 (Windows, libvorbis-1.0beta3.zip, compiled using BCB), I get
a runtime overflow on line 322 when encoding a simple pure tone
(44100Hz, 96kbps, 128kbps, or 160kbps). Changing the float to a double
avoids the problem.
float val=decay[i]*decscale;
float att=fabs(f[i]/val); /// floating point overflow
...
Chris
http://www.goldwave.com
--- >...
2003 Jul 08
2
OMF static LIBs for Borland ?
...nly able to link dynamically to DLLs. Unfortunately that is
not good enough solution for me, because audio applications that I modify to
support Ogg Vorbis have some features (OGG in EXE) that are meant to export
only one single file with no extra DLLs. Applications (3 of them) are all
developed in BCB 5. Borland provide a tool coff2omf.exe which doesn't work
with OBJ files, but only with DLL's import LIBs. Command line tool with the
same name from Digital Mars also didn't solve my problem.
So the only solution for me are static libraries that are compiled in
Borland C compiler (32-b...
2011 Aug 09
3
keyboard problem
OK, I know what I'm doing is "officially unsupported", but perhaps someone
has some suggestions...
I have a CentOS 5.6 system running as a virtual machine using VMware
player. I cloned the system, booted the clone to make sure everything
worked after cloning, it did. I then booted off a CentOS 6 ISO and did an
upgrade (I know, unsupported!). I've got the system to the
2018 Apr 10
2
Spectral analisys for for R version 3.4.3
Dear all,
Is there any spectral analisys functionality available for R version 3.4.3?
Series() functionality doesn't work in this version.
Regards
Danniel
[[alternative HTML version deleted]]
2004 Nov 11
3
Questions about License and so on.
Hello there.
I'm seeing with a third party library vendor, wich creates components for
signal and audio processing for Delphi and BCB, the way to integrate support
for OggVorbis, but there are some license issues that I don't
know/understand.
In plain text: can he create and distribute a component that uses the code
available in the Windows SDK, either in the DLL presentation and/or the
OBJ/LIB way without any restrictio...
2011 Sep 01
1
xvfb question
First, I realize this might not be the right group. Please feel free to
redirect me :-)
I recently upgraded from CentOS 5.6 to 6.0. Since the upgrade, Xvfb will,
on occasion, "just stop" (ie the process disappears from the system, as
opposed to still being there but not working). I can't find any tracks
anywhere that it might have left behind that might be clues as to why it
2002 Jul 18
0
Updated BCC projects
...d include a
little documentation. Ogg Vorbis 1.0 ready! The new files are available here:
http://dave.gasaway.org/vorbis/vorbis_bcc.zip
At this time, they cannot compile with the free command-line tools available
from Borland. If anyone can help make projects that are compatible with
both BCB and BCC w/o VCL, I'd be very, very grateful.
--
-:-:- David K. Gasaway
-:-:- XNS : =David K Gasaway
-:-:- Email: dave@gasaway.org
-:-:- Web : dave.gasaway.org
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe...
2002 Dec 19
1
Re: [xiph-cvs] cvs commit: vorbis/doc/xml 01-introduction.xml
On Thursday, December 19, 2002, at 06:10 am, Monty wrote:
> Het rillian: How to get HTML output from the XML in order to roll
> changes back to the website? Or do you plan to replace the HTML
> on-site too?
Sorry, I got distracted before I finished everything. If you have the
tools installed (xsltproc, passivetex) 'make' should generate
monolithic pdf and html
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 Dec 06
4
workgroups not recognized in virtual server conf files
Hi,
The documentation I've read indicates that I should be able to get Samba to
honor the value of the 'workgroup' variable as set from within an included
virtual server configuration file.
Given the configuration files below, if I comment out the
"workgroup = testwg"
line from the main configuration file (smb.conf), then a query of
the Samba server (with
2000 Jul 18
5
X11 & dev2bitmap
Hi,
I am trying to put some graphics I have generated from R on a
webpage using dev2bitmap to create a bitmap, .BMP, file.
When I look at my notes from 2 or 3 months ago I was successfully able to
put the ACTIVE device plot result into a bitmap file using a command such
as:
dev2bitmap("InsectSpray.BMP")
Job done!
Now when I try the same command, I get the following:
>
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