search for: vorbis_itoa

Displaying 1 result from an estimated 1 matches for "vorbis_itoa".

Did you mean: vorbis_ftoi
2003 Feb 17
2
LccWin32 and OGG
...I must say than it's impressive. I plan to use it in my project (BASIC programming langage) but I use LccWin32 as main C compiler (free and very powerful) and OGG has some difficulties to compile. I would like to know if it was already reported. If not, here it is: - Inline ASM functions for vorbis_itoa() isn't ok for LCC (not the same syntax than VC). I switched back to 'slow' functions for my tests. - I got tons of casts error, as Lcc seems to be more stricts about them than other compiler: ex: float *lpc=alloca(order*sizeof(*lpc)); will produce a cast error (not a war...