Re: [PATCH] user32: on VK_RETURN, send WM_COMMAND to ancestor, not parent.

2008-04-04 Thread Lei Zhang
On Fri, Apr 4, 2008 at 11:11 AM, Lei Zhang <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 4, 2008 at 9:14 AM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > > "Lei Zhang" <[EMAIL PROTECTED]> wrote: > > > > > > > The edit control is the child of a dialog box bar, which is in turn > > > the child of

Re: Wine 1.0 status: 70 days to release, 68 bugs to fix. 28 days to code freeze!

2008-04-04 Thread Dan Kegel
On Fri, Apr 4, 2008 at 5:35 PM, Austin English <[EMAIL PROTECTED]> wrote: > On 4/4/08, Dan Kegel <[EMAIL PROTECTED]> wrote: > > New (by A.F. and Austin): > > 11420 advapi320 service control manager API problem: > > name of named objects might differ (client vs. service process)

Re: Wine 1.0 status: 70 days to release, 68 bugs to fix. 28 days to code freeze!

2008-04-04 Thread Austin English
On 4/4/08, Dan Kegel <[EMAIL PROTECTED]> wrote: > New (by A.F. and Austin): > 11420 advapi320 service control manager API problem: > name of named objects might differ (client vs. service process) I didn't add that one, I think you mean: 4372 comctl32 1 listview: ca

Wine 1.0 status: 70 days to release, 68 bugs to fix. 28 days to code freeze!

2008-04-04 Thread Dan Kegel
Here are the 1.0 bug list changes since April 1: Fixed (by Stefan D. and Lei): 5955 directx-8 DirectDrawCreate crash on non-OpenGL desktop New (by A.F. and Austin): 11420 advapi320 service control manager API problem: name of named objects might differ (client vs. s

Re: wine based win32 printer drivers

2008-04-04 Thread Hin-Tak Leung
I am looking at ddiwrapper lately and having a lot of fun with it. Is Marcel's on-going not-merged work anywhere on line that I can have a peek before its merge into wine? Hin-Tak --- On Mon, 31/3/08, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: > From: Detlef Riekenberg <[EMAIL PROTECTED]> >

Re: Bug in MSVCRT_fseek (with patch)

2008-04-04 Thread Erik de Castro Lopo
Dan Kegel wrote: > To get your change and test accepted, please send a patch, > and make the test a real wine conformance test. I found a test in dlls/msvcrt/tests/file.c that seems to have been mad inactive by use of a "todo_wine". Activating the test without my patch results in two failures:

Re: Documentation is still in CVS?

2008-04-04 Thread Hin-Tak Leung
--- On Fri, 4/4/08, Lei Zhang <[EMAIL PROTECTED]> wrote: > From: Lei Zhang <[EMAIL PROTECTED]> > Subject: Re: Documentation is still in CVS? > To: "Hin-Tak Leung" <[EMAIL PROTECTED]> > Cc: "Wine Devel" > Date: Friday, 4 April, 2008, 6:50 PM > On Fri, Apr 4, 2008 at 8:35 AM, Hin-Tak Leung > <[EMAI

wget usage in winetricks

2008-04-04 Thread Hin-Tak Leung
I'll say upfront that, *thank you* for wine tricks! Recently I encounted an interesting issue - I have a .wgetrc which sets always construct directory, and always time stamps, etc. It is equivalent to the command line option: "-x, --force-directoriesforce creation of directories" - whil

Re: Documentation is still in CVS?

2008-04-04 Thread Hin-Tak Leung
--- On Thu, 3/4/08, Lei Zhang <[EMAIL PROTECTED]> wrote: > The instructions on http://www.winehq.org/site/cvs works > for me. Doesn't work for me: $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/wine co -P docs cvs [checkout aborted]: connect to [wine.cvs.sourceforge.net]:2401 failed: Connecti

Re: softpub exported functions prototypes

2008-04-04 Thread Lei Zhang
On Fri, Apr 4, 2008 at 10:50 AM, andre furtado <[EMAIL PROTECTED]> wrote: > > > add softpub exported functions prototypes... > > HRESULT WINAPI GenericChainCertificateTrust(IN OUT PCRYPT_PROVIDER_DATA > pProvData) > HRESULT WINAPI GenericChainFinalProv(IN OUT PCRYPT_PROVIDER_DATA pProvData) > HRE

Re: fusion: Test and implement CreateAssemblyNameObject

2008-04-04 Thread James Hawkins
2008/4/4 James Hawkins <[EMAIL PROTECTED]>: > Hi, > > Changelog: > * Test and implement CreateAssemblyNameObject. > Please ignore this patch. -- James Hawkins

softpub exported functions prototypes

2008-04-04 Thread andre furtado
add softpub exported functions prototypes... HRESULT WINAPI GenericChainCertificateTrust(IN OUT PCRYPT_PROVIDER_DATA pProvData)HRESULT WINAPI GenericChainFinalProv(IN OUT PCRYPT_PROVIDER_DATA pProvData)HRESULT WINAPI HTTPSCertificateTrust(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI SoftpubD

Re: xenroll exported functions

2008-04-04 Thread Vitaliy Margolen
andre furtado wrote: > add documentation for exported functions of the xenroll library... > IEnroll * WINAPI PIEnrollGetNoCOM(void) > */ returns a pointer to an IEnroll interface. */ > IEnroll2 * WINAPI PIEnroll2GetNoCOM(void) > */ returns a pointer to an IEnroll2 interface. */ > IEnroll4 * WINAPI

Re: XDC 2008 wishlist

2008-04-04 Thread Vitaliy Margolen
Roderick Colenbrander wrote: >> Hi, >> >> My travel to XDC 2008 is finalized now, I am collecting the topics I >> should >> bring up there. I already have these: >> >> *) Mouse input handling. I've CC'ed Vitaliy. All I know so far is that >> Vitaliy >> said opening the core pointer as XInput devi

Re: [PATCH] user32: on VK_RETURN, send WM_COMMAND to ancestor, not parent.

2008-04-04 Thread Lei Zhang
On Fri, Apr 4, 2008 at 9:14 AM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Lei Zhang" <[EMAIL PROTECTED]> wrote: > > > > The edit control is the child of a dialog box bar, which is in turn > > the child of another dialog box foo. SetParent() is not involved, if > > that's what you mean. > > > >

Re: Documentation is still in CVS?

2008-04-04 Thread Lei Zhang
On Fri, Apr 4, 2008 at 8:35 AM, Hin-Tak Leung <[EMAIL PROTECTED]> wrote: > Doesn't work for me: > > $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/wine co -P docs > cvs [checkout aborted]: connect to [wine.cvs.sourceforge.net]:2401 failed: > Connection timed out > > $ git cvsimport -C wine-do

Lots of valgrind errors in gdi32/tests/font.c

2008-04-04 Thread Dan Kegel
Today's valgrind run shows a bunch more valgrind warnings in gdi32/tests/font.c: http://kegel.com/wine/valgrind/logs-2008-04-04/vg-gdi32_font-diff.txt e.g. + Use of uninitialised value of size 4 +at HEAP_CreateFreeBlock (heap.c:502) +by HEAP_MakeInUseBlockFree (heap.c:538) +by RtlFr

re: XDC 2008 wishlist

2008-04-04 Thread Dan Kegel
On tablet support: 1) users should never, ever have to edit xorg.conf, but this is still needed when adding some graphics tablets. 2) users should never, ever have to compile their own drivers, but this is still required when using some graphics tablets. See e.g. https://help.ubuntu.com/communi

Re: XDC 2008 wishlist

2008-04-04 Thread Roderick Colenbrander
> Hi, > > My travel to XDC 2008 is finalized now, I am collecting the topics I > should > bring up there. I already have these: > > *) Mouse input handling. I've CC'ed Vitaliy. All I know so far is that > Vitaliy > said opening the core pointer as XInput device would be good. Vitaliy, do > you

Making Yahoo Messenger Work

2008-04-04 Thread Brian Gitonga Marete
Hello, I am interested in making the latest versions of Yahoo Messenger work under Wine. Currently, an attempt to log in results in some errors about the RAS API, and Log in never succeeds. If someone (after attempting a run of the application under the latest version of Wine) could point me (ev

Windows 7

2008-04-04 Thread tony . wasserka
I read an interesting article on slashdot today: http://tech.slashdot.org/tech/08/04/04/1437258.shtml > Windows 7 will be a from-the-ground-up packaging of the Windows codebase; > partially source, > but not binary compatible with previous versions of Windows." Sounds like they format, i.e. mayb

Re: [PATCH] user32: on VK_RETURN, send WM_COMMAND to ancestor, not parent.

2008-04-04 Thread Dmitry Timoshkov
"Lei Zhang" <[EMAIL PROTECTED]> wrote: > The edit control is the child of a dialog box bar, which is in turn > the child of another dialog box foo. SetParent() is not involved, if > that's what you mean. Seems that's not the case then, from your test it looks more like a WM_COMMAND forwarding fro

XDC 2008 wishlist

2008-04-04 Thread Stefan Dösinger
Hi, My travel to XDC 2008 is finalized now, I am collecting the topics I should bring up there. I already have these: *) Mouse input handling. I've CC'ed Vitaliy. All I know so far is that Vitaliy said opening the core pointer as XInput device would be good. Vitaliy, do you have any proof of c

Re: [PATCH] user32: on VK_RETURN, send WM_COMMAND to ancestor, not parent.

2008-04-04 Thread Lei Zhang
On Fri, Apr 4, 2008 at 6:24 AM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > > "Lei Zhang" <[EMAIL PROTECTED]> wrote: > > > > I noticed I can no longer install an application which uses the NSIS > > installer by repeatedly hitting enter until it finished. I did some > > testing and it looks like f

xenroll exported functions

2008-04-04 Thread andre furtado
add documentation for exported functions of the xenroll library... IEnroll * WINAPI PIEnrollGetNoCOM(void)*/ returns a pointer to an IEnroll interface. */IEnroll2 * WINAPI PIEnroll2GetNoCOM(void)*/ returns a pointer to an IEnroll2 interface. */IEnroll4 * WINAPI PIEnroll4GetNoCOM(void)*/ returns

Re: Crossbuild patch, appropriate for wine?

2008-04-04 Thread Robert Shearman
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > >> Alexandre Julliard wrote: >> >>> I don't think we want to disable exceptions, that will just lead to >>> broken builds. It should be possible to make the sigsetjmp variant work >>> for MinGW. >>> >> You can

Re: [PATCH] user32: on VK_RETURN, send WM_COMMAND to ancestor, not parent.

2008-04-04 Thread Dmitry Timoshkov
"Lei Zhang" <[EMAIL PROTECTED]> wrote: > I noticed I can no longer install an application which uses the NSIS > installer by repeatedly hitting enter until it finished. I did some > testing and it looks like for VK_RETURN, we should be sending > WM_COMMAND to the ancestor, and not the parent. Was

Re: Crossbuild patch, appropriate for wine?

2008-04-04 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Alexandre Julliard wrote: >> I don't think we want to disable exceptions, that will just lead to >> broken builds. It should be possible to make the sigsetjmp variant work >> for MinGW. > > You can make it compile by using sigjmp instead of sigsetjmp,

Bug in MSVCRT_fseek (with patch)

2008-04-04 Thread Kirill K. Smirnov
Hi, > A successful call to fseek() shall clear the end-of-file indicator > for the stream and undo any effects of ungetc() and ungetwc() on > the same stream. After an fseek() call, the next operation on an > update stream may be either input or output. > } >+ /* Clear end of file */ >+ f

Re: Crossbuild patch, appropriate for wine?

2008-04-04 Thread Robert Shearman
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > >> Actually, I think the best place to fix this is in >> include/wine/exception.h. I also think it would be better to use >> "defined(__MINGW32__) && !defined(USE_COMPILER_EXCEPTIONS)." This is >> because that is the pl

Re: Crossbuild patch, appropriate for wine?

2008-04-04 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Actually, I think the best place to fix this is in > include/wine/exception.h. I also think it would be better to use > "defined(__MINGW32__) && !defined(USE_COMPILER_EXCEPTIONS)." This is > because that is the platform that can't use the exception

Re: Bug in MSVCRT_fseek (with patch)

2008-04-04 Thread Erik de Castro Lopo
Dan Kegel wrote: > Does your test also pass on Windows? I didn't try this actual test on windows because I don't have easy access to windows. However > How did you run into this -- does the bug keep a real Windows > app from running on Wine? Which one? That gets complicated. I'm on Linux,

Re: Bug in MSVCRT_fseek (with patch)

2008-04-04 Thread Erik de Castro Lopo
Kirill K. Smirnov wrote: > What if you try to fseek to the end of file (SEEK_END)? Should IOEOF flag be > cleared in this case? I believe that for a standards conforming fseek it should be. See: http://www.opengroup.org/onlinepubs/95399/functions/fseek.html For standards conforming beh

Re: Crossbuild patch, appropriate for wine?

2008-04-04 Thread Robert Shearman
John Klehm wrote: > diff --git a/include/excpt.h b/include/excpt.h > index 3369f3b..081fb06 100644 > --- a/include/excpt.h > +++ b/include/excpt.h > @@ -46,6 +46,10 @@ typedef enum _EXCEPTION_DISPOSITION > unsigned long __cdecl _exception_code(void); > void * __cdecl _exception_info(void); > int

Re: [PATCH 4/4] configure.ac: Add support for MSVC.

2008-04-04 Thread Robert Shearman
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > >> MSVC needs a lot more in the way of rule changes and/or helper scripts >> for it to work properly, but this is a good start. >> > > I'm not sure I see the point. You can't really run configure or make on > an MSVC

Re: [PATCH 4/4] configure.ac: Add support for MSVC.

2008-04-04 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > MSVC needs a lot more in the way of rule changes and/or helper scripts > for it to work properly, but this is a good start. I'm not sure I see the point. You can't really run configure or make on an MSVC setup anyway. It seems to me that something lik

re: Bug in MSVCRT_fseek (with patch)

2008-04-04 Thread Dan Kegel
Does your test also pass on Windows? How did you run into this -- does the bug keep a real Windows app from running on Wine? Which one? To get your change and test accepted, please send a patch, and make the test a real wine conformance test. - Dan

Bug in MSVCRT_fseek (with patch)

2008-04-04 Thread Erik de Castro Lopo
Hi all, I think I have found a bug in MSVCRT_fseek. If I fread() to the end of a file, then do fseek (file, 0, SEEK_SET), the feof() function still returns true. According to the ISO standard A successful call to fseek() shall clear the end-of-file indicator for the stream and undo any effec

Re: MinGW cross compilation fails for d3dx9_36/tests

2008-04-04 Thread John Klehm
On Wed, Apr 2, 2008 at 2:51 PM, John Klehm <[EMAIL PROTECTED]> wrote: > On Fri, Mar 28, 2008 at 6:05 AM, John Klehm <[EMAIL PROTECTED]> wrote: > > > > Well let me know how this works for you. I'll refactor my script a > > bit later today but for right now you have to run this one after the >

Crossbuild patch, appropriate for wine?

2008-04-04 Thread John Klehm
Hey the following patch eases cross compiling of the dlls that use exceptions, its possible to work around this with scripts of course but this makes it much cleaner to do so. I wasnt sure if it was appropriate to include such a modification in wine though. This is based on what mingw does in its

Re: [1/6] qedit: Add test framework and test for IMediaDet_put_Filename.

2008-04-04 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > This sets up some real tests for qedit using an actual AVI file to test > with. The resource is constructed from the AVI file by prepending the > size so we know how big it is in the code. That's ugly, you should use SizeofResource instead. -- Alexan

Re: Lug Radio Live 2008 wine talk. Slides online, comments welcome.

2008-04-04 Thread Jonathan Ernst
Hello, Le jeudi 03 avril 2008 à 20:26 -0700, Dan Kegel a écrit : > [...] > The slides are pretty basic; I'll talk a lot around them. > If anybody feels like reviewing the slides > and giving feedback, I'd appreciate it. Slide 4 : You might be interested to add some, government related, recen

Re: Lug Radio Live 2008 wine talk. Slides online, comments welcome.

2008-04-04 Thread pure_evil
Woah, that's ubercool. The presentation is excellent! However, you could add five collosal IMHO advantages of wine: 1. NO 1000 DISCONTINUED WIN VERSIONS That's what largely made me dump 'doze and go for Linux - got 6 W98 licenses, and at some point, upgraded the hardware to discover that 98 doe