Displaying 20 results from an estimated 3000 matches similar to: "Ogg encoding with delphi"
2001 Apr 23
2
Ogg Vorbis, DirectSound and Delphi
Hi,
I've just downloaded the Ogg Vorbis source, LIB and DLL files from
www.xiph.org and I've been trying to get them working in Borland Delphi 3
Pro. Has anyone managed to get OV to decode and play an OGG file using
Delphi?
Ideally I'd like to use DirectSound (part of DirectX), via the UnDelphiX
(DelphiX with the JEDI headers) components.
Also, if I choose to sell a
2000 Sep 19
2
Vorbis / Delphi Question
Hi all.
I just downloaded the vorbisdll_bin.zip file from the archive, which
appears to be the complete libvorbis in DLL format. This is wonderful
news, as I was trying to convert the C library to a Delphi library by hand,
and it was very slow in going.
The only question I have is has anyone translated the necessary structures
from C to Delphi yet? I noticed in the list that someone
2003 Jan 03
0
Digital unterschriebene E-Mail von FreeMail / Digitally signed email from FreeMail
(english version see below)
Sie erhalten in den naechsten Minuten eine digital unterschriebene E-Mail
von einem Freemail-Anwender. Damit Ihr E-Mail-Programm den Ausweis
ueberpruefen kann, muss das "Root-Zertifikat" von WEB.DE installiert sein.
Klicken Sie dazu bitte auf:
http://trust.web.de/root.sql
Auf dieser Web-Seite finden Sie eine genaue Anleitung zur Installation des
Zertifikats
2003 Nov 08
2
Encoding in Delphi - Help
Hi!
I've made a vorbis encoder in delphi, but it's very verey slow!
It takes 5 minutes to encode a pcm file.
And i don't know why. Could anyone help me???
----------------------------------------------------------------------------------
result := ogg_stream_flush(os, og);
while result <> 0 do
begin
OutFile.Write(Pointer(og.header)^, og.header_len);
2006 May 25
1
help get character output R in Delphi
Hi all, first thanks reading my letter,
Im statistics student . im doing my final assignment bout application of correspondence analysis in geographical information system. i use delphi 7 for developing and R for statistical computation. I use RDCom to cennect delphi and R. there was some example in visual basic to get the vharacter output of R in in vb. but i cant get the character
1998 Jun 12
1
Problems with Delphi 3 on SAMBA
Hi,
We have a Sun running SAMBA and have a problem with a share which contains
Delphi 3 source code. Compilations on large projects fail, with the .EXE
file stopping generation at ~2Mb, although compilations of the same code on
an NT drive are fine.
Delphi 1 seems to work fine on the SAMBA drive, creating files of >3.5Mb, so
it does not seem to be a file size problem either.
Can anyone shed
2006 Dec 30
0
Delphi debugger crashes in HVM WinXP
Hello List, this is my first post to the list and I hope my English is
good enough.
I want to use Borland Delphi 7 in a HVM WinXP, but when I run my program
with the debugger from Delphi the following error occurred:
Translated: "The Program can''t be initialized (0xC0000005). Click OK to
quit the Program"
Original German: "Die Anwendung konnte nicht richtig initialisiert
1998 Oct 19
0
BIG Problems with compiling DELPHI projects on SAMBA shares
Hello,
we have a problem here. We are using Samba 1918p10 on Solaris 2.5.1 on
Sun servers and Solarisx86 on pc servers with many, many NT 4.0/sp3
clients. Working great with different applications (Office, SPSS, and
many others), now we installed Delphi 3.0, and if students are trying to
compile Delphi projects on samba home share we have big problems.
Compiling and working on local disk or Novell
2004 Dec 07
2
WINE x Delphi BDE + MSSQL Client
Hi,
I have an app with Delphi7 + MSSQL, developed during 10 years.
Now, the users have asked me about some way to run this app into Linux
Fedora Core 2/3.
I use Fedora for apps in Java with no problems, but I never heard about
Delphi run.
I look at WineHQ site about this combination of Delphi + MSSQL but I
didn't find. I found some thing about Delphi 7 install and slow
behaviour in
2006 Jan 01
0
Speex Delphi/dll
If you get BDS 2006, you will get C++ compiler as a part
of the package. Then you will be able to build a DLL or
static library (I think Delphi can link to C libraries).
If this is not an option for you, I will try to build you
a DLL. The only problem is that I'm not certain what
exported functions you'd need.
.a
________________________________
From: speex-dev-bounces@xiph.org
2007 Jun 07
3
is it possible to run delphi apps(forms) using wine
is it possible to run delphi apps/forms(that was build, compiled, and targeted to windows machines) on linux(fc6, suse 10.x)
These delphi apps connects to MS SQL server.
if it is possible, then I can easily ground all those windows xp machines, that are just use to run these delphi apps... and use linux instead
Regards
---------------------------------
Got a little couch potato?
Check
2003 Feb 27
2
Building TFTP-HPA
Is TFTP-HPA written as a portable app?
In other words, what chance do I have of getting it built on OS/2?
--
John
2005 Jan 10
1
Missing files for Delphi
Hello speex-dev,
Like several others who develop in Delphi I have searched for the speex.dll or
speex.pas file to no avail. Its a pity that this compilation is not available as many
developers use Delphi, and this codec does seem to be an excellent free alternative.
Do you know if anyone has been able to contact John Villar the author of the
delphi example?
--
Regards,
Alistair+
2002 Oct 31
1
winelib: porting Delphi apps
Just a (probably crazy) thought: What about porting Windoze apps that
aren't written in C? I've got a Delphi application that currently runs
under Virtual PC under OS 9.2 on an eMac (PPC Processor), which would
run much faster without those OS layers in between. I don't really have
a clue as to whether this really far-out-whacky or not cuz I am not
really a Delphi, or, for that matter,
2000 Sep 19
1
Vorbis / Delphi Question
Hi all.
I just downloaded the vorbisdll_bin.zip file from the archive, which
appears to be the complete libvorbis in DLL format. This is wonderful
news, as I was trying to convert the C library to a Delphi library by hand,
and it was very slow in going.
The only question I have is has anyone translated the necessary structures
from C to Delphi yet? I noticed in the list that someone
2002 Nov 04
0
Vorbis API Delphi translasion
Hello,
anyone interested in Delphi translation of Vorbis/Ogg library API
are welcome to check the following file (about 50 KB):
http://lakeofsoft.com/dc_vc/vorbis_examples_delphi.zip
This file contains full translation of latest ogg.h, codec.h
vorbisenc.h and vorbisfile.h from Vorbis SDK for Windows, as
well as working encoder and decoder examples, re-written on Delphi.
Sources were tested
2004 Aug 06
0
Speex on Delphi
Hi,
I hope it is ok to send questions to this list as a mere user of speex, but
I couldn't find any reference to newsgroups or any reference to Delphi in
past threads of this list.
I would love to use speex in a Delphi application, but the plugin example
provided in the speex website is missing a speex DLL and a speex Delphi
unit.
Does anyone know where I can find them, or how to contact
2005 Nov 06
1
R (2.2.0), R-DCOM and Delphi
In response to a few private e-mails, here a summary of using Delphi, R-DCOM
and R 2.2.0
1) As Earl Glynn noted
( http://finzi.psych.upenn.edu/R/Rhelp02a/archive/50705.html ),
there were a few paths specific to my installation in
http://www.menne-biomed.de/download/RDComDelphi.zip
leading to path errors on compilation. Hopefully, this has been corrected in
the new zip file.
2) Always check if
2003 Apr 07
2
Header files
Hello.
Does someone have or seen header files to the newest ogg sdk (1.0) for delphi?
Or can someone translate me them to delphi?
Thanks
______________________________________________________________________________
UNICEF bittet um Spenden für die Kinder im Irak! Hier online an
UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101
--- >8 ----
List archives:
2006 Jan 17
1
Fwd: Re: Delphi Application
---------- Mensagem reenviada ----------
Subject: Re: [Wine] Delphi Application
Date: Dom 01 Jan 2006 14:32
From: Bruno <cbruno@ferreiracosta.com.br>
To: wine-users@winehq.org
Cc: truls@asheim.ne
Olah Angelo Braga, tambem estou no Brasil, e meu ingles eh pessimo,
Acho que sei qual o problema com seus icones!
Jah tive um problema parecido, e resolvi instalando fontes TrueType
Originais,