similar to: BCB build successful?

Displaying 20 results from an estimated 100 matches similar to: "BCB build successful?"

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
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...
2001 Mar 01
1
Output from various compilers
Per a discussion I started earlier, I've encoded a wav with oggenc's from various different compilers. And so... MSVC (as distributed on vorbis.com): 3,502,399 bytes BCC (WinME, BCB4 Std SP 1): 3,502,555 bytes EGCS (Linux 2.4.1, egcs 2.91.66): 3,516,935 bytes GCC (Linux 2.4.1, gcc 2.95.2): 3,516,935 bytes BCC, EGCS, and GCC I compiled myself from last night's CVS snapshot. The
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
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,
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
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
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:
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.
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
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 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 Jul 18
0
Updated BCC projects
In response to requests, I've given my vorbis BCC projects a thorough cleaning. They are now much more professional, complete, and 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
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'
2004 Dec 28
5
bitrate limits don't work with -q settings?
I'm sorry if this question has been asked before; I've looked through the archives and haven't seen anything. The problem I'm seeing is that oggenc's VBR encoding doesn't seem to pay attention to any sort of bitrate limitation, either the -m or bitrate_hard_min settings. It isn't that it temporarily dips below the minimum; the average for the whole (in this case,
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: >