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 program that includes OV, do I need to get a special license, put a logo on the program's startup screen or something? Thanks in advance. -- Phil. http://www.philpem.f9.co.uk/ philpem@bigfoot.com --- >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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
At 22:39 23-4-01, you wrote:> 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?Yes. I only tested vorbisfile, though. No static linking of course, DLL's only. Using Delphi 5. Maybe I'll test 'em all sometime and submit them to JEDI, but I'm not working on it right now.> Also, if I choose to sell a program that includes OV, do I need to get a >special license, put a logo on the program's startup screen or something?No, read the license. Matthijs --- >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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> Also, if I choose to sell a program that includes OV, do I need to get a >special license, put a logo on the program's startup screen or something?I'll just quote from the license file: Copyright (c) 2001, Xiphophorus Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiphophorus nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. (There's also a disclaimer notice at the bottom - see the file) So, for your case the second item is relevent - you must include the entire contents of the COPYING file (it's short, don't worry. 28 lines total) somewhere in the documentation/etc. Nothing too hard ;) Michael --- >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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.