Changed IE6 install script to run IE6 completely out-of-box

2004-11-27 Thread Hajime Segawa
As mentioned in WWN #250 : (B>If you dissect the script you'll notice a lot of what it does is (Binstall some proprietary DLL's. Specifically, DCOM98, MFC 4.0, (B>and Microsoft Installer. So yes, it's cheating and Wine isn't running (Bthese completely out of the box. However, you can run them.

Translate dir names into Spanish

2004-11-27 Thread Joaquín Fernández
Hi I have some programs in spanish for windows but when i install it i have problems with dir names, for example "Program Files" is "Archivos de programa", "Common Files" is "Archivos comunes", and so. Can i translate this names in source and compiling without problem?? which files i need update

Re: Fun desktop integration tasks

2004-11-27 Thread Steven Edwards
Hi Mike, --- Mike Hearn <[EMAIL PROTECTED]> wrote: > Task 1: > Map CSIDL_PERSONAL (My Documents) to the $HOME directory if mapped. > See > the _SHGetDefaultValue function in dlls/shell32/shellpath.c for an > explanation of how to do this. You left the most important thing off the list . I would l

Re: Resend: Re-implement MSVCRT *printf functions

2004-11-27 Thread Mike Hearn
On Sat, 27 Nov 2004 20:37:21 +, Aneurin Price wrote: > So, I've had a go over this all, and here is a new version. Is it a step > in the right direction? I still don't really know what I should be doing > to improve this. Yep, that's a lot better. There is still room for improvement though:

Re: Fun desktop integration tasks

2004-11-27 Thread Diego 'Flameeyes' PettenÃ
On Saturday 27 November 2004 22:14, Mike Hearn wrote: > Hint: in modern GNOME desktops you can > use the "gnome-open" program to make this automatic. There is a KDE > equivalent. In kde the command is 'kfmclient openUrl '. -- Diego "Flameeyes" Pettenà [EMAIL PROTECTED] - http://flameeyes.web.cton

Re: Resend: Re-implement MSVCRT *printf functions

2004-11-27 Thread Aneurin Price
Well I recently got re-motivated, by forgetting I was using an unpatched version of Wine, and getting my WC3 campaign file nuked :(. So, I've had a go over this all, and here is a new version. Is it a step in the right direction? I still don't really know what I should be doing to improve this.

Re: Fun desktop integration tasks

2004-11-27 Thread Mike Hearn
On Sat, 27 Nov 2004 21:14:33 +, Mike Hearn wrote: > You may be tempted to use eg, libpng to implement this. Don't! Use > GdkPixbuf instead, stock icons are allowed to be in many formats including > SVG. Actually it's probably easier to use the new GTK+ APIs to implement this, that takes care o

Fun desktop integration tasks

2004-11-27 Thread Mike Hearn
Hi everybody, I'm sitting waiting for a couple of compiles to finish, so I thought I'd put together a list of fun/interesting tasks people might like to have a go at related to better integrating Wine with the native desktop. None of these should be especially hard, and so would provide a good in

Re: Winecfg -> browse for folder

2004-11-27 Thread Mike Hearn
On Sat, 27 Nov 2004 10:37:10 +0100, Robert van Herk wrote: > Thus, if I'd make an extra flag in the dialog, I would have to extent > pidls to, so that they can hold unix paths. Is that a wise thing to do? > Or should I take another approach? Hmm, I'm not sure you want to do that. You may wish to

Re: No RichEdit20A window class

2004-11-27 Thread Krzysztof Foltman
Mike McCormack wrote: I have been working on richedit a little also, and am quite keen to get the ball rolling by having some richedit 2.0 code in winehq that others can help work on it. I'm quite interested to see the source for this. I may send the source code to people who are potentially inter

Re: No RichEdit20A window class

2004-11-27 Thread Mike McCormack
I have been working on richedit a little also, and am quite keen to get the ball rolling by having some richedit 2.0 code in winehq that others can help work on it. I'm quite interested to see the source for this. Whether you show us or not, the copyright for the source still belongs to you.

Re: No RichEdit20A window class

2004-11-27 Thread Krzysztof Foltman
Shachar Shemesh wrote: - MBCS support (and it would be very hard to add) Then you are doing something very wrong. Aren't you working in Unicode? I am. However, I've assumed that one character = one wchar_t, and there are no prefix/suffix non-printable characters. However, I'm speaking about encod

Re: No RichEdit20A window class

2004-11-27 Thread Shachar Shemesh
Krzysztof Foltman wrote: - MBCS support (and it would be very hard to add) Then you are doing something very wrong. Aren't you working in Unicode? Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

Re: Winecfg -> browse for folder

2004-11-27 Thread Robert van Herk
Mike Hearn wrote: On Thu, 25 Nov 2004 14:42:24 +0100, Robert van Herk wrote: 3. Nice, but we loose strict win32 compatibility, since there will be a magic flags that doesn't exist in win32. This is the most lightweight so I'd go for it for now. If we find that the flag value we pick is alr

No RichEdit20A window class

2004-11-27 Thread Krzysztof Foltman
Just for the record, I'm still trying to develop a "proper" RichEdit control. I've written from scratch with RichEdit compatibility in mind, so I don't expect any copyright or suitability problems. At least, unless I screw something up or I'm less smart than I think. If someone isn't afraid of