Warning report for wine-1.3.35

2011-12-17 Thread Jerome Leclanche
No more warnings on 32-bit :) I'm still getting "warning: variable ‘_qzz_res’ set but not used" from valgrind though (stripped from the report); does anyone know what's up with those? J. Leclanche == 32-bit == Clean! == 64-bit == ccache gcc -msse4 -O3 -Wall -c -I

Re: Looking to implement msvcp90's basic_ifstream (and friends)

2011-12-17 Thread Aaron Faanes
On Sat, Dec 17, 2011 at 6:29 AM, Piotr Caban wrote: > On 12/16/11 11:18 PM, Aaron Faanes wrote: >> >> The bug is due to msvcp90 missing its file I/O stuff. > > There's a lot of classes/functions that io classes depends on. My current > goal is to implement cout in msvcp90, in order to do it I need

Re: Debugging Wine with Lightroom 3.5

2011-12-17 Thread Joris Huizer
It's possible the application is choosing a different execution path, using Vista-specific features. This could be an explanation for the differences you are seeing. HTH, Joris

Re: Looking to implement msvcp90's basic_ifstream (and friends)

2011-12-17 Thread Piotr Caban
On 12/16/11 11:18 PM, Aaron Faanes wrote: The bug is due to msvcp90 missing its file I/O stuff. There's a lot of classes/functions that io classes depends on. My current goal is to implement cout in msvcp90, in order to do it I need to add support for locales first (there's still around 40 clas

Re: Would making the Wine file dialogs know about the Nautilus bookmarks be a reasonable thing?

2011-12-17 Thread André Hentschel
Am 13.12.2011 04:44, schrieb Vitaliy Margolen: > On 12/12/2011 04:34 PM, Scott Ritchie wrote: >> Would it be appropriate to display those self-added bookmarks in Wine? >> I'm worried there might be something I'm missing about the >> implementation that would make this difficult or a bad idea. > >