[vorbis-dev] vcomment question
Jack Moffitt
jack at xiph.org
Fri Jul 12 12:08:10 PDT 2002
> >Are you trying to build the windows versions with win32sdk or the
> >included project files?
>
> No, I'm using BCC. I want to know how it works in MSVC so that I can do
> something similar in BCC. I've looked through the DSP files and grep'd
> the whole vorbis-tools directory. I'm not having much luck.
>
> Just FYI: The other vorbis tools I've compiled (oggenc, ogginfo2, vcut)
> didn't give me any trouble.
Easy enough. What you need to do is set a compile flag defining the
VERSION to "1.0", and you'll be fine. In gcc this is:
-DVERSION=\"1.0\". In the C file this would be:
#define VERSION "1.0"
Hope this helps,
jack.
--- >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 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-dev
mailing list