[Tremor] "static inline functions" problem, while compiling in VC++

Michael Smith msmith at xiph.org
Tue Oct 4 07:58:27 PDT 2005


On 10/4/05, prafulla chandra vejendla <v.prafulla at gmail.com> wrote:
> Hi all ,
> I am trying to compile Tremor code in VC++.While compiling i am getting
> errors in misc.h file.Problem is unable to recognise the"static inline
> functions".how can i rectify this .
> regards
> prafulla chandra.

VC++ probably has some other syntax for specifying a function as
static and inline.

It will be correct (but not neccesarily optimal) to remove 'inline'
from all of these.

If possible, it'd be better to replace it with the correct VC++
syntax, whatever that might be (the manual will include this
information for you).

Mike


More information about the Tremor mailing list