search for: __imp__waveoutgetnumdevs

Displaying 3 results from an estimated 3 matches for "__imp__waveoutgetnumdevs".

2006 Aug 18
6
Ogg Player Code
Hello, In one of my recent assignments, I was asked to develop a ogg player. I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment. If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me. In one of the code set, I was able to compile the
2004 Aug 06
0
Re: [Speex-devel] Subject: Problems with win32 port of Speex
...re was a slight change in the format of the comments which might cause more important errors... Try with a newly encoded file. > Sadly, I can't build a debug version of speexdec: the linker complains of a > number of unresolved symbols (__imp__waveOutReset@4, __imp__waveOutOpen@24, > __imp__waveOutGetNumDevs@0, __imp__waveOutWrite@12, > __imp__waveOutPrepareHeader@12, __imp__waveOutUnprepareHeader@12, > __imp__waveOutClose@4,). Looks like symbols from the Windows sound API, maybe you aren't linking with it when debugging. Anyway, tell me if you're still having problems. Jean-M...
2004 Aug 06
0
Problems with win32 port of Speex
...peexdec.exe' from your Web site; it works as expected given the same input file and options. Only the version I'm building is broken! Sadly, I can't build a debug version of speexdec: the linker complains of a number of unresolved symbols (__imp__waveOutReset@4, __imp__waveOutOpen@24, __imp__waveOutGetNumDevs@0, __imp__waveOutWrite@12, __imp__waveOutPrepareHeader@12, __imp__waveOutUnprepareHeader@12, __imp__waveOutClose@4,). I even tried cross-compiling it (i686-pc-linux-gnu x i386-mingw32) but ran into similar symbols missing at link time. I'm stumped! I would really appreciate any help you mig...