vorbis ogg problem
I have such problem: when I try to open ogg file like this: ov_open(oggFile, &oggStream, NULL, 0) the program fails and
writes: Unhandeled exception in xxx.exe(NTDL.DLL) 0x000...05:
Access Violation. What''s wrong? Thanks.
little Game Programmer
Are you dynamically linking to the Ogg and/or Vorbis libraries and linking to a different runtime library in your own code? Make sure you're using something along the lines of "Multithreaded DLL" for your release runtime and something like "Multithreaded DLL Debug" for debug mode. Could be something else, but MSVC causes a lot of people to make that mistake. Edit: I can't spell.
[edited by - Null and Void on January 29, 2004 7:37:41 PM]
[edited by - Null and Void on January 29, 2004 7:37:41 PM]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement