updated winetricks directx-beta verb

2010-04-11 Thread Austin English
Howdy all, I've updated winetricks's directx-beta verb to hopefully workaround the problems it has in wine. Using directx-beta now installs directx in winxp mode, then also extracts and regsvr's the directplay and directmusic dll's (using the winetricks directplay and the new winetricks directmusi

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: Is it possible to merge/integrate wine window and qt window?

2010-04-11 Thread Dan Kegel
xfzheng asked: > [We're porting a Windows app to Linux, and would like to mix > native Linux GUI code and Windows GUI code.] You're probably not going to have much luck with that. Better (and easier, I bet) to do a pure port. Even easier to run the Windows version in Wine. Have you tried that y

Is it possible to merge/integrate wine window and qt window?

2010-04-11 Thread xfzheng
Our product both have windows version and QT version, the windows version has more functions. we MUST move all of function to Linux OS. The windows version has already move to linux currently, some of code has been rewritten. Here comes the questions, as we know ,both wine and qt choose X11 as

Re: d3dx9: Implement D3DXDeclaratorFromFVF with tests

2010-04-11 Thread winetestbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://winetestbot.geldorp.nl/JobDetails.pl?Key=1361 Your paranoid andr

Re: WineTestBot: phase 3 implemented

2010-04-11 Thread Nicolas Le Cam
2010/4/12 Greg Geldorp : > I'm happy to announce that WineTestBot (http://winetestbot.geldorp.nl) is now > actively scanning wine-patches submissions for changes to tests. If it finds > a test change, it will apply the changes, build the affected test executables > and run them on the base VMs.

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

WineTestBot: phase 3 implemented

2010-04-11 Thread Greg Geldorp
I'm happy to announce that WineTestBot (http://winetestbot.geldorp.nl) is now actively scanning wine-patches submissions for changes to tests. If it finds a test change, it will apply the changes, build the affected test executables and run them on the base VMs. Results will be mailed back to th