Re: PATCH: stop crashes in desktop mode

2003-09-28 Thread Dimitrie O. Paun
On September 27, 2003 11:41 pm, Alex Pasadyn wrote: +ERR(CWSibling specified, but\n); +ERR(parent1 = %lx\n, parent_ret); +ERR(parent2 = %lx\n, parent2_ret); +ERR(-- ignoring CWSibling\n); If you split

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-28 Thread Pavel Roskin
On Sat, 27 Sep 2003, Alexandre Julliard wrote: 3) Black pen, white background, pattern, opaque mode. The background would still be changing the image. If we consider the pen white, the pattern would be lost. I actually didn't test it, but I expect it to be broken. I don't see how a

Re: How to run program without wine ?

2003-09-28 Thread Martin Fuchs
Hmmm Than i don't see any reason to compile program using winelib. True, there's not much reason to do so other than: 1. being able to call Unix functions from your Win32 program 2. a warm and fuzzy feeling that you've ported the app to Linux :) You should not forget one big

Re: Script to compile Wine programs on Windows

2003-09-28 Thread Martin Fuchs
On Sun 28. September 2003 04:23, Alexandre Julliard wrote: Martin Fuchs [EMAIL PROTECTED] writes: I tried to compile my explorer as winelib application, and got to this problem: How to compile a resource file, which has no problems with RC or WINDRES with WRC? If it compiles with rc and

Re: Wine programs for windows released on sourceforge

2003-09-28 Thread Eric Pouech
Wcmd: - Problem with accentuated letters. likely because we don't set the console codepage correctly - copy con test.txt says access denied but type con test.txt works. that's stranger. could someone test whether CopyFile(CON, afile, FALSE); works or not same for CopyFile($CONIN, afile, FALSE);

Re: Wine programs for windows released on sourceforge

2003-09-28 Thread Shachar Shemesh
Sylvain Petreolle wrote: I will do some tests with these. Are you using CVS ? Otherwise I will recompile to have the latest code available. --- Ivan Leo Murray-Smith [EMAIL PROTECTED] a écrit : Patches and scripts are useless for most users, and cygwin isn't software you install quickly with

Re: Wine programs for windows released on sourceforge

2003-09-28 Thread Sylvain Petreolle
Winhelp: - Doesnt start without parameter. - Exits with code 2 with valid help file as parameter (no windows is displayed at all) cmdline parsing should be buggy... did you use tabs in the command line ? Even if cmdline parsing is buggy, winhelp should start. I didnt use tabs. =

Start menu

2003-09-28 Thread Robert van Herk
Hi people, It is said that there is some kind of start menu that should appear for Wine. I myself am using Slackware 9/KDE and on my system it does not show up though. Furthermore, I do not think the wine start menu, if it exists, is currently being synchronized with the files in the Start

Re: regression - display mode detection - more exanples

2003-09-28 Thread Lionel Ulmer
Specifically, it will: - include more choices for the desktop size - always list all modes as including 8, 16, and 32-bit - silently ignore you when you try to change the depth - remove duplicated modes (see above) - include more TRACE lines for better debugging Well, if XVidMode returns

Re: winedos / Fix BIOS segment address under Win16

2003-09-28 Thread kd6qog40m
the wine routine works but int 10 is only on amd prossesors BIOS data area is not necessarily at a fixed location. Win16 programs that do not jump into real mode code may have NULL pointer catching block at low linear memory and BIOS data area has been moved elsewhere. This patch should make

Start menu

2003-09-28 Thread Robert van Herk
Hi people, It is said that there is some kind of start menu that should appear for Wine. I myself am using Slackware 9/KDE and on my system it does not show up though. Furthermore, I do not think the wine start menu, if it exists, is currently being synchronized with the files in the Start

Re: Updated winetests.exe

2003-09-28 Thread Jakob Eriksson
On Sat, Sep 27, 2003 at 02:29:48PM +0200, Ferenc Wagner wrote: Jakob Eriksson [EMAIL PROTECTED] writes: This winetests.exe should not pop up various error requesters any more, so if you click past any, please note it in the comment text box. Great, it looks really good. Since no test

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-28 Thread Alexandre Julliard
Pavel Roskin [EMAIL PROTECTED] writes: Patch for cmdlgtst.c to produce those pictures is attached. before.png was taken with current Wine. after.png is with the fix that removes the special procession of R2_XORPEN. I would not say that nobody will use this effect. Anyway, the whole thing

Re: Script to compile Wine programs on Windows

2003-09-28 Thread Alexandre Julliard
Martin Fuchs [EMAIL PROTECTED] writes: I was not aware of that because I always got WRC error messages like explorer_intres.rc:337:58: Error: Cannot handle UNICODE filenames when using IDI_EXPLORERICONDISCARDABLE res/explorer.ico Now I tried once more and found this

Re: Wineconf 2004, otherwise known as...

2003-09-28 Thread Stefan Leichter
On Friday 26 September 2003 23:40, Jeremy White wrote: ...making good on my threat. We are making plans to host Wineconf 2004, in St. Paul, MN, during January 2004. This is the last chance for someone in Europe to volunteer to organize it in their neck of the woods... Otherwise, we plan

Re: display modes

2003-09-28 Thread Alex Pasadyn
Shachar Shemesh wrote: Alex Pasadyn wrote: My original patch was not friendly about the depth changing, so I am improving that. Now, it will always enumerate 8, 16, and 32-bit modes and silently ignore depth change requests. What happens if your real server is at 16bpp, and the app requests

Re: Wineconf 2004, otherwise known as...

2003-09-28 Thread Jeremy White
Hi Stefan, I'm torn; I'm glad my threat seems to be working, but I was starting to enjoy the idea of having Wineconf here... Here are some questions i like to get clarified before i start: * What are you willing to pay for the meeting space ? I was quoted a rough cost estimate of $60-70 per

Re: Wineconf 2004, otherwise known as...

2003-09-28 Thread Jakob Eriksson
On Sun, Sep 28, 2003 at 11:52:29PM +0200, Stefan Leichter wrote: i will have a look if can organize this. What about a location in or close to Munich / Germany. MUC is one of the biggest two airports in Germany. Sweet. (I live in Sweden so no big deal. :-) Here are some questions i like

Re: winebuild Winelib

2003-09-28 Thread Dimitrie O. Paun
On September 28, 2003 05:02 pm, Alexandre Julliard wrote: Not only that, there are also things like register functions etc. But we should definitely be able to build standard Winelib dlls with a .def file, this shouldn't be too hard to add. Glad to hear that, we do need to support it to add

Re: winebuild Winelib

2003-09-28 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: It will probably require some tweaking of the winebuild command line options though, --spec and --def are going to be confusing if we also accept .def files as input. Indeed, maybe we can rename --spec to just --lib (or --implib), as we are in fact

Re: winebuild Winelib

2003-09-28 Thread Dimitrie O. Paun
On September 29, 2003 01:24 am, Alexandre Julliard wrote: I was thinking we could use --dll, since that's what we are ultimately building; and it fits well with --exe. Agreed, --dll is a better choice. So for this to work (say we have a MyStuff.DLL), I would add a -lMyStuff, and I'd have

Re: ddraw.txt and gui

2003-09-28 Thread Dimitrie O. Paun
Well, I did a _bit_ of the test, and things are not looking good. I just did the {Create,Show,Destroy}Window tests for overlapped and child windows, and I get quite a bit of failures. Before we go around wine tweaking things to match the tests, I'd like to have the test run on a bunch of Windows