Re: listview expert required

2003-08-23 Thread Eric Pouech
Dimitrie O. Paun wrote: On Fri, 22 Aug 2003, Eric Pouech wrote: some apps of mine needs this to get going: can someone with good listview knowledge confirm ? (or find the correct fix) -if (uView == LVS_REPORT (infoPtr-dwLvExStyle LVS_EX_FULLROWSELECT)) +if (uView == LVS_REPORT /*

LinuxPlanet story

2003-08-23 Thread Mike Hearn
Well, this might well be old news, I don't know, but I found this story interesting: http://www.linuxplanet.com/linuxplanet/reports/4780/1/ (LinuxPlanet is mostly a general news/aggregation website, but they sometimes have unique stories too) It talks about a new venture from TransGaming

Re: Mainsoft MainWin

2003-08-23 Thread Dimitrie O. Paun
On August 23, 2003 09:44 am, Martin Fuchs wrote: Do they use wine code, do they use MS OS source code licencies, or how did they manage this? IIRC they use MS licensed code. -- Dimi.

Re: Details

2003-08-23 Thread juergen.schmied
Please see the attached file for details.

Re: Thank you!

2003-08-23 Thread tony_lambregts
Please see the attached file for details.

[RESEND] Sync (46): msvcrt cpp test

2003-08-23 Thread Jon Griffiths
Hi, Now the cpp RTTI changes are in, the tests for them can be applied. this is a slighly updated version of the original patch that fixes a problem with asm, register clobbers and optimisation I found when I moved to gcc 3.2.2, and also works with really ancient, buggy versions of msvcrt.

Re: listview expert required

2003-08-23 Thread Dimitrie O. Paun
On August 23, 2003 04:32 am, Eric Pouech wrote: listview: multicolumn, in report mode, without LVS_EX_FULLROWSELECT extended style message concerned: NM_CLICK notification for left click in LV (mainly in a column for any subitem) native: iItem: always set to -1 iSubItem: set to the

Re: listview expert required

2003-08-23 Thread Eric Pouech
implements what you described. thanks... works like a charm now impressive turn around time btw!! A+ -- Eric Pouech

Re: [RESEND] Sync (46): msvcrt cpp test

2003-08-23 Thread Jon Griffiths
Hi, Ignore this, it should have gone to wine-patches, and yahooPops seems to be truncating my mails. Aargh! Jon __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

Re: Conformance tests

2003-08-23 Thread Francois Gouget
On Thu, 21 Aug 2003, Ferenc Wagner wrote: Hello, recent discussion on the list ignited my interest again. Francois has a very nice page http://fgouget.free.fr/wine/tests-en.shtml, let's try to make better use of it! 1. The precompiled binaries offered here would mean a great help,

Usage of remove_timeout_user in the wineserver

2003-08-23 Thread Mike Hearn
Hi Alexandre, There is sometimes a double free in the wineserver, in fd.c Basically the callback for the timeout is called, and the callback (for instance in set_next_timer:queue.c) calls remove_timeout_user() which does a free( user ), but at the end of handle_timeout() it also performs a free,

Re: Usage of remove_timeout_user in the wineserver

2003-08-23 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: Basically the callback for the timeout is called, and the callback (for instance in set_next_timer:queue.c) calls remove_timeout_user() which does a free( user ), but at the end of handle_timeout() it also performs a free, so I think the same timeout

Re: LinuxPlanet story

2003-08-23 Thread Steven Edwards
--- Mike Hearn [EMAIL PROTECTED] wrote: I suppose at some point it'll maybe be announced here on wine-devel by Gav, but as they've been talking to journalists at trade shows about it, it seems fair game to point it out here now. Sorry if it was supposed to be kept a secret. Now we can see who

Re: Mainsoft MainWin

2003-08-23 Thread Roderick Colenbrander
Mainsoft has access to Microsoft source code. The product can do what it claims to do but I thought it is VERY expensive. Roderick Op zaterdag 23 augustus 2003 15:44, schreef Martin Fuchs: Hello, I wanted to ask this since a while: Does anyone know this product Mainsoft Visual MainWin at

Re: Here a patch for FR keyboard layout

2003-08-23 Thread Sylvain Petreolle
Your patch removes the Euro character from the French layout. You should better try to enable the Euro support. Does this patch removes the message for you ? Orginal FIXME message: fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead