Re: OLEAUT32: Output a FIXME message only once.

2006-01-05 Thread Cihan Altinay
Hi, Mike McCormack wrote: > > Unless somebody is planning to fix this soon, it would be nice to just > output it once to remind us that it needs to be fixed later. It's a > memory leak, so it's not worth frightening our users more than once over. > > Mike > > > ChangeLog: > Output a FIXME mes

Re: commctl32 datetime usability fixes

2006-01-05 Thread James Hawkins
On 1/4/06, Siim Karus <[EMAIL PROTECTED]> wrote: > Hi! > > I modified datetime control to work with some Visual C++ wizard > generated applications. Also some usability fixes were made (typable > time, updown control notifications processing, calendar popup without > dropdown button disabled, styl

Re: wcmd & start

2006-01-05 Thread Vitaliy Margolen
Wednesday, January 4, 2006, 3:52:07 PM, paul wrote: > Eric Pouech wrote: >> Stefan Leichter wrote: >> >>> Hello, >>> >>> i found a problem during running a batch file. The problem is the >>> start command. Win9x has it as separate comand (as we currently have >>> it in wine). The Nt based Window

Re: Question regarding the Wine Vs WineLib performance

2006-01-05 Thread Ananth M
On 1/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:Thank you !! I will try to compile the windows application using MinGW and check the performance using the same DLL. Here is the some more information that I would like to share with you  is :  I am using the Binary only DLL. I am not having

New, flex-related warnings

2006-01-05 Thread Gerald Pfeifer
Using flex 2.5.4 and GCC 3.4, I started getting the following new warnings for my Wine builds about two days ago (which I never got before): ./ppl.l:176:1: warning: "YY_NO_UNPUT" redefined ./ppl.l:129:1: warning: this is the location of the previous definition ./parser.l:57:1: warning: "YY_N

Re: Question regarding the Wine Vs WineLib performance

2006-01-05 Thread wine-devel-bounces
Body.rtf Description: Binary data

Re: wcmd & start

2006-01-05 Thread paul
Eric Pouech wrote: Stefan Leichter wrote: Hello, i found a problem during running a batch file. The problem is the start command. Win9x has it as separate comand (as we currently have it in wine). The Nt based Windows Versions have it as builtin comand in cmd. Wcmd does not know the start c

Re: [comctl32] Reduce memory usage of the syslink control (Take 5)

2006-01-05 Thread Robert Shearman
Thomas Weidenmueller wrote: Reduce memory usage of the syslink control and fix dependent code. Alexandre has already said what he doesn't like about the patch, but I'll be a bit more specific. Put the below changes into a separate patch plus the moving around of the LIF_STATE case in SYSLI

Re: gdi32 test

2006-01-05 Thread Vitaliy Margolen
Thursday, January 5, 2006, 2:15:21 AM, Stefan Leichter wrote: > Am Donnerstag, 5. Januar 2006 06:36 schrieb Dmitry Timoshkov: >> "Stefan Leichter" <[EMAIL PROTECTED]> wrote: >> > ChangeLog >> > --- >> > add a test for CreateDCW >> >> 1. there is no need to import CreateDCW dynamically,

Re: gdi32 test

2006-01-05 Thread Dmitry Timoshkov
"Stefan Leichter" <[EMAIL PROTECTED]> wrote: Does test_enumdisplaydevices() return any todo:s to you on wine? Not for me. The new tests returns a todo, so why do you think it is redundant? In which way new test fails for you? GDI should be able to handle "\\.\DISPLAY1" in CreateDC these days.

Re: Question regarding the Wine Vs WineLib performance

2006-01-05 Thread Steven Edwards
Hi, On 1/4/06, Tom Spear (aka Dustin Navea) <[EMAIL PROTECTED]> wrote: > This may sound like a stupid thought, and may have already been > discussed (I couldnt attend wineconf), but doesnt g++ compile everything > with -Ox upon request, so it is size-optimized (read: Compressed), and > don't most

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-05 Thread Peter Åstrand
On Wed, 28 Dec 2005, Peter Åstrand wrote: I'm trying to get the application "Nya Multigram" (http://www.softogram.se/multigramkunskapsbanken.html) running in Wine. It works somewhat, but the initial screen (which should look like http://www.softogram.se/grafik/multigramkunskapsbanken/mgkbscree

Re: gdi32 test

2006-01-05 Thread Stefan Leichter
Am Donnerstag, 5. Januar 2006 06:36 schrieb Dmitry Timoshkov: > "Stefan Leichter" <[EMAIL PROTECTED]> wrote: > > ChangeLog > > --- > > add a test for CreateDCW > > 1. there is no need to import CreateDCW dynamically, it always exists > 2. dlls/user/tests/monitor.c,test_enumdisplaydevice

PATCH: assembler _invoke

2006-01-05 Thread Marcus Meissner
On Wed, Jan 04, 2006 at 09:14:18PM -0800, Dan Kegel wrote: > This would definitely be better handled in assembly... Here is the first try. It leaves the old version for non-intel and non-gcc compilers. Ciao, Marcus Index: typelib.c