Re: _vcomp_fork stack frame puzzle

2012-08-12 Thread Dan Kegel
Using varargs like Andre tried doesn't work because pushing a va_list isn't the same as pushing a list of arguments. So I think we need assembly. The assembly I gave earlier is wrong because it cleans up the stack, which it's not allowed to do. I've attached an updated patch to http://bugs.winehq.

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-12 Thread Scott Ritchie
On 08/12/2012 01:08 AM, Eric Pouech wrote: > Le 24/07/2012 04:06, Scott Ritchie a écrit : >> Wine is the last remaining package still depending on GCC 4.5 in the >> current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port >> Wine, however 4.6 is known to not work too well. >> >> But

Re: [PATCH 3/3] [Msacm32]: in acmFormatChoose, added support for template

2012-08-12 Thread Dmitry Timoshkov
Eric Pouech wrote: > MMRESULT WINAPI acmFormatChooseW(PACMFORMATCHOOSEW pafmtc) > { > -return DialogBoxParamW(MSACM_hInstance32, > MAKEINTRESOURCEW(DLG_ACMFORMATCHOOSE_ID), > - pafmtc->hwndOwner, FormatChooseDlgProc, > (LPARAM)pafmtc); > +MMRESULTret; > +

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-12 Thread Eric Pouech
Le 24/07/2012 04:06, Scott Ritchie a écrit : Wine is the last remaining package still depending on GCC 4.5 in the current Ubuntu alpha, it would be nice to drop GCC 4.5 and forward port Wine, however 4.6 is known to not work too well. But now we have 4.7 -- have there been any bugs attributed to