OGG File Opening problem

Started by
1 comment, last by The Lion King 19 years, 4 months ago
I have been trying to make an OGG player with OpenAL ... this is where I am having problem: FILE* File; // File // Open File for reading File = fopen (FileName, "rb"); // Try to open OGG File, if result is less than 0, then ov_open (File, &OGGFile, NULL, 0); // Error I get a memory error at ov_open :( ... whats wrong. Anyone can guide me here. If the OGG file doesn't exists ... it goes through it and stucks right after it. Very strange errors :( [Edited by - The Lion King on December 2, 2004 10:34:21 PM]
Advertisement
Anyone ???
Guess ... I found a soultion on the forums ... sorry for creating a post. It was all here !

This topic is closed to new replies.

Advertisement