Re: Using an IDE on Wine?

2012-05-12 Thread Damjan Jovanovic
On Sat, May 12, 2012 at 10:09 PM, Max TenEyck Woodbury wrote: > How many of you use an Integrated Development Environment (IDE) when > working on Wine? > > If you do, which  one do you use and how, how useful is it and how hard > was it to set up? > > Max > > Eclipse CDT is quite easy to set up,

re: Using an IDE on Wine?

2012-05-12 Thread Dan Kegel
I suspect most people don't use IDEs with wine. Someone recently posted how to use eclipse during debugging, though: http://www.winehq.org/pipermail/wine-devel/2012-April/095162.html

Re: d3dx9_36: Equality between floats is too strict.

2012-05-12 Thread Marvin
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://testbot.winehq.org/JobDetails.pl?Key=18337 Your paranoid android

Using an IDE on Wine?

2012-05-12 Thread Max TenEyck Woodbury
How many of you use an Integrated Development Environment (IDE) when working on Wine? If you do, which one do you use and how, how useful is it and how hard was it to set up? Max

Re: [2/8] d3dx9: Check the size of a DDS file in D3DXGetImageInfoFromFileInMemory.

2012-05-12 Thread Henri Verbeet
On 10 May 2012 20:39, Stefan Dösinger wrote: > Some test suggestions: > > *) See if the pitch_or_linearsize member is used at all > *) Non-DWORD aligned pitches > *) Pitches that are not pixel-size aligned > *) pitch < width * byte_per_pixel > *) Negative pitches / pitches > 2^31(Remember the LONG

Re: [PATCH 1/3] user32: Added GetMenuBarInfo implementation

2012-05-12 Thread Piotr Caban
On 05/11/12 17:49, Alexandre Julliard wrote: Do you really have an app that requires an exception handler? No, I'll resend the patches without exception handling.