PureWinLin - Linux emulated on Windows via QEMU
QEMU 0.8.0 : now using directsound, compiled with directx 9, the sound works perfectly ! (even with webradios, shoutcast/icecast streams).
Bravo KarlKox, je reedite puisque je viens de voir que le compilo, c'est gcc, ca m'interesserait de connaitre les etapes pour obtenir une version windows...KarLKoX wrote:QEMU 0.8.0 : now using directsound, compiled with directx 9, the sound works perfectly ! (even with webradios, shoutcast/icecast streams).

Hi 
This is very simple, first, download Mingw and MSYS (not needed but very usefull), second, download the official directx sdk (oh, an update is available), install the mingw dx9 libs (.a generated from .lib files from the sdk), download the latest SDL and compile it (very simple, ./configure && make should do the work) and zlib.
Launch msys, go to the qemu source directory then type :
./configure --target-list=i386-softmmu --enable-mingw32 --enable-adlib --enable-dsound
That's it. Good luck !

This is very simple, first, download Mingw and MSYS (not needed but very usefull), second, download the official directx sdk (oh, an update is available), install the mingw dx9 libs (.a generated from .lib files from the sdk), download the latest SDL and compile it (very simple, ./configure && make should do the work) and zlib.
Launch msys, go to the qemu source directory then type :
./configure --target-list=i386-softmmu --enable-mingw32 --enable-adlib --enable-dsound
That's it. Good luck !

Qemu-0.8.2-gcc4.1.1-KarLKoX now compiled with gcc 4.1.1, latest dx9 sdk (april 2006) and latest sdl sdk (1.2.11).