Re: Libtheora
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.general |
|---|---|
| Message-ID | <[email protected]> |
On 20 May 2010 15:31, SAHANA DEVARAJU <[email protected]> wrote: > Thank you very much for all the inputs. I did incorporate all that you > suggested me to. I still have errors popping up in the mathops.c and rate.c > files. The errors are related to bad suffix on number. I appreciate your > help. [...] > c:\users\vista business\desktop\sahana\libtheora-1.1.1\lib\mathops.c(19) : > error C2059: syntax error : 'bad suffix on number' [...] > C:\Users\Vista Business\Desktop\sahana\libtheora-1.1.1\lib\rate.c(175) : > error C2059: syntax error : 'bad suffix on number' > C:\Users\Vista Business\Desktop\sahana\libtheora-1.1.1\lib\rate.c(175) : > error C2146: syntax error : missing ')' before identifier 'L' The common element here is the 'LL' suffix for 64 bit integer literals. I guess VC6 must not support that syntax. I've cc'd the list again; I'm not an MSVC expert, and you'll have a better chance of getting quality help if the conversation remains open to other readers. -r