[Vorbis] Data type error

Jack Moffitt jack
Sun Jul 4 18:18:14 PDT 2004


> I am trying to implement TREMOR(fixed point version of the decoder), which is coded in
>  ANSI C on Microsoft Visual C++ 6.0 suite.  While trying to make the executable file,
> I am getting the folowing error
> error C2632: 'long' followed by 'long' is illegal
>
> Can anybody please find a way out of it

Apparently microsoft doesn't support the long long type.  So replace
these with int64_t or something.

jack.


More information about the Vorbis mailing list