[vorbis] Problem using the ogg-vorbis win32 SDK 1.0 [VC++6.0 XP]
Ravi Kumar Krishnamaneni
ravi at infomedia-network.com
Wed Apr 30 08:45:24 PDT 2003
Thanks, Mike it worked.
I just added #pragma pack(8)
It was because of Structure padding problems.
Regards,
Ravi.
Michael Smith wrote:
>On Wednesday 30 April 2003 23:49, Ravi Kumar K wrote:
>
>
>>Hi
>>After I placed the two lines , this time it passed
>>vorbis_analysis_headerout but later in the program
>>
>>
>>
>
>The 'fix' that was suggested does NOT fix the problem you're having, it would
>at best hide it. I suggest you revert that, and figure out why it was
>crashing previously. As I suggested, it's probably because you're using
>non-standard compiler settings and not telling your compiler that vorbis is
>using standard settings (notably: struct padding and calling conventions
>should be default, or you should use appropriate #pragmas to tell your
>compiler that vorbis does use the defaults)
>
>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 at xiph.org'
>containing only the word 'unsubscribe' in the body. No subject is needed.
>Unsubscribe messages sent to the list will be ignored/filtered.
>
>
>
--
Ravi Kumar Krishnamaneni
Intern
Infomedia Network Inc.
Phone(Office) : 281-218-0700
( Cell ) : 214-636-7447
<p><p><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 at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis
mailing list