On 4/8/11 5:54 AM, Loïc Maury wrote:
Hello,
I try always to implement my first stub function - AbortPrinter.
One nice comment here, very efficient use of the local label end.
James McKenzie
Den 09. april 2011 20:47, skrev Charles Davis:
> On 4/9/11 12:43 PM, Ove Kaaven wrote:
>> The function calling GetMessage isn't supposed to do anything beyond
>> calling DispatchMessage.
> What about TranslateMessage()?
I didn't mean it all that literally, but fine, if you want to pick that
nit...
On 4/9/11 12:43 PM, Ove Kaaven wrote:
> The function calling GetMessage isn't supposed to do anything beyond
> calling DispatchMessage.
What about TranslateMessage()?
Chip
Den 08. april 2011 13:15, skrev joerg-cyril.hoe...@t-systems.com:
> DispatchMessage is not always needed. Unfortunately, I don't grok
> yet when DispatchMessage is required.
>
> http://blogs.msdn.com/b/oldnewthing/archive/2004/06/08/150929.aspx
> "Everybody who has messed with window messaging kn
Am 08.04.2011 um 11:16 schrieb Yale Zhang:
> The 2nd approach, which is almost identical to FX!32 (runs x86 Windows
> programs on Alpha Windows), will be to do what Stefan proposed 2nd: create a
> stand alone process VM to run x86 Windows apps on ARM Windows, using wrappers
> to translate x86 W