search for: pfilepath

Displaying 1 result from an estimated 1 matches for "pfilepath".

Did you mean: filepath
2005 May 23
1
Why does ov_open fail?
...The memory exception seems to happen deep within the calling tree of ov_open, in some operation that ms seemed to have implemented. but i believe i followed all rules (binary mode and so on), so this should not happen. i hope, someone can give me a hint. thanks. wan-hi void ProcessOGG(LPCTSTR pFilePath, MetaData& data) { OggVorbis_File vf; vorbis_info *info; vorbis_commen *comment; /////////////////////////////////////////////////////////////////////////// // 1) OPENING AND INITIALIZING THE OGG VORBIS FILE //////////////////////////////////////////...