Shawn Pourchot
2001-Mar-02 13:57 UTC
[vorbis-dev] Header declarations and different build environments
One thing that would make the developers life easier would be to explicitely define the function calling convention in the static library headers. example: extern int ov_clear(OggVorbis_File *vf); hould be (in a WIN32 environment): int _cdecl ov_clear(OggVorbis_File *vf); This bit me again when I updated to Beta 4. Unfortantully the build environment the libraries are included in does not match _cdecl. --- >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-dev-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.