Treeview Icons now broken builtin too

2003-02-15 Thread Uwe Bonnes
Hallo, some time ago, I reported, that in Xilinx Webpack some Icons associated with a treeview where distorted, when using the native commctrl dlls, but all right when using builtin dlls. With the recent updates, now builtin behaves like native and shows distorted Icons. Bye -- Uwe Bonnes

Re: loader: fix loadorder

2003-02-15 Thread Rein Klazes
On 14 Feb 2003 11:26:32 -0800, you wrote: Revert default loadorder to native DLLs firsts, to use the programs supplied ones if available. (Bug discovered and investigated by Tony Lambregts) I don't think we should revert it, using builtins by default is a good idea IMO. We just

Re: How to debug a windows app

2003-02-15 Thread Rein Klazes
On Fri, 14 Feb 2003 21:42:50 +0100, you wrote: I noticed that Agent crashes frequently when sending email. It shows an exception which I never saw on Winodws because Agent is rather stable. Hmm, I use Agent every day. It does not crash frequently here, maybe once per month at the most.

Re: wcmd autoexec.bat?

2003-02-15 Thread Bodo Wenzel
I think this is a key feature, I would like to use this to set some enviroment variables, currently I have to run a batch file manually each time I start wcmd. Could this be considered for implementation please? The real-mode emulator 'dosemu' has an option to use another extension for

Re: small ctl3d fix

2003-02-15 Thread Dmitry Timoshkov
Rok Mandeljc [EMAIL PROTECTED] wrote: Dmitry's patch doesn't fix my problem, because app call only Ctl3dIsAutoSubclass and it expects it to be true. ChangeLog: Changed default internal ctl3d auto subclass flag from false to true My test shows that after a successful

Re: Looking for information on implemented API's in wine

2003-02-15 Thread Matthew Stump
have you thought about xml? --matt On Fri, Feb 14, 2003 at 10:09:37PM +0100, Gerhard W. Gruber wrote: On Fri, 14 Feb 2003 12:59:50 -0800, Dan Kegel [EMAIL PROTECTED] wrote: I can't but think that MySQL is way overkill. Tha'ts true if you have to install it for just that purpose.

Re: msvcrt _tempnam dll

2003-02-15 Thread Paul Millar
Hi Uwe, On Sat, 15 Feb 2003, Uwe Bonnes wrote: Test succeeds with native msvcrt.dll. Patch to msvcrt/file.c comming. Is it worth marking the tests as todo and removing the todo once wine passes the tests? Just a thought ... Paul Millar

Re: How to debug a windows app

2003-02-15 Thread Gerhard W. Gruber
On Fri, 14 Feb 2003 13:30:29 -0800, Dan Kegel [EMAIL PROTECTED] wrote: I think the best way is with logfiles created with the --debugmsg argument to wine. You can invoke the program under the wine debugger by starting it with winedbg instead of wine, but I have not yet gotten much use out of

Re: How to debug a windows app

2003-02-15 Thread Gerhard W. Gruber
On Sat, 15 Feb 2003 21:30:00 +0100, Gerhard W. Gruber [EMAIL PROTECTED] wrote: fixme:file:SetFileAttributesW (LD:\\home\\agent\\):2000 attribute(s) not implemented. fixme:mdi:MDIRefreshMenu partially function stub fixme:ras:RasEnumConnectionsA (0x419e1698,0x406b1cd4,0x4196e278),stub!

Re: loader: fix loadorder

2003-02-15 Thread Tony Lambregts
Dimitrie O. Paun wrote: Tony should give it a try, and see if it works as expected. I just did. Wonderfull. Thanks for the patch! Ditto. Alexandre, could please apply it. (Pretty please) -- Tony Lambregts

Re: TaxCut and C++ exception handling

2003-02-15 Thread Dmitry Timoshkov
Ori Pessach [EMAIL PROTECTED] wrote: I'm trying to run TaxCut under CVS Wine. The install went smoothly, but when I try to run the software it locks up before any windows appear. From the trace, it seems that it might be related to exception handling in Wine. The first sign that

Re: TaxCut and C++ exception handling

2003-02-15 Thread Ori Pessach
Oh. I think you're right - I don't want to debug this. Unless somebody is already working on localeconv(), I don't mind taking a shot at implementing it. -Ori Pessach Dmitry Timoshkov wrote: #define EXCEPTION_WINE_STUB 0x8100 /* stub entry point called */ I'm sure you don't want

Re: TaxCut and C++ exception handling

2003-02-15 Thread Ori Pessach
Am I correct in assuming that a native msvcrt.dll is useful mostly to people porting Windows applications to architectures other than x86? Since the native msvcrt.dll works with Wine, and is a redistributable, I'm not sure how useful a Wine implementation of it is going to be. Am I missing

Re: The richedit scrollbars

2003-02-15 Thread Dan Kegel
Duane Clark wrote: This fixes the problem with the scrollbars on richedit controls being drawn in the wrong position. It does this by returning the incorrect size for the WM_NCCALCSIZE, as indicated below. ... Hah! My secret plan for getting someone to fix this bug worked! All I had to do was

Re: Allow native dlls and debugmsg in runtest

2003-02-15 Thread Eric Pouech
Uwe Bonnes wrote: Changelog tools/runtest Allow the use of native dlls and debugmessages (Includes Allow native dlls in runtest) do we really need this in the scripts ? couldn't we just use the WINEOPTIONS from the command line ? WINEOPTIONS=-debugmsg +foo runtest instead of what you propose