Re: [BUG1001]: please update comments

2005-08-28 Thread Tony Lambregts
Vijay Kiran Kamuju wrote: Hi, I am getting the following error, Not allowed You tried to change the short_desc field from Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECTED and STATUS_NONEXISTENT_NET_NAME to Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECTED, but only the owner o

Re: [BUG1001]: please update comments

2005-08-28 Thread Vijay Kiran Kamuju
Hi, I am getting the following error, Not allowed You tried to change the short_desc field from Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECTED and STATUS_NONEXISTENT_NET_NAME to Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECTED, but only the owner or submitter

Re: IDA Pro Regression

2005-08-28 Thread James Liggett
Hi Robbert, I tried a fresh CVS copy today, and IDA works now. I guess it got fixed. That was fast... :) I wonder if your installers will work now. James On Sun, 2005-08-28 at 12:40 +0100, Robbert Xerox wrote: > Hi, same patch is causing a regression in quite a few > installers; one of them is: >

Re: wined3d - d3d9 regression testing 7_12_2005

2005-08-28 Thread Jesse Allen
On 8/28/05, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote: > Out of interest, does reversing this patch fix the wc3 fonts - If I recall > correctly if was the glTranslate calls which originally made the wc3 fonts > look correct, and I noticed in one of the patches Oliver changed them. He's > proba

Re: [resend] atl.DllRegisterServer

2005-08-28 Thread Stefan Leichter
Am Sonntag, 28. August 2005 18:31 schrieb Alexandre Julliard: > Stefan Leichter <[EMAIL PROTECTED]> writes: > > Hi Alexandre, > > > > anything wrong with this patch ? > > Well, the resource id is 1, so loading it with 0x65 is certainly not > going to work. Were you planning to change the resource t

Re: wined3d - d3d9 regression testing 7_12_2005

2005-08-28 Thread Ann & Jason Edmeades
Out of interest, does reversing this patch fix the wc3 fonts - If I recall correctly if was the glTranslate calls which originally made the wc3 fonts look correct, and I noticed in one of the patches Oliver changed them. He's probably right, but just in case its worth a test Try changing glTransla

Re: winspool: ERROR_INVALID_NAME in GetDefaultPrinter() ?

2005-08-28 Thread Detlef Riekenberg
Am Sonntag, den 28.08.2005, 17:55 +0200 schrieb Stefan Leichter: > i thing the answer is > http://test.winehq.org/data/200406151000/2000_AshleyGordon/ > winspool.drv:info.txt Thanks for your Help. -- By By ... ... Detlef

Re: wined3d - d3d9 regression testing 7_12_2005

2005-08-28 Thread Jesse Allen
On 8/28/05, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Hi, > Just found the old mail, the following might be interesting: > > > Thanks, I've got the game running how Battlefront looked. Fonts are > > messed up, and some rendering problems, but it does run for me. > > Battlefront has a crashing

Re[2]: Wine device drivers proposal

2005-08-28 Thread Vitaliy Margolen
Saturday, August 27, 2005, 6:24:21 AM, Evgeny F wrote: > In message Mon, 28 Mar 2005 02:30:28 -0800, Damjan Jovanovic wrote: >> I propose adding a driver loading system to Wine that >> works as follows: >> -CreateFile() gets a device filename, like (in my >> case) \\.\MiiScan0 >> -Currently, Wine'

Re: Compile time error wldap32.h

2005-08-28 Thread Hans Leidekker
On Sunday 28 August 2005 15:31, Robert Lunnon wrote: > wldap32.h seems to be missing a definition for LDAPSortKey and won't > compile. I can't seem to find a definition anywhere. Is this a linuxism, > does it borrow this definition from somewhere else under linux ? Windows knows about that struc

Re: wined3d - d3d9 regression testing 7_12_2005

2005-08-28 Thread Stefan Dösinger
Hi, Just found the old mail, the following might be interesting: > Thanks, I've got the game running how Battlefront looked. Fonts are > messed up, and some rendering problems, but it does run for me. > Battlefront has a crashing problem I know Oliver knows how to fix. Battlefield renders really

Re: [resend] atl.DllRegisterServer

2005-08-28 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > Hi Alexandre, > > anything wrong with this patch ? Well, the resource id is 1, so loading it with 0x65 is certainly not going to work. Were you planning to change the resource too? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Wine device drivers proposal

2005-08-28 Thread Evgeny F
In message Mon, 28 Mar 2005 02:30:28 -0800, Damjan Jovanovic wrote: > I propose adding a driver loading system to Wine that > works as follows: > -CreateFile() gets a device filename, like (in my > case) \\.\MiiScan0 > -Currently, Wine's behaviour for such a filename is to > try load a VXD. > -In

Re: winspool: ERROR_INVALID_NAME in GetDefaultPrinter() ?

2005-08-28 Thread Stefan Leichter
Am Sonntag, 28. August 2005 14:09 schrieb Detlef Riekenberg: > Hi. > > From which configuration does the "ERROR_INVALID_NAME" came from, > when calling GetDefaultPrinter(NULL, &size) and no Printer is installed? > This Test is Present in the current "dlls/winspool/tests/info.c". > > MSDN told us, t

Re: Theming Support

2005-08-28 Thread Frank Richter
On 28.08.2005 18:53, Stefan Dösinger wrote: > One other question: I've noticed that Windows users need to patch Microsofts > uxtheme.dll to load themes which are not signed. Is there any possibility to > use wines uxtheme.dll with Windows XP or is it too different? From the past > discussions I

Re: [BUG1001]: please update comments

2005-08-28 Thread Tony Lambregts
Vijay Kiran Kamuju wrote: Hi, for BUG 1001, please update the comments with the following link, http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q113996 I am unable to update via bugzilla, my id is infyquest, its giving me error that the short_id_desc is missing. Thanks, Vijay I am cu

Re: Theming Support

2005-08-28 Thread Stefan Dösinger
Am Sonntag, 28. August 2005 14:00 schrieb Frank Richter: > On 28.08.2005 15:40, Mike Hearn wrote: > > As you can see there are still quite a few visual glitches. > > Hm, maybe I should point people to Luna or MS' Royale or something > simple like Watercolor Lite... they seem to work well so far ;)

Re: Theming Support

2005-08-28 Thread Frank Richter
On 28.08.2005 15:40, Mike Hearn wrote: > As you can see there are still quite a few visual glitches. Hm, maybe I should point people to Luna or MS' Royale or something simple like Watercolor Lite... they seem to work well so far ;) -f.r.

Re: Theming Support

2005-08-28 Thread Mike Hearn
For those who want another screenshot: http://plan99.net/~mike/files/winecfg-reluna.png As you can see there are still quite a few visual glitches. The tab control or property sheet API doesn't seem to set the embedded window to the right theme/position, though I've seen similar artifacts on th

Re: Theming Support

2005-08-28 Thread Mike Hearn
On Sun, 28 Aug 2005 14:58:07 +0200, Frank Richter wrote: > Wouldn't it be possible to, say, have the GTK theming draw to a pixmap > (GdkPixmap or so, afaik with my meager GTK knowledge), get a raw data > buffer (RGBA or so) and draw this with Win32 APIs (e.g. AlphaBlend())? It might. There are act

curses, curses is broken

2005-08-28 Thread Robert Lunnon
Seems a problem here for solaris too. Lots of breakage recently... Bob

Compile time error wldap32.h

2005-08-28 Thread Robert Lunnon
wldap32.h seems to be missing a definition for LDAPSortKey and won't compile. I can't seem to find a definition anywhere. Is this a linuxism, does it borrow this definition from somewhere else under linux ?

Question: Wine "Administrator" mode for multi-user "Windows * [Professional/Enterprise/...]" edition reference...

2005-08-28 Thread Belxjander Serechai
Ive seen this on the mailinglists once before about installing wine and windows binaries into wine once... amongst several users... on smaller shared server setups this may be easier to achieve if there was some way to identify a single username/usergroup outside wine as "admin" equivalent wi

Re: Theming Support

2005-08-28 Thread Frank Richter
On 28.08.2005 14:30, Mike Hearn wrote: > One issue is that GTK+ 2.8 (the newest version, just released) now uses > Cairo for rendering. I'm not sure how we should approach this - I suspect > if widgets start drawing themselves without using the GDI stuff will break > in weird ways (clipping and suc

Re: Theming Support

2005-08-28 Thread Mike Hearn
On Sun, 28 Aug 2005 14:21:39 +, Stefan Dösinger wrote: > Btw, I have a really dumb question: How do I use a .msstyle theme? I know > that this would better asked on wine-users, but now theming was mentioned > I ask here. Brian, praise be to his name, explains this in the latest WWN issue. He a

Re: Theming Support

2005-08-28 Thread Jacek Caban
Stefan Dösinger wrote: Am Sonntag, 28. August 2005 10:28 schrieben Sie: Hello, Now that theming using .msstyle is working quite well, wouldnt'it be possible to use the current used theme in the currently used window manager. Btw, I have a really dumb question: How do I use a .msstyle t

Re: Theming Support

2005-08-28 Thread Mike Hearn
On Sun, 28 Aug 2005 12:28:11 +0200, Jonathan Ernst wrote: > I think it would be of great value to have windows applications integrate > semlessly with the linux desktop without having to look for a msstyle > theme that looks like the same as the currently used theme. Absolutely! > http://wiki.wi

Re: Theming Support

2005-08-28 Thread Stefan Dösinger
Am Sonntag, 28. August 2005 10:28 schrieben Sie: > Hello, > > Now that theming using .msstyle is working quite well, wouldnt'it be > possible to use the current used theme in the currently used window > manager. Btw, I have a really dumb question: How do I use a .msstyle theme? I know that this wo

winspool: ERROR_INVALID_NAME in GetDefaultPrinter() ?

2005-08-28 Thread Detlef Riekenberg
Hi. >From which configuration does the "ERROR_INVALID_NAME" came from, when calling GetDefaultPrinter(NULL, &size) and no Printer is installed? This Test is Present in the current "dlls/winspool/tests/info.c". MSDN told us, that we receive an "ERROR_FILE_NOT_FOUND", if no Printer is installed: h

Re: IDA Pro Regression

2005-08-28 Thread Robbert Xerox
Hi, same patch is causing a regression in quite a few installers; one of them is: http://www.winehq.org/hypermail/wine-bugs/2005/08/0206.html Hopefully it can be fixed soon :) -- Hi, A week or so ago I reported some regressions running IDA pro

Theming Support

2005-08-28 Thread Jonathan Ernst
Hello, Now that theming using .msstyle is working quite well, wouldnt'it be possible to use the current used theme in the currently used window manager. I think it would be of great value to have windows applications integrate semlessly with the linux desktop without having to look for a msstyle

[BUG1001]: please update comments

2005-08-28 Thread Vijay Kiran Kamuju
Hi, for BUG 1001, please update the comments with the following link, http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q113996 I am unable to update via bugzilla, my id is infyquest, its giving me error that the short_id_desc is missing. Thanks, Vijay