Hi, I'm quite desperate because I cannot initialize the vorbis extension in OpenAL. I found a reference for the libvorbisfile.dll which I assume is the...
xray_productions@...
May 8, 2005 1:18 pm
7381
Uh... how can I say this, um.... there's source code on the page (in a zip file, for download) and if that doesn't work either, make an ActiveX in MSVC or VB...
Hi, thanx for your answer I must admit it is more Tech question than a specific Delphi question but I hoped that someone could give me a hint how to setup the...
xray_productions@...
May 9, 2005 10:28 am
7383
Joachim, I followed the instructions in the demo that you mention below and the example application works perfectly. I didn't have OpenAL installed ...
Hi Jorge, Maybe I should have been more specific, sorry. When I compile the demo it tells me "vorbis extension not available". Ofcourse It it still plays a...
xray_productions@...
May 9, 2005 12:24 pm
7385
Joachim, The demo tells me that the extension is available.. Tell me how else I can be of help and I will try to do it for you. Is there some experiment you...
Hi Jorge, great finally someone where this stuff works. Can you try if the demo still works if you remove the vorbis/ogg-files and OpenAl/Warp-files from the...
xray_productions@...
May 10, 2005 9:22 am
7387
Hello again Joachim, I will do the experiments you requested later today. I am working from a different office today and don't have access to the machine...
Joachim, I performed the tests you requested. Here are the results: Deleted these dlls from the system32 folder: ogg, ogg_d, vorbis, vorbis_d, vorbisenc,...
Hi Jorge, this is just what I feared, I will clean my system later (in the office) and try it again. 1.) OggVorbis stuff from current release 1.0.0.1 in...
xray_productions@...
May 11, 2005 7:24 am
7391
Hi Jorge, this is as far as I can get: OpenAL Test Application ======================= alBufferData buffer 7 : Invalid Enum <- seems to be already a problem ...
xray_productions@...
May 11, 2005 7:55 am
7392
Hi Jorge, it works :), here in the office. I will try it later at home. Hope it works there too, even from a different folder. Seems like I found the right...
xray_productions@...
May 11, 2005 10:32 am
7393
Ok, this is great news. I just sent you all of my dlls... but looks like you've got everything well in hand. congratulations, Jorge ... Nothing has any...
... Hello, The Free Pascal development team is pleased to announce the availability of version 2.0.0 of the Free Pascal Compiler. This is the new stable ...
hi, it was listed in the readme file like below : HOW TO USE - You can continue to use DelphiX as you did before, simply add these lines to your code: ...
Hi i have a question about paradox database in delphi for foreign language data. i have a database which have farsi language data.now i can sort it in arabic...
It appears we missed your message. You might want to try again. ... From: delphigames@yahoogroups.com [mailto:delphigames@yahoogroups.com] On Behalf Of...
I want to mix 2 AVI file with some operators like XOR...etc... bat what can I do ? I did not use AVI file till now.. please help me.... any code or samples...
you need to find a avi convered unit.... VFW or something like that, sorry I forgot the exact name... than you need to code a program to extract one frame from...
Hi thanks so much... I found the VFW unit, but I still have some problems and I need help... There is anybody who have source sample or anything to help me ? ...
Hi, you know that avi files come with a many different internal formats... what you need to od is to extract individual frames of both AVIs then do whatever...
http://www.freewebs.com/web-author FREE WEB AUTHOR, INTERNET, COMPUTER, AFFILIATE$ CLICK HERE !!! [Non-text portions of this message have been removed]...
http://www.freewebs.com/web-author FREE WEB AUTHOR, INTERNET, COMPUTER, AFFILIATE$ CLICK HERE !!! [Non-text portions of this message have been removed]...
Sorry about the spam. That is the first spammer who has actually filled out the form to join the group. They are now banned. -- Sly This message and its...
This is slightly off topic but can anyone help ? Delphi TEdit controls have a "CanUndo" property and an "Undo" procedure. Unfortunately the TComboBox control...
I think you can do this by posting messages to the control. I am sorry, but I cannot remember what message you should post. But posting a message should be the...
Kim Friis
kim@...
Sep 22, 2005 11:35 am
7408
It should be something like this: Add a PopupMenu to your project, and assign the PopupMenu to your ComboBox. Insert the code SendMessage(ComboBox1.Handle,...
... You cannot typecast to a different type to get access to other methods. But what you can do is use this little trick. The ComboBox control contains a...