Re: winedump doc

2002-09-21 Thread Dimitrie O. Paun
On September 21, 2002 01:57 am, Eric Pouech wrote: I really don't think looking into the source in tools/winedump/README is way simpler Of course not. I would suggest: -- a general description in the .sgml docs. I don't think including too many details there would help anyone. This is

Re: HRGN

2002-09-21 Thread Michael Stefaniuc
On Sat, Sep 21, 2002 at 01:10:06AM -0400, Dimitrie O. Paun wrote: On September 20, 2002 06:59 pm, Michael Stefaniuc wrote: On Fri, Sep 20, 2002 at 05:15:10PM -0400, Dimitrie O. Paun wrote: Oddly enough, this seem to work... STOP! It dosn't work: Yes, I knew something was wrong -- I

Re: wine status page

2002-09-21 Thread tom
- Original Message - From: Eric Pouech [EMAIL PROTECTED] To: Brian Vincent [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, September 21, 2002 1:51 AM Subject: Re: wine status page If someone wants to forward me the raw HTML I'll edit it to include WWN threads. well, it's

Re: fix listview trace crash

2002-09-21 Thread Dimitrie O. Paun
On September 21, 2002 02:46 am, Rein Klazes wrote: Hi, With these fixes the original reason to debug disappeared as well ;-) dlls/comctl32/: listview.c Fix some crashes running with --debugmsg +listview +ZeroMemory(item, sizeof(item)); We shouldn't need these. In fact,

regression in recent cvs (transparent window) ?

2002-09-21 Thread T'aZ
i've recently compiled wine cvs, and now, the content of a window from an app is not shown, it's the bug http://bugs.winehq.com/show_bug.cgi?id=1033 cmorgan on irc said me i might post here so that maybe someone knows if it was their patch that did it :) -- T'aZ *Just because you are

Re: notepad vs write

2002-09-21 Thread Sean Young
On Fri, Sep 20, 2002 at 09:56:41AM -0700, Andriy Palamarchuk wrote: --- Sean Young [EMAIL PROTECTED] wrote: I've written a .wri to RTF converter, which is available here: http://www.msxnet.org/word2rtf/write.c It should be almost complete. The output is almost the same as the

Re: fix listview trace crash

2002-09-21 Thread Rein Klazes
On Sat, 21 Sep 2002 11:12:52 -0400, you wrote: +ZeroMemory(item, sizeof(item)); We shouldn't need these. In fact, they just hide bugs, and most of them are superfluous anyways. The first hunk is a good find though, I've integrated it in my patch. Alexandre, please use this one

Re: wine status page

2002-09-21 Thread Francois Gouget
On Sat, 21 Sep 2002, tom wrote: [...] I am going to start the ToDo's as well. I need some feed back here about how best to do this .. Should I just look at the ToDo's to get to .9 and post them or up to 1.0 ?? Also if anyone is aware of a current ToDo that is not on the .9/1.0 pages can

Re: wine status page

2002-09-21 Thread tom
About VxDs, why is the implementation status 5%? Are there more VxDs that we should implement? If not and the existing ones are doing their job, then maybe the implementation status should be higher: 90% or something. Concerning 'How to use Winelib': I would change its status from

PE support in MZ_Exec() /winedos/module.c

2002-09-21 Thread Chris Morgan
I have a .com application that is calling out to dos int21 4Bh to load and execute a program. MZ_Exec assumes this program is always going to be a dos executable and the application fails to run and complains that it is a pe executable. So I've started to try and add support for correctly

Patch - stub and workaround to make wineserver compile on cygwin

2002-09-21 Thread Steven Edwards
This will allow you to run wineserver on cygwin. We still lack tons of stuff before we can have a WINE that really works on Cygwin but over the next few months/years++ as I am learning, I will keep working on this. Changelog: Wineserver - Stub get/set_thread_context in wineserver so it

Re: PE support in MZ_Exec() /winedos/module.c

2002-09-21 Thread Dmitry Timoshkov
Chris Morgan [EMAIL PROTECTED] wrote: I have a .com application that is calling out to dos int21 4Bh to load and execute a program. MZ_Exec assumes this program is always going to be a dos executable and the application fails to run and complains that it is a pe executable. So I've