OggVorbis ov_open() Throws Access Violation Exception
问题 I'm trying to open an OggVorbis file using the Vorbis SDK/DLLs. ov_open() throws an Access Violation exception 0x00000014 . I have checked the file exists: I've opened it with fopen and printed the contents to the console just to check - all went fine! Might not make a difference, but the DLLs have been compiled as DEBUG Win32 , and my project is compiling under the same configuration. I'm using an absolute path to the file, for reassurance, and the file does exist. As stated before, I can