search for: _imp__waveoutgetnumdevs

Displaying 2 results from an estimated 2 matches for "_imp__waveoutgetnumdevs".

2016 Jul 08
3
failure with latest cross compiling
As a note, with the latest versions, I get this "new" failure, when cross compiling for windows using mingw: CCLD speexdec.exe speexdec.o:speexdec.c:(.text+0x4af): undefined reference to `_imp__waveOutGetNumDevs at 0' speexdec.o:speexdec.c:(.text+0x54d): undefined reference to `_imp__waveOutOpen at 24' speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to `_imp__waveOutReset at 4' speexdec.o:speexdec.c:(.text+0x7f1): undefined reference to `_imp__waveOutUnprepareHeader at 12' speexdec...
2016 Jul 11
1
failure with latest cross compiling
...k <rogerdpack2 at gmail.com> wrote: >> As a note, with the latest versions, I get this "new" failure, when >> cross compiling for windows using mingw: >> >> CCLD speexdec.exe >> speexdec.o:speexdec.c:(.text+0x4af): undefined reference to >> `_imp__waveOutGetNumDevs at 0' >> speexdec.o:speexdec.c:(.text+0x54d): undefined reference to >> `_imp__waveOutOpen at 24' >> speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to >> `_imp__waveOutReset at 4' >> speexdec.o:speexdec.c:(.text+0x7f1): undefined reference to >...