Log in

View Full Version : Using libvorbis.dll


MaroonMike
19th January 2005, 20:58
Can libvorbis.dll be called & used in a non C++ development application, like Visual Basic 6.0? (VB 6 is what I currently use.)

I was hoping to use the DLL inside an app instead of having to shell to the oggenc2 executable to encode a .WAV to .OGG. Thanks.

johnman
20th January 2005, 04:20
I believe its possible, look i.e. at

http://www.programmers-corner.com/tutorial/4

u can ofcourse search with google yourself

MaroonMike
20th January 2005, 13:18
Thanks for the link.

I did find a couple informational sites like this, but I was hoping someone had already built a wrapper. :)