Re: gmail invitation

2004-12-23 Thread Izak Burger
http://ars.userfriendly.org/cartoons/?id=20041013 I have another six if anyone else desperately wants one... :-) MediaHost (TM) wrote: I have another 9if somebody needs one :-) Ivan Leo Puoti wrote: I have 6 gmail invitations, I'm giving them out to Wine developers only. If you want one drop me

Re: tests: add more listbox tests

2004-12-23 Thread Ferenc Wagner
Mike Hearn <[EMAIL PROTECTED]> writes: > On Thu, 23 Dec 2004 17:01:09 +0200, Lauri Tulmin wrote: > >> Add tests for LBS_EXTENDEDSE and LBS_EXTENDEDSEL | LBS_MULTIPLESEL >> listboxes. Some of these test don't pass on wine. > > Thanks for the tests! If they don't pass in Wine though you need to > s

AppDB Templates

2004-12-23 Thread Stefan Pflüger
Hello, I attached my really simple template class that mainly replaces special tags in template files by some reasonable text. The file should go to appdb/include/template.php. I already rewrote most of index.php to use the template class, I'll submit a seperate patch for that when finished. The

Re: Interface for working directories/launchers

2004-12-23 Thread Mike Hearn
On Thu, 23 Dec 2004 16:03:13 -0500, Dimitrie O. Paun wrote: > Why not just: > > Exec=winemenulauncher c:\games\supreme supreme.exe Could be, but we already dump lots of programs into the path. The other thing is that win32 launchers have "working directory" and "command": we should reproduce them

Re: clean-up

2004-12-23 Thread Jonathan Ernst
Le jeudi 23 dÃcembre 2004 Ã 22:39 +0100, Paul van Schayck a Ãcrit : > Hey Eric, > > On Thu, 23 Dec 2004 01:38:02 -0800 (PST), Eric Blade <[EMAIL PROTECTED]> > wrote: > > The attached patch includes a lot of cleaning up, > > mostly to HTML, a bit to some PHP. > > What's this supposed to do: >

Re: tests: add more listbox tests

2004-12-23 Thread Mike Hearn
On Thu, 23 Dec 2004 17:01:09 +0200, Lauri Tulmin wrote: > Add tests for LBS_EXTENDEDSE and LBS_EXTENDEDSEL | LBS_MULTIPLESEL > listboxes. Some of these test don't pass on wine. Thanks for the tests! If they don't pass in Wine though you need to surround them in todo_wine {} blocks, or ideally fix

Re: clean-up

2004-12-23 Thread Paul van Schayck
Hey Eric, On Thu, 23 Dec 2004 01:38:02 -0800 (PST), Eric Blade <[EMAIL PROTECTED]> wrote: > The attached patch includes a lot of cleaning up, > mostly to HTML, a bit to some PHP. What's this supposed to do: if(!$tempResult) { - echo "$query \n"; + echo "$query <>\

Re: Interface for working directories/launchers

2004-12-23 Thread Dimitrie O. Paun
On Thu, Dec 23, 2004 at 06:14:09PM +, Mike Hearn wrote: > Exec=wine winemenulauncher c:\games\supreme supreme.exe > > Does this sound sensible? Why not just: Exec=winemenulauncher c:\games\supreme supreme.exe -- Dimi.

Re: gmail invitation

2004-12-23 Thread MediaHost (TM)
I have another 9if somebody needs one :-) Ivan Leo Puoti wrote: I have 6 gmail invitations, I'm giving them out to Wine developers only. If you want one drop me a line, first come first served. Ivan. -- Regards   Signer:  Eddy Nigg Company: StartCom Linux at www

Re: Correct use of the ok function in user/tests and kernel/tests

2004-12-23 Thread Lionel Ulmer
On Thu, Dec 23, 2004 at 09:35:14PM +0100, Rein Klazes wrote: > I can not remember the rule in C that say so. There is a rule that > specifies that each argument is evaluated fully before evaluating the > next one, but the order in winch this happens is free to the compiler I am pretty sure that th

gmail invitation

2004-12-23 Thread Ivan Leo Puoti
I have 6 gmail invitations, I'm giving them out to Wine developers only. If you want one drop me a line, first come first served. Ivan.

Re: Correct use of the ok function in user/tests and kernel/tests

2004-12-23 Thread Rein Klazes
On Thu, 23 Dec 2004 17:13:26 +0100, you wrote: > > Aren't arguments always evaluated left to right? I can not remember the rule in C that say so. There is a rule that specifies that each argument is evaluated fully before evaluating the next one, but the order in winch this happens is free to th

Patch to README

2004-12-23 Thread Stefan Pflüger
This patch adds the default admin account data (user: admin, password: testing) to the README file. The account data was mentioned nowhere before, only in tables/user_list.sql Stefan Pflüger Index: README === RCS file: /home/wine/ap

Re: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW

2004-12-23 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > The strncpyW function exists for a reason. Also, it is better to use > strlenW than lstrlenW. Actually strncpy(W) is almost always the wrong thing to use. If you want to copy a fixed length (like in that case) memcpy is a much better choice; if you wa

Re: Systray patch but explorified

2004-12-23 Thread Mike Hearn
On Thu, 23 Dec 2004 19:06:04 +0100, Alexandre Julliard wrote: > The other thing that needs to be done differently is that the > WS_EX_TRAYWINDOW flag has to go, that's not Windows compatible. We > need to define an appropriate interface that doesn't involve > overloading Win32 flags. OK, would an

Re: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW

2004-12-23 Thread Robert Shearman
Jacek Caban wrote: Changelog: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW Index: dlls/wininet/urlcache.c === RCS file: /home/wine/wine/dlls/winin

Going forward with fixing up tests failing because not run on visible desktop.

2004-12-23 Thread Jakob Eriksson
Followup on tests failing because they are run as an invisible service on Windows: -- Now that we have bRunningOnVisibleDesktop=0 in the report, how do we make use of it? Do we mark on the server side which tests

winetest failing on Windows 2000, VIA AC 97 audio

2004-12-23 Thread Jakob Eriksson
http://test.winehq.org/data/200412231000/2000_MarcelHekman/winmm:wave.txt Can we blacklist this driver somehow? AFAIK I submitted a black list patch before for this driver but it was silently dropped. regards, Jakob

Re: Correct use of the ok function in user/tests and kernel/tests

2004-12-23 Thread Jakob Eriksson
Aren't arguments always evaluated left to right? Rein Klazes wrote: Hi, 82 cases, most a variation of: ok( !Foo(), "Foo failed, error %ld\n", GetLastError()); Changelog: dlls/kernel/tests : change.c, file.c, process.c, thread.c, time.c dlls/user/tests : clipboard.c, msg.c, text.c win.c

Looking for a Wine consultant.

2004-12-23 Thread Pouya Yadegar
I am the head of a company that is trying to migrate a VB6 system on WinNT and would like to use that application under Debian Sarge using Wine. If you have experience in porting VB6 applications using Wine and have some free time to consult an in house developer it would be appreciated. We woul

Re: Approving of the WINEprobe initiative

2004-12-23 Thread David Gümbel
Scott Ritchie schrieb am 22.12.2004 um 12:41 Uhr: > On Wed, 2004-12-22 at 11:39 +0100, David Gümbel wrote: > > Hi everybody, > > > > Yep, I think you all made a point when saying "probe" in english is really > > not quite... optimal ;) I personally like the PortWine idea very much - > > we'll c

Re: Systray patch but explorified

2004-12-23 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > That's a bit vague, how should it be done? I also don't understand why > the XEMBED code has to be split off, that's the standard way to dock > tray icons in all modern desktops. If we don't dock the icons, what > else can we do with them? The code has to

Interface for working directories/launchers

2004-12-23 Thread Mike Hearn
Hi, Wine currently creates launchers (.desktop files) with an Exec line like this: Exec=wine 'c:\games\supreme\supreme.exe' But, some games expects to be run from its working directory. As working directory typically doesn't matter to UNIX apps, some desktop environments like GNOME don't let you

Re: Moved some strings to resources

2004-12-23 Thread Juan Lang
Hi Jacek, small suggestion: > @@ -1391,8 +1393,11 @@ static LRESULT FILEDLG95_InitControls(HW >/* change Open to Save FIXME: use resources */ >if (fodInfos->DlgInfos.dwDlgProp & FODPROP_SAVEDLG) >{ The comment is out of date, you did use resources. --Juan _

Re: Systray patch but explorified

2004-12-23 Thread Mike Hearn
On Thu, Dec 23, 2004 at 06:10:50PM +0100, Alexandre Julliard wrote: > I'm still hoping to see a version that doesn't include the xembed > stuff, this will have to be done differently anyway. That's a bit vague, how should it be done? I also don't understand why the XEMBED code has to be split off

Re: Systray patch but explorified

2004-12-23 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > On Mon, 13 Dec 2004 21:58:07 +, Mike Hearn wrote: > > - Use freedesktop.org system tray protocol, remove legacy KDE support > > - Introduce new Explorer process > > - Rewrite system tray handling to be out of process > > Hi Alexandre, > > What needs d

Re: Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation

2004-12-23 Thread Robert Reif
Eric Pouech wrote: Jonathan Gevaryahu a écrit : Eric Pouech <[EMAIL PROTECTED]> wrote: To: Anish Mistry <[EMAIL PROTECTED]> Cc: wine-devel@winehq.org Subject: Re: Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation and if you remove the entire line (if (!is_version_nt()

Re: MSVCRT, OpenGL bugs to look at (and a WM rewrite regression?)

2004-12-23 Thread Lionel Ulmer
On Thu, Dec 23, 2004 at 02:22:36PM +, Robert Shearman wrote: > What about just not using desktop mode? Ah no, we won't re-start the Desktop mode flame-war :-) Lionel PS: and yes, as it works just fine in non-Desktop mode, it's not a 'severe' bug at all. -- Lio

Re: MSVCRT, OpenGL bugs to look at (and a WM rewrite regression?)

2004-12-23 Thread Robert Shearman
Lionel Ulmer wrote: On Thu, Dec 23, 2004 at 01:14:17PM +, Mike Hearn wrote: Atoms set on the window should be process scoped not global. I think this is something for Alexandre to look at. Well, after some more additional TRACEs, it's not an atom problem after all... It's just that the

Re: MSVCRT, OpenGL bugs to look at (and a WM rewrite regression?)

2004-12-23 Thread Lionel Ulmer
On Thu, Dec 23, 2004 at 01:14:17PM +, Mike Hearn wrote: > Atoms set on the window should be process scoped not global. I think > this is something for Alexandre to look at. Well, after some more additional TRACEs, it's not an atom problem after all... It's just that the HWND for the desktop wi

Re: MSVCRT, OpenGL bugs to look at (and a WM rewrite regression?)

2004-12-23 Thread Tom
Jesse Allen wrote: Unfortunately I can't try your game at the moment cause it will take me too long to download -- 2 KB/s down only =( Hello, You may want to look here if you only get 2 KB/s http://www.krasu.ru/soft/chuchelo/download.php3 Tom Jesse

Re: Systray patch but explorified

2004-12-23 Thread Mike Hearn
On Mon, 13 Dec 2004 21:58:07 +, Mike Hearn wrote: > - Use freedesktop.org system tray protocol, remove legacy KDE support > - Introduce new Explorer process > - Rewrite system tray handling to be out of process Hi Alexandre, What needs doing next for this patch? thanks -mike

Re: MSI: First go at thread safety for MSI records

2004-12-23 Thread Mike Hearn
On Thu, 23 Dec 2004 21:11:41 +, Mike McCormack wrote: > What do you suggest? Prove you're a real man by doing everything including linked lists using the Interlocked functions and busy-wait loops. Critical sections are for wimps ;)

Re: MSVCRT, OpenGL bugs to look at (and a WM rewrite regression?)

2004-12-23 Thread Mike Hearn
On Thu, 2004-12-23 at 13:53 +0100, Lionel Ulmer wrote: > Yeah, I already tried once to debug this and was a bit stuck... I had no > idea how to progress further on this though. I sunk quite a few hours into it and didn't see anything. I think the only way to find this one will be by writing lots o

Re: MSVCRT, OpenGL bugs to look at (and a WM rewrite regression?)

2004-12-23 Thread Lionel Ulmer
> 1) There seems to be a bug in our msvcrt file reading APIs. I've chased >this one before and got nowhere, but maybe somebody more familiar with >the code can find it. We seem to pass back corrupt data: with builtin >msvcrt the demo complains with a nicely detailed assertion that it >

Re: MSI: First go at thread safety for MSI records

2004-12-23 Thread Mike McCormack
Alexandre Julliard wrote: Do you really need a separate critical section for every single MSI object? That seems a bit overkill to me. What do you suggest? Mike

Re: MSI: First go at thread safety for MSI records

2004-12-23 Thread Robert Shearman
Mike McCormack wrote: Alexandre Julliard wrote: Do you really need a separate critical section for every single MSI object? That seems a bit overkill to me. What do you suggest? Keep the msiobj_lock/msiobj_unlock functions, but make them use a process-wide critical section. It will then be simpl

Re: Approving of the WINEprobe initiative

2004-12-23 Thread Izak Burger
Stefan Munz wrote: as my partner David Gümbel is travelling much these days and thus is badly online available, I thought I add a few lines here :-) Boy it is good to see someone struggle as much with English as I struggle with German :-) Badly online? You either mean "hardly" online (ie not m

Re: [OLE #10] Make out of process COM work with OXID based marshal ids

2004-12-23 Thread Robert Shearman
Mike Hearn wrote: This patch makes InstallShield work again, and should let you get further Bill. - Ensure all intermediate threads join the original apartment - Make the listener thread fully apartment scoped (one per apt not per process) - Improve "already have mid" error message - Rename _StubR

Re: MSI: First go at thread safety for MSI records

2004-12-23 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > Index: dlls/msi/msipriv.h > === > RCS file: /home/wine/wine/dlls/msi/msipriv.h,v > retrieving revision 1.32 > diff -u -r1.32 msipriv.h > --- dlls/msi/msipriv.h22 Dec 2004 15:05:07 -

Re: Approving of the WINEprobe initiative

2004-12-23 Thread Stefan Munz
as my partner David Gümbel is travelling much these days and thus is badly online available, I thought I add a few lines here :-) > <[EMAIL PROTECTED]> wrote: > > Jep, its actually a pun: WINEprobe means be something like WINEtasting in > > english an maybe "degustation de WINE" in french. It's a