qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: Windows compilation broken


From: Consul
Subject: [Qemu-devel] Re: Windows compilation broken
Date: Thu, 22 Jan 2009 16:15:50 -0800
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Consul wrote:
It compiles, but none of my existing Windows XP images run.
I get The instruction at 0xZc928beb referenced memory at 0x000000bc1. The memory could not be "read" error in the boot process when the Windows XP logo with the spinner bar shows.

P.S.
I was able boot it in Safe mode. But safe mode with networking does not work either :(


Removing the #include seems to fix the compilation with dsound enabled.
I still can't run my existing windows images outside of the safe mode, so I don't know if it actually works or not.


===================================================================
--- audio/dsoundaudio.c (revision 6411)
+++ audio/dsoundaudio.c (working copy)
@@ -35,7 +35,7 @@
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <mmsystem.h>
-#include <objbase.h>
+//#include <objbase.h>
 #include <dsound.h>

 /* #define DEBUG_DSOUND */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]