Ravi Kumar K
2003-Apr-25 12:27 UTC
[vorbis] Problem using the ogg-vorbis win32 SDK 1.0 [VC++6.0 XP]
Hi I am using ogg-vorbis win32 SDK 1.0 [ VC++ 6.0 , Windows XP ] I am trying to use the function "vorbis_analysis_headerout() ; " When I called the function in a stand alone small C progam it worked , but when I tried to use the same function as part of some big project it failed saying "Access violation in Vorbis.dll " and the application closed. Any clue ??? Thank you, Regards, Ravi. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith
2003-Apr-25 20:22 UTC
[vorbis] Problem using the ogg-vorbis win32 SDK 1.0 [VC++6.0 XP]
On Saturday 26 April 2003 05:27, Ravi Kumar K wrote:> Hi > I am using ogg-vorbis win32 SDK 1.0 [ VC++ 6.0 , Windows XP ] > I am trying to use the function "vorbis_analysis_headerout() ; " > When I called the function in a stand alone small C progam it worked , > but when I tried to use the same function as part of some big project it > failed saying "Access violation in Vorbis.dll " and the application closed. > Any clue ??? > Thank you, > Regards, > Ravi. >You haven't given us much information to go on here. Could you show us your code (the bits using vorbis, that is)? Are you using the right compiler settings (i.e. not using non-standard ABI, or telling the compiler that vorbis IS compiled with the standard ABI if you are)? Mike --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.