Re: compiling just user32.dll

2010-04-11 Thread Jerome Leclanche
Benzakhar, I think you're looking for this bug: http://bugs.winehq.org/show_bug.cgi?id=18776 There's a pretty lengthy patch in there too. Worth having a look at. J. Leclanche / Adys On Mon, Apr 12, 2010 at 1:16 AM, Charles Davis wrote: > After configuring, you cd to dlls/user32 and do a make

Re: compiling just user32.dll

2010-04-11 Thread Charles Davis
After configuring, you cd to dlls/user32 and do a make in that directory, like this: ./configure make -C dlls/user32 The 'C' parameter tells make to change to that directory before making. But seriously, why are you trying to run the Win32 version VisualBoy Advance in Wine anyway? You do realize

compiling just user32.dll

2010-04-11 Thread Benzakhar
I got wine sources and I'm on a debian system. So I want to edit the function GetMenuBarInfo in user32.dll to just fill in the menu structure with some fake/resonable/constant values. I want to do this cause I think visual boy advance looks at those values and resets the screen size. And unfort