IDropTarget code location

2007-01-04 Thread Jeff L
Can anyone point me the location of the code that implements the IDropTarget class used by OLE2? Jeff

Re: appdb/ ./account.php ./addcomment.php ./appbro ...

2007-01-04 Thread Chris Morgan
On Thursday 04 January 2007 7:55 pm, Tony Lambregts wrote: > WineHQ wrote: > > ChangeSet ID: 30851 > > CVSROOT:/opt/cvs-commit > > Module name:appdb > > Changes by: [EMAIL PROTECTED] 2007/01/03 20:35:02 > > > > Modified files: > > . : account.php addcomment.

Re: appdb rating inflation

2007-01-04 Thread Dan Kegel
Chris wrote: Perhapsappdb should check that "Installs?" and "Runs?" column on particular test have "Yes", before it accept "Platinum" to "Rating" column ? Exactly, we need some logic to ensure ratings are correct. I think the fundamental change is that we should remove maintainer rating

Re: configure: add ncursesw detecting [try 2]

2007-01-04 Thread Dmitry Timoshkov
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: This patch fixs wineconsole for non latin symbols. If we have ncursesw we use unicode functions to console output. Most likely the real fixes in your patch are changing CP_ACP to CP_UNIXCP and getting rid of hardcoded vkkeyscan_table. Do you have an

Re: appdb/ ./account.php ./addcomment.php ./appbro ...

2007-01-04 Thread Chris Morgan
Ahh. I tested it previously and it had no such effect. I'll take a look at it again and apply a fix. Chris On 1/4/07, Tony Lambregts <[EMAIL PROTECTED]> wrote: WineHQ wrote: > ChangeSet ID: 30851 > CVSROOT: /opt/cvs-commit > Module name: appdb > Changes by: [EMAIL PROTECTED]2007/0

Re: Winelib over Solaris/SPARC

2007-01-04 Thread Mike McCormack
Keyur Pujara wrote: I am contemplating to port a complex windows application using winelib over Solaris/SPARC. In one of the emails in wine-devel list, I saw that there may be following issues in the process: * byte endianness * alignment issues * pointer size * must not use x86 assembly

Re: appdb/ ./account.php ./addcomment.php ./appbro ...

2007-01-04 Thread Tony Lambregts
WineHQ wrote: > ChangeSet ID: 30851 > CVSROOT: /opt/cvs-commit > Module name: appdb > Changes by: [EMAIL PROTECTED] 2007/01/03 20:35:02 > > Modified files: > . : account.php addcomment.php appbrowse.php >appimage.php appsubmit.php appview.p

Re: (Cross)Compile failure for ole32/tests/marshal.c

2007-01-04 Thread Stefan Leichter
Am Thursday 04 January 2007 21:14 schrieb Paul Vriens: > Hi, > > when running the 'make crosstest' in ole32/tests, I get: > > [EMAIL PROTECTED] tests]$ make crosstest > i386-mingw32-gcc clipboard.cross.o compobj.cross.o hglobalstream.cross.o > marshal.cross.o moniker.cross.o ole2.cross.o propvarian

Re: [2/8] WineD3D: Catch NOP vertex declaration changes

2007-01-04 Thread H. Verbeet
On 04/01/07, Christoph Bumiller <[EMAIL PROTECTED]> wrote: Yet the application (NFS:MW) page faults right at startup at the address of pDecl + 4 so something's amiss ... maybe this will get fixed automatically in one of the next patches or is due to some other weird thing that affects my sources

[2/8] WineD3D: Catch NOP vertex declaration changes

2007-01-04 Thread Christoph Bumiller
Yet the application (NFS:MW) page faults right at startup at the address of pDecl + 4 so something's amiss ... maybe this will get fixed automatically in one of the next patches or is due to some other weird thing that affects my sources (eh?) ... as long as no one else complains, lets leave it

Re: wininet: Remove the custom thread pool implementation and use QueueUserWorkItem instead.

2007-01-04 Thread Jacek Caban
Robert Shearman wrote: Hi Jacek, Thanks for looking through the patch. Jacek Caban wrote: Why do you copy lpRequest to workRequest? You could use lpRequest in asyncproc and WININET_Release and call HeapFree before return. Then workRequest may be removed. Two reasons: 1. This was how the code

Re: wininet: Remove the custom thread pool implementation and use QueueUserWorkItem instead.

2007-01-04 Thread Robert Shearman
Hi Jacek, Thanks for looking through the patch. Jacek Caban wrote: Why do you copy lpRequest to workRequest? You could use lpRequest in asyncproc and WININET_Release and call HeapFree before return. Then workRequest may be removed. Two reasons: 1. This was how the code did it before - I copie

Re: (Cross)Compile failure for ole32/tests/marshal.c

2007-01-04 Thread Robert Shearman
Paul Vriens wrote: Hi, when running the 'make crosstest' in ole32/tests, I get: [EMAIL PROTECTED] tests]$ make crosstest i386-mingw32-gcc clipboard.cross.o compobj.cross.o hglobalstream.cross.o marshal.cross.o moniker.cross.o ole2.cross.o propvariant.cross.o stg_prop.cross.o storage32.cross.o u

Re: wininet: Remove the custom thread pool implementation and use QueueUserWorkItem instead.

2007-01-04 Thread Jacek Caban
Hi Rob, Robert Shearman wrote: --- dlls/wininet/internet.c | 184 +-- dlls/wininet/internet.h |3 - 2 files changed, 19 insertions(+), 168 deletions(-) This also fixes a bug in the old code where starting a new asynchronous operation with mor

(Cross)Compile failure for ole32/tests/marshal.c

2007-01-04 Thread Paul Vriens
Hi, when running the 'make crosstest' in ole32/tests, I get: [EMAIL PROTECTED] tests]$ make crosstest i386-mingw32-gcc clipboard.cross.o compobj.cross.o hglobalstream.cross.o marshal.cross.o moniker.cross.o ole2.cross.o propvariant.cross.o stg_prop.cross.o storage32.cross.o usrmarshal.cross.o te

Application Database todo updated and open call for new developers

2007-01-04 Thread Chris Morgan
I've updated the Application Database todo and sorted the list according to each item's difficulty. You can find the todo list at http://wiki.winehq.org/AppdbInfo This list is by no means complete so if you have an idea for a new entry feel free to email it to the AppDB mailing list at [EMAIL PR

Re: appdb rating inflation

2007-01-04 Thread Ben Hodgetts (Enverex)
Chris Morgan wrote: On 03 Jan 2007 22:46:31 +0200, Kari Hurtta <[EMAIL PROTECTED]> wrote: "Chris Morgan" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > On 03 Jan 2007 16:34:21 +0200, Kari Hurtta <[EMAIL PROTECTED]> wrote: > > "Dan Kegel" <[EMAIL PROTECTED]> writes in gmane.

Re: appdb rating inflation

2007-01-04 Thread Alexander Nicolaysen Sørnes
Onsdag 03 januar 2007 21:46, skrev Kari Hurtta: > "Chris Morgan" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > > On 03 Jan 2007 16:34:21 +0200, Kari Hurtta <[EMAIL PROTECTED]> wrote: > > > "Dan Kegel" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > > > > The ap

Re: appdb rating inflation

2007-01-04 Thread Chris Morgan
On 03 Jan 2007 22:46:31 +0200, Kari Hurtta <[EMAIL PROTECTED]> wrote: "Chris Morgan" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > On 03 Jan 2007 16:34:21 +0200, Kari Hurtta <[EMAIL PROTECTED]> wrote: > > "Dan Kegel" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.deve

Re: [2/8] WineD3D: Catch NOP vertex declaration changes

2007-01-04 Thread Stefan Dösinger
Am 04.01.2007 um 19:33 schrieb H. Verbeet: On 04/01/07, Christoph Bumiller <[EMAIL PROTECTED]> wrote: Not performing the following: if (NULL != pDecl) { IWineD3DVertexDeclaration_AddRef(pDecl); } in IWineD3DDeviceImpl_SetVertexDeclaration(...) when state is being recorded (no

Re: [2/8] WineD3D: Catch NOP vertex declaration changes

2007-01-04 Thread H. Verbeet
On 04/01/07, Christoph Bumiller <[EMAIL PROTECTED]> wrote: Not performing the following: if (NULL != pDecl) { IWineD3DVertexDeclaration_AddRef(pDecl); } in IWineD3DDeviceImpl_SetVertexDeclaration(...) when state is being recorded (note the return that was added), seems to cause

Re: appdb rating inflation

2007-01-04 Thread Kari Hurtta
>>> Tony Lambregts [ Charset UTF-8 unsupported, converting... ] > Kari Hurtta wrote: > > "Dan Kegel" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > > > > This App is definately not platinum. It does not "run flawlessly out of the > box". I changed the maintainer rating to gold

Re: rpc issues

2007-01-04 Thread Matthew Edlefsen
On 1/2/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: On 1/1/07, Matthew Edlefsen <[EMAIL PROTECTED]> wrote: > Hi, I've been trying to get a program that uses rpc to work on wine and I've > been having some problems (my understanding is that isn't surprising). The > goal is to be able to run a

Re: appdb rating inflation

2007-01-04 Thread Kari Hurtta
"Chris Morgan" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > On 03 Jan 2007 16:34:21 +0200, Kari Hurtta <[EMAIL PROTECTED]> wrote: > > "Dan Kegel" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > > > > > The appdb says > > > "Only applications which install and r

Re: Reinhard Karcher : user32: Speed improvement for 16bit comm support.

2007-01-04 Thread Reinhard Karcher
Francois Gouget schrieb: > On Wed, 3 Jan 2007, Alexandre Julliard wrote: > [...] >> Commit: dff43b732b10e603f3aee38db2f684dc7404aa4e > [...] >> user32: Speed improvement for 16bit comm support. > [...] >> stol = (unsigned char *)COM[cid].unknown + COMM_MSR_OFFSET; >> COMM_MSRUpdate( p

Re: configure: add ncursesw detecting [try 2]

2007-01-04 Thread Anatoly Lyutin
Alexandre Julliard wrote: Vitaly Lipatov <[EMAIL PROTECTED]> writes: We can't get correct non latin output in utfed console with normal ncurses. As far as I know there is some problems in normal ncurses with utf8 (multbyte symbols)... Only ncursesw supports utf8 output correctly (and wide c

Re: [PATCH] StgOpenStorage patch

2007-01-04 Thread Andrey Turkin
Mike McCormack wrote: This is the first time I've submitted a patch, so let me know if this method of submission is incorrect. See description in the attachment. It's best to put the description in the body of the mail, and write a descriptive subject like "ole32: fix StgOpenStorage conforma

[2/8] WineD3D: Catch NOP vertex declaration changes

2007-01-04 Thread Christoph Bumiller
Not performing the following: if (NULL != pDecl) { IWineD3DVertexDeclaration_AddRef(pDecl); } in IWineD3DDeviceImpl_SetVertexDeclaration(...) when state is being recorded (note the return that was added), seems to cause a page fault, at least in NFS: Most Wanted. Is it possible th

Winelib over Solaris/SPARC

2007-01-04 Thread Keyur Pujara
Greetings! I am contemplating to port a complex windows application using winelib over Solaris/SPARC. In one of the emails in wine-devel list, I saw that there may be following issues in the process: * byte endianness * alignment issues * pointer size * must not use x86 assembly Could someon

Re:dinput: Declare a function static

2007-01-04 Thread Vitaliy Margolen
Andrew Talbot wrote: > Note: This is in addition to those submitted yesterday. > > -- Andy. > --- > Changelog: > dinput: Declare a function static. > > diff -urN a/dlls/dinput/device.c b/dlls/dinput/device.c > --- a/dlls/dinput/device.c2007-01-04 11:22:23.0 + > +++ b/dlls/dinp

Re: iTunes installer success

2007-01-04 Thread Francois Gouget
Dan Kegel wrote: [...] iTunes 7 even seems to install, though its installer tries to run several vbscript custom actions, which of course don't work; wine cheerfully blows past those problems, no idea if they do anything important. I have looked into those and as far as I can tell they are not

Re: Reinhard Karcher : user32: Speed improvement for 16bit comm support.

2007-01-04 Thread Francois Gouget
On Thu, 4 Jan 2007, Francois Gouget wrote: > On Wed, 3 Jan 2007, Alexandre Julliard wrote: > [...] > > Commit: dff43b732b10e603f3aee38db2f684dc7404aa4e > [...] > > user32: Speed improvement for 16bit comm support. > [...] > > stol = (unsigned char *)COM[cid].unknown + COMM_MSR_OFFSET; > >

Re: appdb rating inflation

2007-01-04 Thread Francois Gouget
On Tue, 2 Jan 2007, Dan Kegel wrote: [...] > Silver > Application installs and works well for 'normal' use, but some features may > be broken. For instance, a game that works fine in single-player but > not in multi-player, > or a media player that works fine for mp3 files but not for DRM-protecte

Re: [5/8] WineD3D: Readd the strided data trace

2007-01-04 Thread Stefan Dösinger
Am 04.01.2007 um 02:07 schrieb Ivan Gyurdiev: Stefan Dösinger wrote: I removed that call accidentally in one of my former patches, but I think it is still a good idea to trace the final strided sources used by drawprim You removed it from a d3d8 fixed function FVF-only codepath, and are

Re: [3/10] WineD3D: Move decoding the vertex declaration to the vertexshader state handler

2007-01-04 Thread Stefan Dösinger
Am 04.01.2007 um 04:12 schrieb * *: This particular commit breaks Galactic Civilizations 2 Dark Avatar. Would a trace be helpful? 438c17284138776edbbe9196364ae620bbf01adb is first bad commit commit 438c17284138776edbbe9196364ae620bbf01adb Author: Stefan Dösinger <[EMAIL PROTECTED]> Date: Tu

Re: Reinhard Karcher : user32: Speed improvement for 16bit comm support.

2007-01-04 Thread Francois Gouget
On Wed, 3 Jan 2007, Alexandre Julliard wrote: [...] > Commit: dff43b732b10e603f3aee38db2f684dc7404aa4e [...] > user32: Speed improvement for 16bit comm support. [...] > stol = (unsigned char *)COM[cid].unknown + COMM_MSR_OFFSET; > COMM_MSRUpdate( ptr->handle, stol ); > > - if (

Winelib over Solaris/SPARC

2007-01-04 Thread Keyur Pujara
Greetings! I am contemplating to port a complex windows application using winelib over Solaris/SPARC. In one of the emails in wine-devel list, I saw that there may be following issues in the process: * byte endianness * alignment issues * pointer size * must not use x86 assembly Could someon

So, what apps require BITS?

2007-01-04 Thread Dan Kegel
Which apps require BITS? I'm collecting them as depending on bug http://bugs.winehq.org/show_bug.cgi?id=6194 So for I know of two, Visual C++ 2005, and Google Pack. There's also a third-party app which is just a file transfer front end on top of BITS; it's called WinBITS, and is at http://www.dar