Displaying 2 results from an estimated 2 matches for "kokorin".
Did you mean:
kokoris
2007 May 05
1
inline in Visual Studio 8
...have the following at
the top of it:
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Tom
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
> #define inline __inline
>
> Not sure where that goes into MS project files...
>
> Jean-Marc
>
> Oleg Kokorin a ?crit :
> > Hello All
> >
> > it seems like MS compiler don't like "inline" keyword,
> > instead it's expecting to see "__inline".
> >
> > speex\libspeex\misc.h(79) : error C2054: expected '('
> > to follow 'inlin...
2007 Apr 14
0
echo diagnostic script improvement
hello All
I believe, more improvements require echo diagnostic
script for octave tool.
First of all, I found mistyping inside script, where
hardcoded size of buffer used for matrix creation
(1024) has to be replaced with variable from function
parameter.
I'm not sure, if octave displaying messages while
executing script or only on success completion,
however it would be good to have more