search for: pm3ulist

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

2004 Apr 06
1
ov_open fails on Version 1.0.1
.... All I did was replace the lib and dll files that are in the win32sdk zip and re-build all, so it's the same the project files for for both builds. Here the snippet of code that fails: int processOGG(FILE *inFile, char fileName [], int fileSize, int fileType) { ogg_int64_t dataLength = 0; PM3ULIST listBuff = 0; OggVorbis_File vf = {0}; vorbis_info *vorbisInfo = NULL; fseek(inFile, 0, SEEK_SET); if (debug > 0) { printf("About to open file as vorbis\n"); } if(ov_open(inFile, &vf, NULL, 0) < 0) { fprintf(stderr, "Failed to op...