LogonUser(), netapi work

2002-10-22 Thread Martin Wilck
Hi, after having been busy with other stuff for a while, I'd like to inquire the status of my LogonUser() patch (http://www.winehq.com/hypermail/wine-devel/2002/09/0448.html) I have had almost no feedback, positive or negative, on this, and it wasn't applied either. I still think it could be

Re: Marshalling code for me to use?

2002-10-22 Thread Jürgen Schmied
and I don't know about anyone else working on it (Juergen Schmied is probably busy with other stuff). Yes, I'm not able to do much of work for some month. (Bussy changing nappies...). I was only merging the RPC stuff because I was interested in getting ove's COM stuff into wine. I might

Re: Third listview status update

2002-10-22 Thread Rein Klazes
On Mon, 21 Oct 2002 23:57:52 -0400, you wrote: I would like to thank everybody that helped me with testing, patches, or reporting bugs. I couldn't have done the half of it without that support. This sounds like this is a done deal. It's not. There's a lot of stuff that remains to be done,

Re: [RFC] Adding an include/wine/wine directory?

2002-10-22 Thread Steven Edwards
It would be nice but I dont expect/want a major overhaul of the header system for you and I with the Mingw and MS_VC work. If one day WINE is going to use some sort of common header/import system that it shares with Mingw/Borland* then I am all for it but atm ReactOS is not contributing much

Re: Marshalling code for me to use?

2002-10-22 Thread Martin Wilck
Am Die, 2002-10-22 um 13.46 schrieb Ove Kaaven: I found te freedce project at sourceforge. Maybe rpc could borrow (ndr-)code there? I borrowed the UuidHash algorithm from freedce. I don't think we can borrow a lot since the way rpcrt4 does ndr internally is part of the exported API, but it

here's a snapshot of my tree...

2002-10-22 Thread Greg Turner
I'm holding back on submitting an official patch to give Alexandre the chance to catch up so I can start a new F series and not stay forever conceptually forked from CVS wine. But I thought he or somebody else might like to see what's I'm up to so here goes (I'm also having some HD troubles so,

Services

2002-10-22 Thread Martin Wilck
I have had a look at dlls/advapi/services.c and found that it is pretty incomplete. Can anybody tell what the current implementation is used for (are there any known programs starting services?) In particular I'd like to know what people generally think about the usefulness of Services in Wine.

Re: Marshalling code for me to use?

2002-10-22 Thread Greg Turner
On Tuesday 22 October 2002 04:40 am, Jürgen Schmied wrote: I was only merging the RPC stuff because I was interested in getting ove's COM stuff into wine. I might start to work there (COM) again sometimes later [or more early if I could pay my bills from it ... - thats life ;-) ] I still

Re: Marshalling code for me to use?

2002-10-22 Thread Greg Turner
On Tuesday 22 October 2002 06:46 am, Ove Kaaven wrote: I borrowed the UuidHash algorithm from freedce. When are you planning to give it back? ;) DISCLAIMER: Sorry. That is a terrible, and old, joke. But somehow I couldn't resist. I take no responsibility for any feelings of discomfort,

An RPC progress report

2002-10-22 Thread Greg Turner
On Tuesday 22 October 2002 12:47 pm, you wrote: Greg - I've been following the RPC merges lately, looks like a lot of stuff added. I browsed the code, but I couldn't really get a grasp on some of it. That's OK, I'm not sure /I've/ got a grasp on some of it !! ;) I was just wondering if

Re: An RPC progress report

2002-10-22 Thread Dimitrie O. Paun
On October 22, 2002 02:50 pm, Greg Turner wrote: Now, what remains to be done? Well, as Ove mentions in the TODO for his units, a whole lot. Here are several things in no particular order: And this nice summary should be placed in a file header somewhere in the RPC code, so that other

Re: using native regedit

2002-10-22 Thread Greg Turner
On Tuesday 22 October 2002 01:01 pm, Jeff Smith wrote: htmldiv style='background-color:'DIVnbsp; I know I must be missing something very simple, but I cannot seem to/DIV DIVgetnbsp;nativenbsp;regedit to run.nbsp; The builtin version always runs instead.nbsp; The only/DIV DIVthing I could think

Re: using native regedit

2002-10-22 Thread Jeff Smith
Thanks for the advice, this should get me by for now. Of course I would still like DllOverrides section to work as advertised, but maybe I can hack on it some more when I am more in the mood. P.S. Sorry about the HTML message, the Hotmail admins seem to be playing around with default settings.

RE: [RFC] Adding an include/wine/wine directory?

2002-10-22 Thread Patrik Stridvall
Patrik Stridvall [EMAIL PROTECTED] writes: I suggest that we gradually move the files in include/wine to include/wine/wine or in some cases other places like the DLL directories. Eventually, far in the future, the include/wine directory will be empty (save for a wine directory).

Re: Marshalling code for me to use?

2002-10-22 Thread Ove Kaaven
On 22 Oct 2002, Martin Wilck wrote: Am Die, 2002-10-22 um 13.46 schrieb Ove Kaaven: I found te freedce project at sourceforge. Maybe rpc could borrow (ndr-)code there? I borrowed the UuidHash algorithm from freedce. I don't think we can borrow a lot since the way rpcrt4 does ndr

Re: [RFC] Adding an include/wine/wine directory?

2002-10-22 Thread Alexandre Julliard
Patrik Stridvall [EMAIL PROTECTED] writes: We could do that following instead: (1) /usr/include/wine = /usr/include/wine/windows (2) /usr/include/wine/wine = /usr/include/wine/windows/wine (3) /usr/include/wine/wine/wine = /usr/include/wine Also note (2) will disappear eventually. Well,

Re: updated dlls/comctl32/commctrl.c comments

2002-10-22 Thread Dimitrie O. Paun
On October 22, 2002 03:02 pm, Christian Neumair wrote: Dimitrie started posting a header doc patch for listview.c, so I got motivated and wrote the same thing for commctrl.c. I hope it's complete. Thanks, Chris. In many respects, this is more important than code. For many reasons I will not go

RE: [RFC] Adding an include/wine/wine directory?

2002-10-22 Thread Patrik Stridvall
Patrik Stridvall [EMAIL PROTECTED] writes: We could do that following instead: (1) /usr/include/wine = /usr/include/wine/windows (2) /usr/include/wine/wine = /usr/include/wine/windows/wine (3) /usr/include/wine/wine/wine = /usr/include/wine Also note (2) will disappear eventually.

Re: using native regedit

2002-10-22 Thread Alexandre Julliard
Jeff Smith [EMAIL PROTECTED] writes: Found something: it works if I fully qualify the command name. I was trying this in the DllOverrides / command-line respectively: regedit.exe = native, builtin --dll regedit.exe=n,b What I have to do for it to work is this:

Re: [RFC] Adding an include/wine/wine directory?

2002-10-22 Thread Alexandre Julliard
Patrik Stridvall [EMAIL PROTECTED] writes: Patrik Stridvall [EMAIL PROTECTED] writes: We could do that following instead: (1) /usr/include/wine = /usr/include/wine/windows (2) /usr/include/wine/wine = /usr/include/wine/windows/wine (3) /usr/include/wine/wine/wine =

Re: using native regedit

2002-10-22 Thread Sylvain Petreolle
I have the same problem here. It seems that something is going wrong in config file reading. The notepad.exe entry specified in documentation/samples/config doesn't work too. Well, if my wetware HTML parser is working today, I think I understand your problem. Just rename regedit.exe to

Re: [RFC] Adding an include/wine/wine directory?

2002-10-22 Thread Dimitrie O. Paun
On October 22, 2002 07:12 pm, Alexandre Julliard wrote: decide on the final structure. (And my secret hope is that by then we will be able to switch to Subversion which should make renaming files a lot easier; but that's another topic...) Oh my, you think it's going to take us _that_ long?!?

Re: Third listview status update

2002-10-22 Thread Dimitrie O. Paun
On October 22, 2002 06:16 am, Rein Klazes wrote: On the positive side background colouring for new messages works now. ;) [snip] - updates are from bottom to top; this gets some getting used to; Fixed in one of the W-patches. Crash 2: | err:ntdll:RtlpWaitForCriticalSection section 0x4fcf28

eTax status report

2002-10-22 Thread Ben Stanley
Hi, I have now completed using the eTax program from the Australian Taxation Office (http://etax.ato.gov.au) under wine, and have some concluding remarks. * Yellow Note Popups over buttons: these notes pop up almost immediately you put your mouse over a button, and if you click on them, the

Re: [RFC] Adding an include/wine/wine directory?

2002-10-22 Thread Francois Gouget
On Mon, 21 Oct 2002, Patrik Stridvall wrote: [...] However there are at least two intresting ways to compile and run the tests on Windows. 1. Compile using the Wine headers. 2. Compile using the Microsoft headers. Currently only (1) works in a portable way. To get (2) to work I had to add

Re: using native regedit

2002-10-22 Thread Jeff Smith
I agree that the example should be changed to indicate a 'valid' entry if this is the way it is supposed to be. This would have saved me a lot of trouble and confusion. Now I can work on getting native regedit working again. -- Jeff S. Shouldn't we update the sample entry in

Impressive success

2002-10-22 Thread John K. Hohm
I just got an ATAPI Plextor PlexWriter 40/12/40A (which rocks), and Plextor's Win32-only firmware updater worked flawlessly in wine, a few months old CVS. Kudos to all involved in supporting that sort of access!

Re: Third listview status update

2002-10-22 Thread Dimitrie O. Paun
On October 22, 2002 11:45 pm, Rein Klazes wrote: On Tue, 22 Oct 2002 19:38:41 -0400, you wrote: The line numbers look strage. What version of dlls/comctl32/comctl32undoc.c did you run it with? rev 1.71, latest cvs. Interesting. Listen, can you please retry with _all_ my latest patches,

Re: Third listview status update

2002-10-22 Thread Dimitrie O. Paun
On October 22, 2002 06:16 am, Rein Klazes wrote: - the green background extends as far as the text; with native comctl32 is extends the whole column; - A line that has both a green background and is marked slected will display as white text on green backgound; With native comctl32 is shows as

Treeview fix

2002-10-22 Thread Jeff Smith
Intro: Once I got wine to finally execute the native regedit, treeview was bringing it down. Background: I discovered treeview uses DSA's and Dimi recently changed the max element number in DSA's to 0x7fff (SHRT_MAX). Note this value has the special meaning in DSA_InsertPtr functions of 'add new

Re: Treeview fix

2002-10-22 Thread Dimitrie O. Paun
On October 23, 2002 12:44 am, Jeff Smith wrote: I discovered treeview uses DSA's and Dimi recently changed the max element number in DSA's to 0x7fff (SHRT_MAX). Note this value has the special meaning in DSA_InsertPtr functions of 'add new element to end of array'. This was my initial

Re: Treeview fix

2002-10-22 Thread Jeff Smith
Oops, your previous message got lost in the shuffle... I'm sure anything is better than the little patch I wrote. I was just taking a minimalist approach to get treeview working. -- Jeff S Dimi wrote: On October 23, 2002 12:44 am, Jeff Smith wrote: I discovered treeview uses DSA's and Dimi

Re: fairly old wine regression: no$gmb no longer works

2002-10-22 Thread Sylvain Petreolle
did you try with CVS ? I will try it in few hours. please report your current version. --- Jonathan Gevaryahu [EMAIL PROTECTED] a écrit : In wine builds from early? last year until January 29th, 2002, no$gmb (Nocash gameboy emulator) worked reasonably in wine (yes it would crash if you