Displaying 20 results from an estimated 700 matches similar to: "Vorbis with BCB"
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 export table of the libspeex.dll. Unfortunately I
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]
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
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,
2002 Jan 03
3
Adding RC3 support to GoldWave
Here are some minor things I noticed when updating the vorbis module
for GoldWave:
Bitwise.c, line 175 and 207
Warning: Negative unsigned value
ret=-1UL;
Info.c, line 385
Warning: Unreachable code
break;
vorbisfile.c, line 1407
Warning: Call to function with no prototype
int host_endian = host_is_big_endian();
fix: add 'void' to line 1339:
static int host_is_big_endian( void )
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 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 I set a breakpoint into the code, I can run the software
with bcb and use the Just In
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 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 button, the units are compiled, but the
linker hangs up with all the cpu used
2008 Oct 09
2
Exporting symnum() result from cor()
Hello,
I am trying to export the results from symnum() while maintain their
readability. I tried using sink to text file and also copying and pasting
but the results end up looking like this:
> symnum(c5.s)
bC bED bEN bLP bLS bPA bPD bPR p
bbContag 1
bbED + 1
bbENN_MN + B 1
bbLPI , , , 1
bbLSI + B B , 1
bbPAFRAC , * * , * 1
bbPD , B B
2007 Mar 03
0
ogg project not found problem when using speex with visual studio 6.0
Hi ,
I got the following problem when using speex1.2beta1 with VS 6.0: The ogg_static project is corrupted and the files that were included in this project were not seen. Please can you send me that files that are a part of ogg_static project.
Thanks,
Meena
____________________________________________________________________________________
Have a burning question?
Go to
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
--- >8 ----
List archives:
2004 Aug 06
2
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows usingVC++6.0
Hi Chris,
Thanks a lot for your help. I've been able to resolve all the errors except one.
I don't have ogg.h header file, so when I try to build Speexdec.exe, I get an error
d:\speex\speex-1.1.5\src\speexdec.c(44) : fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory
I don't have this file, but as I wrote in my previous mail, an ogg_static
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 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'
2006 Dec 12
2
samba3.0.23d group permissions not working
Dear all,
I have samba3.0.23d running on FreeBSD 6.1. It is running with "security = ADS" and has been functioning correctly from about 3.0.14 to 3.0.22.
Since I upgraded to 3.0.23(a|b|c|d) group permissions are not honoured by Samba. For example:
drwxrwx--- 107 setup domain admins 3072 Nov 15 19:25 install
The user setup is a windows admin user; this user can access this
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
2006 Mar 11
1
problem in speex code
hi
my graduation project is" voice over ip" and i want to make codec to voice with speex-1.1.12 , i try to run it in my computer by" visual studio 6" but i have problems
1-i want to get exe file to speexdec&speexenc(i found missing files "glib.h, glibconfig.h, o gg/ogg.h, glib/gmacros.h , ogg_static.dsp" when i found it i have errors in the speexenc.c or
2013 Mar 17
1
MSVC project updates
One more set of MSVC project updates. Changed ogg_static.lib to
libogg_static.lib as that's the name latest version uses. Removed MSVC
6.0 related parts from README and tweaked info there to be more
up-to-date. Also changed nasmw.exe into nasm.exe as nasmw.exe has been
long gone.
LibFLAC_dynamic was complaining in debug mode about conflicts with
libcmt, I excluded it from the project
2003 Apr 26
0
Samba possibly causing windows 2000 to crash?
I am using the following:
Samba 2.2.8a (from FreeBSD ports)
FreeBSD 4.7-RELEASE-p10
Samba is configured as a member of a Windows 2000 domain.
Generally everything seems to be working as expected. Occasionally the following gets logged to the console:
[2003/04/14 20:25:19, 0] smbd/service.c:make_connection(599)
zulu (192.168.1.161) Can't change directory to /data/path (No such file or