André Zwing

Results 74 comments of André Zwing

> I have a suspicion about why, but before I begin changing anything, I was wondering if you could give me a bit more information about the Hello World program...

@mpbagot I am currently trying to apply some of your patches, but I have questions :) why do you change the contents of i386_wrapper in pe.c? are you ware that...

Hi @mpbagot Thanks for the explanations! I meanwhile pushed some of the modifications to hangover. The hook function should be done now Same for the callback Varargs should be handled...

If hangover ever leaves it's alpha state we can consider this, but patches welcome to use e.g. https://build.opensuse.org/

try: cp /usr/i686-w64-mingw32/lib/zlib1.dll build/qemu/x86_64-windows-user/qemu_guest_dll32 cp /usr/x86_64-w64-mingw32/lib/zlib1.dll build/qemu/x86_64-windows-user/qemu_guest_dll64

to get the mingw-w64 version one way is to ask the package manager, e.g. on debian variants: `apt show mingw-w64`

Try again with current HEAD