Displaying 1 result from an estimated 1 matches for "urspruengliche".
2002 Dec 27
1
ov_open throws exception (Compiler VC7)
Hi
I try to load an ogg file with the vorbisfile library like this:
FILE *f = fopen("test.ogg", "rb");
if(!f) ...;
ov_open(f, &vf, 0, 0);
But ov_open always throws an exception. Im pretty sure its a compiler
problem because the same code worked on VC6. Im compiling my programm with
the multithreaded dll option as mentioned on the mailing list bevor.
Does anybody know if