Re: Interesting bug

2004-08-17 Thread Francois Gouget
On Tue, 17 Aug 2004, Mike Hearn wrote: [...] > So... > > Save for Web works with: > wine "c:\program files\adobe\Photoshop 7.0\Photoshop.exe" > > Save for Web WILL NOT work with: > wine "c:/program files/adobe/Photoshop 7.0/Photoshop.exe" [...] > I don't have Photoshop here, but perhaps we should e

Re: Backtrace Dumps

2004-08-17 Thread Dimitrie O. Paun
On Tue, Aug 17, 2004 at 04:03:33PM -0700, Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > > I think it's better to let the debugger take care of that. If you > don't want a real breakpoint you could define a custom exception to > tell winedbg to just dump the backtrace an

Re: winealsa dsound capture message patch

2004-08-17 Thread Robert Reif
Try this one. Index: dlls/winmm/winealsa/audio.c === RCS file: /home/wine/wine/dlls/winmm/winealsa/audio.c,v retrieving revision 1.50 diff -u -r1.50 audio.c --- dlls/winmm/winealsa/audio.c 12 Aug 2004 23:00:52 - 1.50 +++ dlls/

Re: Wine Status - User Interface

2004-08-17 Thread michael
On Mon, Aug 16, 2004 at 01:44:01PM -0500, James Hawkins wrote: > -- Forwarded message -- > From: James Hawkins <[EMAIL PROTECTED]> > Date: Mon, 16 Aug 2004 13:43:21 -0500 > Subject: Re: Wine Status - User Interface > To: [EMAIL PROTECTED] > > Hey Tom, > > printdlg AFAIK is very cl

Re: Menu problem: top menu drawn ok, pulldowns miss text

2004-08-17 Thread michael
On Mon, Aug 16, 2004 at 07:02:48PM +0200, Tobias Burnus wrote: > Hello, > > I have a strange problem with the Cambridge Advanced Learner's > Dictionary. It, finally?, starts up but (besides other problems) there > is a glitch in the menu. The menu bar looks ok, the dropdown menus work, > but th

RE: iostream and msvcrt?

2004-08-17 Thread Scott Snell
Is that simpler than fixing the MSVCRT headers? I have used STLport before so the idea sounds feasable to me. I imagine I have to change the gcc-linux.mak by: replacing the call to gcc with winegcc, removing references to GLIBC, adding a path pointing to /include/wine/MSVCRT. Anything else? re

Re: WineSetupTk...

2004-08-17 Thread Tom
Ivan Leo Puoti wrote: winesetuptk is still maintained? I thought the recent config file changes broke it! I've recently removed it from the sourceforge download page. Ivan. Hello All, I sent a patch to remove (winesetuptk) from the status pages see: http://www.winehq.org/hypermail/wine-patches/2004

Re: winealsa dsound capture message patch

2004-08-17 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > Adds missing wine specific dsound capture message support. This patch causes the dsound capture test to hang for me. Here's the output I get before killing it: capture.c:230:Testing Primary Sound Capture Driver - winealsa.drv fixme:wave:widDsCreate Direc

Re: Different X Displays and Wine

2004-08-17 Thread Alexandre Julliard
"Eric Frias" <[EMAIL PROTECTED]> writes: > I'm curious how much work would be involved in fixing this correctly. I've > never looked at the wineserver code, so I don't know if this would just be a > matter of adding another variable to a data structure that gets passed > around to all of the wind

Re: Do more tests in non-interactive mode (resubmit)

2004-08-17 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > That's strange. Could you run it (with or without the patch but without > the -q flag) and send me the output? I guess it's either that Alsa has > multiple capture devices or that there's a bug somewhere. > > If needed we can still speed up the test by

Re: Backtrace Dumps

2004-08-17 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > I propose the addition of this new debug tool that will allow > developers to output backtraces to the console, without having to > interact with a debugger. It can give a useful indication of how > functions are being called in situations where a brea

RE: iostream and msvcrt?

2004-08-17 Thread Scott Snell
Hi Mike, Even if I change my command to be: winegcc -c -mno-cygwin -I/usr/local/include/wine/msvcrt -o test.o test.cpp I get the same spread of errors. I am converting an MSVC project that uses both these header files and I'm trying to understand why the MSVCRT header files provided with wine

Re: don't kill the destktop

2004-08-17 Thread Ferenc Wagner
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "Ferenc Wagner" <[EMAIL PROTECTED]> wrote: > >> ChangeLog: The desktop process is not automatically >>restarted under Win95, so stop killing it. > > This patch causes test_shell_window tests fail under win2k SP4. > Please either fix the

Re: ADVAPI32: implement and test BuiltTrusteeWithName

2004-08-17 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > +pTrustee->TrusteeForm = NO_MULTIPLE_TRUSTEE; > +pTrustee->TrusteeType = TRUSTEE_IS_NAME; > +ok( trustee.TrusteeForm == TRUSTEE_IS_NAME, "TrusteeForm wrong\n"); > +ok( trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");

Re: More winecfg todos

2004-08-17 Thread Saulius Krasuckas
On Tue, 17 Aug 2004, Mike Hearn wrote: > > 256 /home/s2/.wine/config > >4946 /home/s2/.wine/system.reg ... > Maybe we should fork the Wine/Config branch into a separate .reg file to > appease those who want to edit it using a text editor. That would make > the switch from config file -> r

Re: Different X Displays and Wine

2004-08-17 Thread Eric Frias
Alexandre Julliard (julliard_at_winehq.org) wrote:> We don't support having the same user run from different displays at> the same time. I don't think that's a common setup at all. It probably is not a common setup, but Boaz isn't the only person to have been bitten by this. It has happened both t

Re: WineSetupTk...

2004-08-17 Thread Ivan Leo Puoti
> winesetuptk is still maintained? I thought the recent config file changes broke it! I've recently removed it from the sourceforge download page. Ivan.

Re: GetFontLanguageInfo patch.

2004-08-17 Thread Shachar Shemesh
Leib Moscovitz wrote: Shachar Shemesh wrote: Leib Moscovitz wrote: Dear Shachar, Yes, there is Pmail for Windows (version 4.2 already), and the problem is that it doesn't handle Hebrew RTL correctly - I was wondering whether there's any solution to this that you know of. Thanks, Leib Moscovitz I

Re: GetFontLanguageInfo patch.

2004-08-17 Thread Shachar Shemesh
Leib Moscovitz wrote: Dear Shachar, Yes, there is Pmail for Windows (version 4.2 already), and the problem is that it doesn't handle Hebrew RTL correctly - I was wondering whether there's any solution to this that you know of. Thanks, Leib Moscovitz Is it only on Wine that it doesn't, or also on

Re: GetFontLanguageInfo patch.

2004-08-17 Thread Shachar Shemesh
Rein Klazes wrote: On Tue, 17 Aug 2004 18:05:44 +0200, you wrote: Dear Sir, I am searching for a way to make Pegasus Mail for Windows (4.x) display Hebrew correctly, from right to left, and I came across a post of yours via Google which seems to deal with this issue. Have you developed any so

Interesting bug

2004-08-17 Thread Mike Hearn
From the appdb: --- * SAVE FOR WEB Solution* : Well, after a fair amount of trail-and-error testing, I have FINALLY found what WILL or WONT allow Save-For-Web to work... It actually is how you execute Photoshop.exe ... if you try

Re: WineSetupTk...

2004-08-17 Thread Mike Hearn
winesetuptk is still maintained? I thought the recent config file changes broke it! These days Wine is a lot more self configuring than it once was anyway, we just have a few things that still need to be done (better drive detection and such) ... what do you want to configure? -mike Tashlan wr

Re: GetFontLanguageInfo patch.

2004-08-17 Thread Rein Klazes
On Tue, 17 Aug 2004 18:05:44 +0200, you wrote: > Dear Sir, > > I am searching for a way to make Pegasus Mail for Windows (4.x) display > Hebrew correctly, from right to left, and I came across a post of yours via > Google which seems to deal with this issue. > > Have you developed any solution

WineSetupTk...

2004-08-17 Thread Tashlan
Dear Oh Glorious Developers, (without which none of this would be possible) I have decided to try Wine for the first time and I'm trying to keep it simple. You have a link for WineSetupTk but I can't seem to find the file anywhere! Not sure where it is, but it sounded really helpful. Link appe

Re: don't kill the destktop

2004-08-17 Thread Dmitry Timoshkov
"Ferenc Wagner" <[EMAIL PROTECTED]> wrote: > ChangeLog: The desktop process is not automatically >restarted under Win95, so stop killing it. This patch causes test_shell_window tests fail under win2k SP4. Please either fix the failures or revert the patch. -- Dmitry.

Re: More winecfg todos

2004-08-17 Thread Mike Hearn
Right, I am forgetting about this. And the difference is in the size of the files: [EMAIL PROTECTED] SRPMS]$ wc -l ~/.wine/config ~/.wine/system.reg 256 /home/s2/.wine/config 4946 /home/s2/.wine/system.reg 5202 total Text editor for the registry tweaking isn't an easy choice for me, be

Re: More winecfg todos

2004-08-17 Thread Saulius Krasuckas
(Sorry, wrong key-press) On Tue, 17 Aug 2004, Saulius Krasuckas wrote: > Or in a bash-awk code: > > #!/bin/bash > PATH_REG=tmp.reg > PATH_BRANCH='HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session > Manager\Environment' > AWK_APPEND_NPATH='{if (match($0,/^"PATH"=/)) sub(/"\r/, ";"ENVIRO

Re: More winecfg todos

2004-08-17 Thread Saulius Krasuckas
On Tue, 17 Aug 2004, Mike Hearn wrote: > > Again, this may be need by power-win32-users, who basically can't stand > > the GUI of "regedit". :-P > > By definition, Windows power users are comfortable with the registry, as > how else did they get to be power users in the first place? Ughm, maybe

Wine Status - User Interface

2004-08-17 Thread Tom
Hello, I have been working on a update for the Status UI page over the last couple day's and i'm attaching a copy of what I have. I've re-named the template to .html so you can view it in your e-mail program or browser of choice. I haven't done the changelog so just view this againt http://www.w

Re: iostream and msvcrt?

2004-08-17 Thread Boaz Harrosh
Mike Hearn wrote: Why are you trying to use G++ with the MSVCRT (Microsoft Visual C++ runtime) ? That can surely never work: even if the headers were compatible, the ABI used is not. He meant in a winelib when a winelib links against msvcrt (-nocygwin on the winegcc command line). Only the C sy

Re: iostream and msvcrt?

2004-08-17 Thread Mike Hearn
Scott Snell wrote: Hi All, Thanks to everyone who has helped me with winelib, so far most things are going really well! However here is an issue I cant solve - iostream and msvcrt. Here is an example file: Why are you trying to use G++ with the MSVCRT (Microsoft Visual C++ runtime) ? That can su

Re: More winecfg todos

2004-08-17 Thread Mike Hearn
Again, this may be need by power-win32-users, who basically can't stand the GUI of "regedit". :-P By definition, Windows power users are comfortable with the registry, as how else did they get to be power users in the first place? PS maybe an alternative for the "winecfg" may be some cmd-line opt

Re: iostream and msvcrt?

2004-08-17 Thread Boaz Harrosh
Using gcc's c++ libraries will not work with msvcrt. If it will compile (which it doesn't) it will not load. (Some circular linking) Your best bet is STLPort. Check it out. What I have done is a special makefiles set with special config.h that compiles and links STLPort over msvcrt. I have writt

Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2004-08-17 Thread Andreas Mohr
Hi all, this is a nice little posting from the Con Kolivas Linux interactivity patches list. Note that it is about Cedega, not Wine, but it might easily affect Wine, too. Are we doing some big no-nos in the threading area here? (or maybe it's just done the way it is because we cannot do it a diff

iostream and msvcrt?

2004-08-17 Thread Scott Snell
Hi All, Thanks to everyone who has helped me with winelib, so far most things are going really well! However here is an issue I cant solve - iostream and msvcrt. Here is an example file: // test.cpp module #include #include int test() { return 1; } If I compile it using: wineg++ -

Re: More winecfg todos

2004-08-17 Thread Saulius Krasuckas
Sorry for being a bit unclear: On Tue, 17 Aug 2004, Saulius Krasuckas wrote: > On Mon, 16 Aug 2004, Alexandre Julliard wrote: > > and if an app needs a different PATH the installer for that app will > > change the registry itself. If users really need to change them, IMO we > > are doing something

Re: Forcing 32 bit mode in configure

2004-08-17 Thread Izak Burger
I seem to recall that at least on the later Debian's the compiler is bi-arch and you can tell it what kind of code to generate. There was a howto somewhere about how to compile a 64-bit Linux kernel on AMD64, and I also seem to recall -m32, but that only really influences the size of ints, lon