DevMaster.net Forums
[[ Home | Forums | 3D Engines Database | Wiki | Articles/Tutorials | Game Dev Jobs | IRC Chat Network | Contact Us ]]

Go Back   DevMaster.net Forums > Programming & Development > Sound and Music Programming
User Name
Password
Register FAQ Members List Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 12-31-2004, 12:03 PM   #1
leandrillo
New Member
 
Join Date: Dec 2004
Posts: 1
Default

Happy New year to everyone!

I'm trying to use Xiph OggVorbis Library for decoding and OpenAL for playback.
However when I do the first call to the OggVorbis library, (ov_open(FILE *, ...) ) the program crashes: "oggvorbis.exe caused blablabla on ntdll.dll (or kernel32.dll if win98)".
I don't think it's a problem of my code because I also compiled some programs from the internet (from dev-master, gamedev.net, etc.) and I had the same problem.
I rather think it's a S.O. + OggVorbis Library + compiler problem, or something like that. I'm using MSVC 6.0, Win98 or WinXP, OggVorbis 1.0
Please Help!!![b]
leandrillo is offline   Reply With Quote
Old 12-31-2004, 10:34 PM   #2
hh10k
New Member
 
Join Date: Sep 2004
Posts: 8
Default

I'm a bit warey of passing FILE*s to DLLs that could be using any C library. I'd either compile the Ogg DLLs up myself, or use ov_open_callbacks.
hh10k is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump


All times are GMT -7. The time now is 10:34 AM.


Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.