[Tremor] "static inline functions" problem,while compiling in VC++
    Akarui 
    akarui at tenacity.usanethosting.com
       
    Tue Oct  4 08:16:42 PDT 2005
    
    
  
prafulla chandra vejendla 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.
Hello,
You can try doing a search and replace.  Search for 'static inline' and 
replace the text with 'STIN'.  'STIN' for _WIN32 is already defined in os.h.
regards,
akin
    
    
More information about the Tremor
mailing list