Using ReactOS Registry format

2005-06-20 Thread James Liggett
Brad, Last night Martin Fuchs suggested that we look into using ReactOS's registry format in order to be compatible with Windows registry databases. I have the latest release of ReactOS running on QEMU on my box, so I checked it out. Basically, they're using the same regedit program from Wine, miss

Re: Wine and raw printing

2005-06-20 Thread Marcus Meissner
> Installing libgnomecups-devel didn't work; so, I had > to "google for" a cups-devel binary. (Really, I don't > know why my Suse 9.2 didn't offer it.) So, installing > it, and recompiling DID THE TRICK! :) cups-devel is only on the SUSE 9.2 DVD ... that might be the reason you did not find it.

Re: Wine and raw printing

2005-06-20 Thread Hiji
> --- Marcelo Duarte <[EMAIL PROTECTED]> wrote: > > > Hiji escreveu: > > > > >I'll join, and add this. I'm on Suse 9.2 Pro, > > >wine-20041203, and the only printers I have are > on > > the > > >network. I can print fine through any native > linux > > >apps, but if I try to print through Wine,

Re: unicode.h and -Wcast-qual

2005-06-20 Thread David Laight
On Mon, Jun 20, 2005 at 10:26:32PM +0200, Stefan Huehner wrote: > In samba_4 sourcecode i discovered the following macros, which are > apparently a hack but silences these warnings: > > #define discard_const(ptr) ((void *)((intptr_t)(ptr))) > #define discard_const_p(type, ptr) ((type *)discard_con

Re: unicode.h and -Wcast-qual

2005-06-20 Thread Jelmer Vernooij
Hi, On Mon, Jun 20, 2005 at 10:26:32PM +0200, Stefan Huehner wrote about 'unicode.h and -Wcast-qual': > Hi, > i am currently trying to fix the -Wcast-qual warnings. In > include/wine/unicode.h there a 4 function: > In samba_4 sourcecode i discovered the following macros, which are > apparently

winefile: switch to UNICODE mode

2005-06-20 Thread Martin Fuchs
Changelog: switch winefile to UNICODE mode Why did I declare a new macro $(PREINCL) and insert it into Make.rule.in ? To allow inserting the include directory before . Another way would be to change the following line in Make.rule.in and move $(EXTRAINCL) before -I$(TOPSRCDIR)/include: INCLUD

Re: winefile: switch to UNICODE mode

2005-06-20 Thread Martin Fuchs
Hi Marcelo, 2005/6/20, Marcelo Duarte <[EMAIL PROTECTED]>: > I don´t understand something or winefile can use Michael Jung´s unixfs > namespace extension? The difference is: The unixfs namespace extension is implemented in shell namespace. This is a quite huge overhead compared to directly access

Re: World of Warcraft

2005-06-20 Thread Aric Cyr
> > fixme:opengl:wglQueryPbufferARB unsupported WGL_PBUFFER_LOST_ARB > > (need > > glXSelectEvent/GLX_DAMAGED work) > > Arg, > i didn't expect this fixme :( I don't think we have to worry about this fixme. We can always return GL_FALSE, since that is the way the OpenGL surfaces were created. >F

Re: Wine's Registry Format

2005-06-20 Thread Brad DeMorrow
David Lee Lambert wrote: On Thursday 16 June 2005 11:20 pm, you wrote: On Sat, 18 Jun 2005 22:22:56 +0200, Alexandre Julliard wrote: Actually the current method is probably the fastest for everything except the initial read. The only reason that the current method is fast is be

Re: World of Warcraft

2005-06-20 Thread Raphael
Stupid kmail Sorry Raphael pgpcJIYGhghQ6.pgp Description: PGP signature

Re: World of Warcraft

2005-06-20 Thread Raphael
On Monday 20 June 2005 09:40, Raphael wrote: > Hi, > > > To me it looks like an overoptimized geometry problem. As long there is > > only sky and no terrain or building behind the objects, you can klick > > them. This is mostly the case, when you look up. Just like users > > reported. > > > > I jus

Re: Wine's Registry Format

2005-06-20 Thread David Lee Lambert
On Thursday 16 June 2005 11:20 pm, you wrote: > On Sat, 18 Jun 2005 22:22:56 +0200, Alexandre Julliard wrote: > > Actually the current method is probably the fastest for everything > > except the initial read. > > The only reason that the current method is fast is because we're loading > the entire

Re: winefile: switch to UNICODE mode

2005-06-20 Thread Marcelo Duarte
Martin Fuchs escreveu: Changelog: switch winefile to UNICODE mode I don´t understand something or winefile can use Michael Jung´s unixfs namespace extension? + +/* functions in unixcalls.c */ + +extern void call_getcwd(char* buffer, size_t len); +extern void* call_opendir(const char* path

Re: unicode.h and -Wcast-qual

2005-06-20 Thread Jacek Caban
Stefan Huehner wrote: >I am not sure how portable this solution is... > > To make it portable you can use ULONG_PTR instead of intptr_t. Jacek

unicode.h and -Wcast-qual

2005-06-20 Thread Stefan Huehner
Hi, i am currently trying to fix the -Wcast-qual warnings. In include/wine/unicode.h there a 4 function: static inline int strncmpW( const WCHAR *str1, const WCHAR *str2, int n) static inline WCHAR *strchrW( const WCHAR *str, WCHAR ch ) static inline WCHAR *strrchrW( const WCHAR *str, WCHAR ch )

Re: Change Name of "Wine Marlett" Font

2005-06-20 Thread Robert Shearman
Huw D M Davies wrote: On Mon, Jun 20, 2005 at 01:37:45PM -0500, Robert Shearman wrote: Huw D M Davies wrote: On Mon, Jun 20, 2005 at 01:10:11PM -0500, Robert Shearman wrote: Changelog: The "Wine Marlett" font needs to be called "Marlett" for Steam to pick it up.

Re: Change Name of "Wine Marlett" Font

2005-06-20 Thread Huw D M Davies
On Mon, Jun 20, 2005 at 01:37:45PM -0500, Robert Shearman wrote: > Huw D M Davies wrote: > > >On Mon, Jun 20, 2005 at 01:10:11PM -0500, Robert Shearman wrote: > > > > > >>Changelog: > >>The "Wine Marlett" font needs to be called "Marlett" for Steam to pick > >>it up. > >> > >> > > > >The font

winecfg's registry convience functions

2005-06-20 Thread Michael Jung
I would like to add a checkbox control ("Show host filesystem") to winecfg to allow the user to easily (un-)register the unixfs shell namespace extension. So winecfg would have to query and create/delete the "HKLM\Software\Microsoft\CurrentVersion\Explorer\MyComputer\Namespace\{UNIXFS-CLSID}" ke

Re: Change Name of "Wine Marlett" Font

2005-06-20 Thread Robert Shearman
Huw D M Davies wrote: On Mon, Jun 20, 2005 at 01:10:11PM -0500, Robert Shearman wrote: Changelog: The "Wine Marlett" font needs to be called "Marlett" for Steam to pick it up. The font replacement mechanism should make this unnecessary. Why doesn't that work in this case? It en

Re: Change Name of "Wine Marlett" Font

2005-06-20 Thread Huw D M Davies
On Mon, Jun 20, 2005 at 01:10:11PM -0500, Robert Shearman wrote: > Changelog: > The "Wine Marlett" font needs to be called "Marlett" for Steam to pick > it up. The font replacement mechanism should make this unnecessary. Why doesn't that work in this case? Huw.

Re: Using SVK and Subversion to manage distributed branches to Wine CVS

2005-06-20 Thread Mike Hearn
On Mon, 20 Jun 2005 11:44:11 +1000, Troy Rollo wrote: > In the case of Wine, however, with > the CVS repository being read-only except to Alexandre, the difference > between read-only CVS and the combination of Subversion and SVK is even > more dramatic (I would compare it to the difference between

Mime type Desktop integration

2005-06-20 Thread Stefan Dösinger
Hello, I am working on a small tool which reads mime types and linked applications from the registry and generates .desktop files for the unix desktop. This integrates Windows Applications better into the native Desktop. I've written this code in the last days without much planning, so the code

Re: Guild Wars

2005-06-20 Thread Robert Shearman
Andreas Mohr wrote: Hi, On Sun, Jun 19, 2005 at 04:38:25PM -0500, Robert Shearman wrote: This is fixed by patch OLE #81a (Part 1) if it gets committed. It will then output: err:ole:CoGetClassObject class {a65b8071-3bfe-4213-9a5b-491da4461ca7} not registered Wow, that was FAST! (hmm,

Re: Guild Wars

2005-06-20 Thread Robert Shearman
Andreas Mohr wrote: Hi, On Sun, Jun 19, 2005 at 04:38:25PM -0500, Robert Shearman wrote: This is fixed by patch OLE #81a (Part 1) if it gets committed. It will then output: err:ole:CoGetClassObject class {a65b8071-3bfe-4213-9a5b-491da4461ca7} not registered Wow, that was FAST! (hmm,

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02c.diff]

2005-06-20 Thread Alexandre Julliard
"Gerold J. Wucherpfennig" <[EMAIL PROTECTED]> writes: > Please apply, it seems to be fine, so far. > > There is still some work to be done: > > - currently no support for big-endian machines > - the ERF error structure aren't used on error > - no real compression yet > - unknown behaviour if fil

Re: Problem with wine-cvs on FC4

2005-06-20 Thread Andreas Mohr
Hi, On Mon, Jun 20, 2005 at 10:52:10AM +0200, Hans Kristian Rosbach wrote: > For about a week now I've been able to compile wine-cvs on > FC4 after manually excluding the ddraw-test references. > > But I'm yet to see an actual window created by wine. > > Even running the "built in" notepad appli

Re: Wine's Registry

2005-06-20 Thread Brad DeMorrow
James Liggett wrote: Being as compatible with Windows as possible would probably be the best idea. As for looking to ReactOS as a guide, it might be feasible, but there's a lot of holes in their implementations of things, so this would take some looking into as to where they stand in that area.

Problem with wine-cvs on FC4

2005-06-20 Thread Hans Kristian Rosbach
For about a week now I've been able to compile wine-cvs on FC4 after manually excluding the ddraw-test references. But I'm yet to see an actual window created by wine. Even running the "built in" notepad application does not produce much meaningful result. In the console it outputs "err:imagelist

Re: Make Instruction Emulation Code More Tolerant of Bad Addresses

2005-06-20 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Therefore this patch aids in debugging. It isn't perfect because of > x86's variable length instructions, but it is fairly unlikely that an > instruction will straddle a page boundary and the first page be > readable and the second not. Putting an exc

Re: Added XEmbed embedder support

2005-06-20 Thread Jacek Caban
Dimi Paun wrote: >On Mon, 2005-06-20 at 00:05 +0200, Jacek Caban wrote: > > >>Hello. >> >>This patch adds support for XEmbed embedder >>It implements most of it (remaining todos >>are listed in comments of xembed.c). >> >> > >Cool stuff, I'm really excited about this work. >Not to mention t

Re: [Patch] winsock.h inclusion

2005-06-20 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > Alexandre, > > Using the current CVS on Darwin/Mac OS X, there are still compilation > errors related to winsock.h inclusion. The error was: > > ../../../include/winsock.h:414: error: redefinition of 'struct timeval' > > My solution is to inclu

Re: [shell32] Load file context menu from resources [Resent]

2005-06-20 Thread Alexandre Julliard
Tobias Burnus <[EMAIL PROTECTED]> writes: > Second try (unchanged). Any suggestions how to improve the patch are > welcome. > > Tobias > > Changed file overview: > - shv_item_cmenu.c: Load from resources (the [currently unused] MENU > resource already exists) > - shell32_?.rc: Comment out two it

Re: Crashes due to OGL

2005-06-20 Thread Oliver Stieber
--- Raphael <[EMAIL PROTECTED]> wrote: > On Monday 20 June 2005 04:18, Robert Lunnon wrote: > > I see the following X error (After fixing a bug in > utah GLX) > > > > trace:ddraw:initialize enabling DirectDraw HAL > > trace:ddraw:d3ddevice_init_at_startup Initializing > GL... > > @@Created GLX Co

Re: Wine on LinuxTag 2005

2005-06-20 Thread Andreas Mohr
Hi, On Mon, Jun 20, 2005 at 01:01:06PM +0200, Michael Stefaniuc wrote: > Hello guys, > > the LinuxTag 2005 has Wine as featured OSS project > http://www.linuxtag.org/typo3site/projects.html?&L=1 (german only). > Does anybody know something about this? Andi? Well, I'll be there all the time, toget

Wine on LinuxTag 2005

2005-06-20 Thread Michael Stefaniuc
Hello guys, the LinuxTag 2005 has Wine as featured OSS project http://www.linuxtag.org/typo3site/projects.html?&L=1 (german only). Does anybody know something about this? Andi? bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 Sr. Network EngineerFax.: +4

Re: Guild Wars

2005-06-20 Thread Andreas Mohr
Hi, On Sun, Jun 19, 2005 at 04:38:25PM -0500, Robert Shearman wrote: > This is fixed by patch OLE #81a (Part 1) if it gets committed. > It will then output: > err:ole:CoGetClassObject class {a65b8071-3bfe-4213-9a5b-491da4461ca7} > not registered Wow, that was FAST! (hmm, or was your patch before

Re: World of Warcraft

2005-06-20 Thread Andreas Mohr
Hi, On Mon, Jun 20, 2005 at 09:34:52AM +0200, Raphael wrote: > Hi, > > > Hopefully somebody will figure this one out. If not maybe a trip to the > > local games shop is in order :) > > lol > what about asking blizzard support :) I'd really recommend doing exactly that. Those game publishers'd be

Re: World of Warcraft

2005-06-20 Thread Raphael
Hi, > To me it looks like an overoptimized geometry problem. As long there is > only sky and no terrain or building behind the objects, you can klick > them. This is mostly the case, when you look up. Just like users reported. > > I just wrote a lousy mmap wrapper which sets start to 0x1000 .

Re: World of Warcraft

2005-06-20 Thread Raphael
Hi, > Hopefully somebody will figure this one out. If not maybe a trip to the > local games shop is in order :) lol what about asking blizzard support :) > thanks -mike Regards, Raphael pgpPMvZ8VJLuB.pgp Description: PGP signature

Re: World of Warcraft

2005-06-20 Thread Raphael
Hi, On Friday 17 June 2005 16:12, Mike Hearn wrote: > On Thu, 16 Jun 2005 09:44:34 +0200, Raphael wrote: > > Well cedega seems to have the same problem (google) and they fixed it > > using specific memory layout for WoW (mmap begins at 0x1000) Seems > > more a WoW bug than wine/cedega bug :) >

Re: Crashes due to OGL

2005-06-20 Thread Raphael
On Monday 20 June 2005 04:18, Robert Lunnon wrote: > I see the following X error (After fixing a bug in utah GLX) > > trace:ddraw:initialize enabling DirectDraw HAL > trace:ddraw:d3ddevice_init_at_startup Initializing GL... > @@Created GLX Context.. > X Error of failed request: BadValue (integer p