Re: windows/win.c : add missing styles

2004-12-07 Thread Dmitry Timoshkov
"Rémi Assailly" <[EMAIL PROTECTED]> wrote: > --- windows/win.c~ 2004-11-29 18:35:46.0 +0100 > +++ windows/win.c 2004-12-07 18:04:02.135332008 +0100 > @@ -872,7 +872,6 @@ > if(style & WS_MINIMIZEBOX) TRACE(" WS_MINIMIZEBOX"); > if(style & WS_MAXIMIZEBOX) TRACE(" WS_MAXIMIZEBOX");

Re: Searching for an existing Windows installation

2004-12-07 Thread Bodo Thiesen
Christian Britz <[EMAIL PROTECTED]> wrote: > because this step during the installation takes very long, I would > suggest to make it optional. wineinstall ~ line 35: DOWCHK=no # whether to autoconfigure existing-windows installation maybe you want to set DOWINE, too: DOWIN

Re: wine/ windows/win.c windows/painting.c server/ ...

2004-12-07 Thread Dimitrie O. Paun
On Tue, Dec 07, 2004 at 11:31:53AM -0600, Alexandre Julliard wrote: > Log message: > Moved update region handling to the server. > > Patch: http://cvs.winehq.org/patch.py?id=14725 OK, here are the first impressions after testing this patch: 1. Good news: bug 1091 seems to have been fixed

Re: Feedback on user manual

2004-12-07 Thread Scott Ritchie
On Wed, 2004-12-08 at 01:23 +, Mike Hearn wrote: > On Tue, 07 Dec 2004 17:02:01 -0800, Scott Ritchie wrote: > > Scott Ritchie, > > Self Proclaimed Wine Usability guy > > Good. We need one. I do my best but these days spend most of my time > writing app compat patches. Somebody who is specific

tools/wineinstall

2004-12-07 Thread Christian Britz
Dear all, the script tools/wineinstall suggest to uninstall wine first if you update an existing installation. This makes senses but it is uncomfortable that the script doesn't offer the option to do that for the user. You always have to su before installing a new version Thx Christian

Wine CVS still broken

2004-12-07 Thread Florian Goth
I deleted my wine - folder and did a full cvs checkout today(23:00 CET ) But there's still a problem in winejack: The previously reported errors seem to be away gcc -c -I. -I. -I../../../include -I../../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-

Problems using WineDbg

2004-12-07 Thread Bodo Thiesen
Ok, I'm trying to use winedbg to check, why a game doesn't work, but: $ /cd_autorun Zeus Using /cdimages/mnt/Zeus/AUTORUN.INF as Autorun.Inf Using Z:\autorun.exe as Autorun.Exe Setting WINEPREFIX to /.wine-Zeus Starting Z:\autorun.exe using cmdline /bin/wine Z:\autorun.exe Xlib: extension "GLX" m

Re: Jack Bug

2004-12-07 Thread Christian Britz
Vincent Béron schrieb: >One of the winejack files was missing an #include statement, it should >be fixed in current CVS now. > > No. Maybe my server has not replicated yet. I'll inform you tommorow about success.

Re: Feedback on user manual

2004-12-07 Thread Mike Hearn
On Tue, 07 Dec 2004 17:02:01 -0800, Scott Ritchie wrote: > Scott Ritchie, > Self Proclaimed Wine Usability guy Good. We need one. I do my best but these days spend most of my time writing app compat patches. Somebody who is specifically devoted to usability can only be a good thing. Does it invol

Re: Jack Bug

2004-12-07 Thread Vincent Béron
Le mar 07/12/2004 à 17:38, Christian Britz a écrit : > Christian Britz wwrote accidentially to himself: > > > Vanilla Kernel 2.6.9, Alsa support, libjack0.80.0-dev not installed what > > >> > >> > >> > >>Sorry, that was was wrong, the dev package IS installed! > >> > > > > > When I

Searching for an existing Windows installation

2004-12-07 Thread Christian Britz
Dear all, because this step during the installation takes very long, I would suggest to make it optional. Mit freundlichen Grüßen Christian

IMM_Register and Flight Simulator 98

2004-12-07 Thread Robert Reif
Just tried to install Flight Simulator 98 with latest CVS and got this: [EMAIL PROTECTED] cdrom1]$ wine setup.exe wine: Unhandled exception (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception: page fault on read access to 0x04d0 in 32-bit code (0x40e42e67). In 3

Re: Feedback on user manual

2004-12-07 Thread Scott Ritchie
Please don't use the official Debian packages, they are rather out of date. Instead, please use the winehq.org .deb files (I'll upload instructions on how to get them by tomorrow), or compile from CVS. The documentation is also currently undergoing a rewrite - you can see its status as of the late

Jack Bug

2004-12-07 Thread Christian Britz
Christian Britz wwrote accidentially to himself: Vanilla Kernel 2.6.9, Alsa support, libjack0.80.0-dev not installed what >> >> >> >>Sorry, that was was wrong, the dev package IS installed! >> > > When I remove this package everything compiles fine! So i guess jack support is brok

Re: Bug Confirmation (was Re: current CVS broken.)

2004-12-07 Thread Christian Britz
Christian Britz schrieb: >Vanilla Kernel 2.6.9, Alsa support, libjack0.80.0-dev not installed what > Sorry, that was was wrong, the dev package IS installed!

Bug Confirmation (was Re: current CVS broken.)

2004-12-07 Thread Christian Britz
Dear all, Ivan Leo Puoti wrote: >I believe this patch >http://www.winehq.com/hypermail/wine-cvs/2004/12/0081.html >is causing this compile error on my system. > >make[2]: Entering directory `/path/to/wine/source/dlls/winmm/winejack' > > [...] I can confirm this, same problem here. As I am not

Feedback on user manual

2004-12-07 Thread Ross Boylan
The manual lamented the lack of feedback, so I thought I'd give you some. 1.1.1 says "It tries to target both the new Wine user, by offering a step by step approach, and the experienced Wine user, by offering the reference material mentioned above." Ordinarily, I would expect the novice stuff, fol

Re: Includes [1] ntdll

2004-12-07 Thread Andreas Mohr
Hi, On Tue, Dec 07, 2004 at 01:20:57PM -0700, [EMAIL PROTECTED] wrote: > Considering that it takes 6-8 hours to compile on my poor old machine > I would appreciate anything that would speed up the process. I dread > having to do a ./configure. I know you guy's with your multi GHz > machines might

Re: Includes [1] ntdll

2004-12-07 Thread Dimitrie O. Paun
On Tue, Dec 07, 2004 at 01:20:57PM -0700, [EMAIL PROTECTED] wrote: > Considering that it takes 6-8 hours to compile on my poor old machine Wow! I thought 1h on my old box was excessive. What kind of machine is that? -- Dimi.

Re: Includes [1] ntdll

2004-12-07 Thread tony_lambregts
Jon Griffiths wrote: [Snip] Yes, its a little crufty as-is. My reasoning is that anything that reduces my compile times after updates is good, and my laptop takes quite a while to rebuild Wine, Minimising dependencies helps that. On a related note, would anyone object to a patch that auto-split co

Re: wine/ windows/win.c windows/painting.c server/ ...

2004-12-07 Thread Mike Hearn
On Tue, 07 Dec 2004 14:52:03 -0500, Dimitrie O. Paun wrote: > On Tue, Dec 07, 2004 at 11:31:53AM -0600, Alexandre Julliard wrote: > > Log message: > > Moved update region handling to the server. > > > > Patch: http://cvs.winehq.org/patch.py?id=14725 > > Cool stuff! Way to go Alexandre, this i

Re: wine/ windows/win.c windows/painting.c server/ ...

2004-12-07 Thread Dimitrie O. Paun
On Tue, Dec 07, 2004 at 11:31:53AM -0600, Alexandre Julliard wrote: > Log message: > Moved update region handling to the server. > > Patch: http://cvs.winehq.org/patch.py?id=14725 Cool stuff! Way to go Alexandre, this is really, really good news! -- Dimi.

Re: Genrate stdole32.tlb file, and install generated files

2004-12-07 Thread Mike Hearn
On Tue, 07 Dec 2004 17:17:12 +0100, Alexandre Julliard wrote: > Not really, it should probably be created by winebuild like other > builtin dlls, or else directly in PE format by widl. Either way it > won't be done from a Winelib app (but don't let this discourage you > from finishing the UpdateRes

Re: Includes [1] ntdll

2004-12-07 Thread Robert Shearman
Jon Griffiths wrote: Hi, --- Andreas Mohr <[EMAIL PROTECTED]> wrote: Note that some removed include files might be needed for different systems, so some breakage might/may/will follow this patch. I deliberately made my script remove only Wines own headers for this reason. It will not remove

Re: Help with some strange debugging.

2004-12-07 Thread Mike Hearn
On Tue, 07 Dec 2004 01:02:27 +, Oliver Stieber wrote: > I've also got a little patch for oleaut/varient.c to > allow number-string comparisons. There are a couple of > undocumented assumptions I've made,like what to return > for an empty of if the string isn't a number, and the > only thing I'v

Re: Includes [4] shlwapi

2004-12-07 Thread Jon Griffiths
Hi Juan, > winnls.h declares WideCharToMultiByte, and we just saw a > compilation error > on some systems because it was missing [1]. winnls.h is included already by wine/unicode.h in url.c, so its not needed again there. The script I wrote basically comments out the includes one at a time, and r

Re: Includes [1] ntdll

2004-12-07 Thread Jon Griffiths
Hi, --- Andreas Mohr <[EMAIL PROTECTED]> wrote: > Note that some removed include files might be needed for different > systems, > so some breakage might/may/will follow this patch. I deliberately made my script remove only Wines own headers for this reason. It will not remove system header files.

Re: Includes [4] shlwapi

2004-12-07 Thread Juan Lang
Jon, are you sure about removing the winnls.h includes? This patch looks suspect: > diff -ur wine/dlls/shlwapi/url.c wine-develop/dlls/shlwapi/url.c > --- wine/dlls/shlwapi/url.c 2004-12-03 23:27:08.0 -0500 > +++ wine-develop/dlls/shlwapi/url.c 2004-12-06 15:42:34.0 -0500 > @@

Fwd:[Fwd: [AppDB] Status Report]

2004-12-07 Thread Ivan Leo Puoti
Can someone working on appdb fix this? Ivan. Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione. Abbonati subito su http://www.libero.it --- Begin Message --- Just to tell you that there is a typo in the appDB

Re: Genrate stdole32.tlb file, and install generated files

2004-12-07 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > I guess the easiest way (if we keep a winelib app) is to use > {Begin,End,}UpdateResource{A,W} from kernel32.dll? Not really, it should probably be created by winebuild like other builtin dlls, or else directly in PE format by widl. Either way it won't

Re: Includes [1] ntdll

2004-12-07 Thread Andreas Mohr
Hi, On Tue, Dec 07, 2004 at 06:15:39AM -0800, Jon Griffiths wrote: > Hi, > > On the suspicion that my hacking on header files was causing too many > files to be rebuilt, I whipped up a quick perl script to identify > unneeded header files. This series of patches is the result. Nice stuff, but...

Re: IME fixes

2004-12-07 Thread Aric Stewart
You have a few places where variable declaration has moved from the top of the function to under your block. That should be fixed. It is hard to read through the whitespace changes for me. I though general convention was that you did not change whitespace (i seems to remember a small war over t

Re: No more winrash?

2004-12-07 Thread Dmitry Timoshkov
"Jakob Eriksson" <[EMAIL PROTECTED]> wrote: > Well, line 183 in dlls/gdi/tests/metafile.c detects rather nicely whether > we are running in an interactive desktop or not. > > I could copy that logic to winetest.exe > > metafile.c : 183 > ok(emr_processed, "EnumEnhMetaFile couldn't find EMR_EXTTE

Re: No more winrash?

2004-12-07 Thread Chris Morgan
If the implementation of automated testing is broken why not fix it or work around the issues rather than abandon the whole idea? Isn't it useful to have all non-interactive tests run automatically on dozens of machines? If it isn't useful then I agree, we should stop the automated testing. C

Re: Shell about box

2004-12-07 Thread Dmitry Timoshkov
"Ge van Geldorp" <[EMAIL PROTECTED]> wrote: > Changelog: > Klemens Friedl <[EMAIL PROTECTED]> > - Design Shell About dialog more Windows-like The patch will not apply since it's utf-8 encoded. -- Dmitry.

Re: No more winrash?

2004-12-07 Thread Jakob Eriksson
Ferenc Wagner wrote: Jakob Eriksson <[EMAIL PROTECTED]> writes: If it really breaks the tests then definitely yes. I think it does provide much useful information which would be largely lost if we resorted to manual testing. What's Good, I kind of hoped you thought so too. more, winet

Re: Help with some strange debugging.

2004-12-07 Thread Jon Griffiths
Hi Oliver, >I've also got a little patch for oleaut/varient.c to >allow number-string comparisons. There are a couple of >undocumented assumptions I've made,like what to return >for an empty of if the string isn't a number, and the >only thing I've been able to test with is 1 vb >application as I

Re: Implemented CreateAsyncBindCtx

2004-12-07 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > It's my tiny bug. RegsterObjectParam can fail only with E_OUTOFMEMORY > here, so checking it's return is > really not important, but to be correct at all, hres should be just > returned. No, that's worse than before, now you return an error while still al

Re: Providing success stories

2004-12-07 Thread Stefan Munz
Hi Hiji, can you provide me some more info. I think your part was to put the stories in some web-related format like HTML or maybe pdf, right? I can do this for those stories. When I'm done whats the next step? Mailing my version to wine-devel or who should I contact? Am Montag, 6. Dezember 20

Re: No more winrash?

2004-12-07 Thread Ferenc Wagner
Jakob Eriksson <[EMAIL PROTECTED]> writes: > Do you agree, should we stop using winrash? > > "Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: > >> "Jakob Eriksson" <[EMAIL PROTECTED]> wrote: >> >>> Well, I tried now marking the service as interactive, >>> but that didn't make any difference. >>> >>>

Re: gdi/metafile tests

2004-12-07 Thread Dmitry Timoshkov
"Walt Ogburn" <[EMAIL PROTECTED]> wrote: > I have started working on some tests (attached here) for metafile > functions in gdi. If these seem reasonable, should I add them to your > metafile.c test code, or move yours to enhmetafile.c and start a new > metafile.h? It can't hurt anyway, and it's