Displaying 1 result from an estimated 1 matches for "oggretval".
2004 Feb 19
3
Ov_open crash in windows
...rror occurs:
int CSound::LoadVorbisFile(char *fname)
{
FILE *file;
char *pcmData = NULL;
const int pcmDataSize = 0x400000;
pcmData = new char[pcmDataSize];
if(pcmData != NULL)
{
// Open the file
if( (file = fopen(fname,"rb")) != NULL)
{
int oggRetVal = ov_open(file,&m_VorbisFile,NULL,0);
Does anybody have any suggestions as to why the ov_open call works in
one app and not the other?
Shaun
<p>Sign up today for your Free E-mail at: http://www.canoe.ca/CanoeMail
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project...