Re: ntdll: detach modules based on inter-module dependencies (try 2)

2007-12-03 Thread Lei Zhang
On Dec 3, 2007 3:07 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "Lei Zhang" <[EMAIL PROTECTED]> writes: > > > This patch changes how process_detach() works when called with > > bForceDetach set to TRUE. A module would get detached when that module > > has no dependencies. After a module get

Re: shdocvw #3: Set default home and search page.

2007-12-03 Thread Aric Stewart
I see that the native shdocvw sets neither the Start page nor the Search page when registered. This patch forces the users home page to initially be www.winehq.com which can be confusing to IE users who are expecting the normal default of msn.com While amusing I do not think this is correct. -a

dib engine

2007-12-03 Thread Piotr Maceluch
Hi, what's the status of DIB engine (or where can one read about it)? Are the up-to-date sources still available? What kind of help would be needed? Thanks Peter Maceluch -- ---=== F O R P S I ===--- Profesjonalne uslugi, rewelacyjne ceny Sprawdz nas - nowa oferta !!

Re: [AppDB] Change licence to AGPL

2007-12-03 Thread Scott Ritchie
Paul van Schayck wrote: > Hey, > > On Nov 24, 2007 4:34 AM, Alexander Nicolaysen Sørnes > <[EMAIL PROTECTED]> wrote: >> On Saturday 24 November 2007 04:01:24 Trent Waddington wrote: >>> interesting. Do you have a list of contributors and their signoff on >>> this license change? >>> >>> Or is it

Re: wine 0.9.5 IO completion port questions

2007-12-03 Thread Andrey Turkin
Marius Slyzius wrote: > > Hello all. > > > > I am trying to run ScimoreDB database which uses fibers, non-blocked > IO for sockets and files, and completion port. It did started ok > under 0.9.5 and seems it is working!!!:), so I would like to verify > few things about async IO with completion p

wine 0.9.5 IO completion port questions

2007-12-03 Thread Marius Slyzius
Hello all. I am trying to run ScimoreDB database which uses fibers, non-blocked IO for sockets and files, and completion port. It did started ok under 0.9.5 and seems it is working!!!:), so I would like to verify few things about async IO with completion ports before recompiling it with winel

Re: kernel32:add ReadFileScatter

2007-12-03 Thread Louis Lenders
Dan Kegel kegel.com> writes: > > Hey Louis, > Focht is using a pseudonym, and I believe it's Wine policy to > not accept patches without real names. > His patches should be used as guides only, > and should not be reposted to wine-patches, > until such time as he decloaks. Well , sorry, i tho

Re: handle unimplemented function stubs

2007-12-03 Thread Stefan Dösinger
Am Montag, 3. Dezember 2007 13:55:59 schrieb [EMAIL PROTECTED]: > I know, that I can find a workaround for this case, but this in not my > problem. How can I handle, in principle, such exceptions? What is the > reason for creating a function stub without an implementation ??? The reason is often th

Re: rpcrt4: Handle all non-continuable exceptions in CStdStubBuffer_Invoke.

2007-12-03 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > --- > dlls/rpcrt4/cstub.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > I have a test for this in my tree, which passes on Windows, but > doesn't pass in Wine yet until we have some more proxy/stub code that > I can use to call an

handle unimplemented function stubs

2007-12-03 Thread [EMAIL PROTECTED]
Hello all, I'm a Windows software developer and I'm trying to execute an application under the wine environment. Now I have a problem introduced with wine 0.9.49. I use the function RegOverridePredefKey from the advapi32.dll. To be compatible with older windows versions, I use the following code

Re: [AppDB] Change licence to AGPL

2007-12-03 Thread Paul van Schayck
Hey, On Nov 24, 2007 4:34 AM, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > On Saturday 24 November 2007 04:01:24 Trent Waddington wrote: > > interesting. Do you have a list of contributors and their signoff on > > this license change? > > > > Or is it just you two? > > > > Well I didn

Re: ntdll: detach modules based on inter-module dependencies (try 2)

2007-12-03 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > This patch changes how process_detach() works when called with > bForceDetach set to TRUE. A module would get detached when that module > has no dependencies. After a module gets detached, process_detach() > scans through all the modules and update their d

Re: Remove four useless checks in dlls/gdi32/enhmetafile.c (RESEND)

2007-12-03 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > Ahhh! A lightbulb goes on. Since this is input from the outside, and > thus completely out of our control, you are worried about overflows, that > is, the sum of the two values (offset and size) being within range, but > not the individual parts. >

kernel32:add ReadFileScatter

2007-12-03 Thread luis . busquets
Just to add more clarity to the IPR of computer programs and if it is legal to decompile and implement a program again. In Europe, software is protected by Council Directive 91/250/EEC of 14 May 1991 on the legal protection of computer programs (http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri

Re: xdg_user_dirs patches

2007-12-03 Thread Frank Richter
On 01.12.2007 22:05, Steven Edwards wrote: > I think teaching them about .lnk files is a better solution. It should not be > to hard to have a mime type of *.lnk that invokes Wine and passes the > shortcut to the link processor. Really all GNOME & KDE need to do > with *.lnk files is have the abili