qemu-devel
[Top][All Lists]
Advanced

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

RE: [Qemu-devel] Win32 MinGW build with current CVS


From: ZIGLIO, Frediano, VF-IT
Subject: RE: [Qemu-devel] Win32 MinGW build with current CVS
Date: Thu, 3 Aug 2006 10:41:10 +0200

> From: 
> address@hidden 
> [mailto:address@hidden
> .org] On Behalf Of Kazu
> Sent: giovedì 3 agosto 2006 10.25
> To: address@hidden
> Subject: Re: [Qemu-devel] Win32 MinGW build with current CVS
> 
> Sent: Thursday, August 03, 2006 12:14 PM Kazu wrote:
> 
> >
> > Asynchronous I/O is implemented by overlapped I/O for Win32 
> but it is not
> > enabled.
> >
> > I tried to make the program. A patch attached fixs compile errors.
> >
> > I found some problems about it.
> > GetFileSizeEx needs to define WINVER 0x0500. It means that 
> Windows 98/Me
> > host is not supported.
> > If we try to support Win 98/Me host, it is necessary to 
> change configure
> to
> > use --enable-win9x and make another binary, etc.
> >
> > The first attempt to open a hard disk image with a drive 
> letter always
> > failed. After the second time is OK.
> >
> 
> An attached patch fixes the bug which is first time read error.
> 
> Regards,
> Kazu
> 

Please use GetFileSize using second parameter instead of defining WINVER to 
0x0500. GetFileSize support 64-bit...

bye
  Frediano





reply via email to

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