Displaying 1 result from an estimated 1 matches for "vcedit_".
Did you mean:
vcedit
2004 Mar 06
3
access violation in ov_open using VC6
I passed a valid FILE* (from fopen() with "rb") and the
address of an OggVorbis_File struct, but an access
violation occured when ov_open is called.
I have enabled the Multithreaded, but it still doesn't fix
the problem. I look at the vorbis_comment.exe source and I
see vcedit_open() function and other vcedit_*() functions
everywhere. I am assuming that there is known issue with VC
and ov_open that's why vorbis_comment is using the edited
version. I don't know if I should use these functions or
not. Or maybe I missed something?
don't have the exact source cod...