> I downloaded speex_win32_1.0.4_setup.exe. I was pretty happy to see
> that there was libspeex.lib and libspeex.dll. Everything went fine
> until I tried to build speexenc.c as win32 console program. Visual
> Studio 2005 gives error: "fatal error LNK1104: cannot open file
> 'LIBC.lib'". What is this LIBC.lib file?
Either you don't have the development libraries installed
that the Speex VC environment wants to see, or the Speex
VC environment is a bit buggy. What it's looking for is
the standard C library. Install that, or fix the build
scripts.
> My ultimate goal would be to make wav->speex encoder function for
> my PocketPc application. (I have also tried wav->ogg/gsm6.10, but
> each time I have encountered library problem when I have tried to
> build simple examples. :( )
>
> And then there would be also wma. Can anyone confirm that it would
> be even possible to encode wav->wma on PocketPC?
Very much off-topic for this list.
Segher