Re: Relax Marlett LOGFONT specification

2005-09-10 Thread Huw Davies
On Fri, Sep 09, 2005 at 12:46:10PM +0100, Richard Cohen wrote: Index: dlls/user/uitools.c === RCS file: /home/wine/wine/dlls/user/uitools.c,v retrieving revision 1.7 diff -u -p -r1.7 uitools.c --- dlls/user/uitools.c 7 Jul

Re: [Now ns7] Dragon ns8 problem

2005-09-10 Thread peter
On Fri, 09 Sep 2005 16:27:47 +0200, Jean Magnan de Bornier [EMAIL PROTECTED] wrote: Now it won't start, but I'm being confident: this thing accepts one more thing every day, not more; so maybe tomorrow, after a reboot (probably unneeded, but there seems to be a real addiction about reboot for

Re: winspool: EnumPrinterDrivers

2005-09-10 Thread Huw D M Davies
On Fri, Sep 09, 2005 at 12:53:54AM +0200, Detlef Riekenberg wrote: Am Sonntag, den 07.08.2005, 19:16 +0200 schrieb Detlef Riekenberg: This Patch is not in CVS yet: http://www.winehq.org/pipermail/wine-patches/2005-August/019671.html Changelog: Let EnumPrinterDrivers return the

Re: winspool/tests: New Testsuite

2005-09-10 Thread Huw D M Davies
On Fri, Sep 09, 2005 at 12:50:26AM +0200, Detlef Riekenberg wrote: Am Montag, den 29.08.2005, 00:53 +0200 schrieb Detlef Riekenberg: This Patch in not in the CVS yet. http://www.winehq.org/pipermail/wine-patches/2005-August/020289.html Changelog: - New Testsuite for

patches

2005-09-10 Thread Ivan Leo Puoti
Is anything wrong with these? http://www.winehq.com/pipermail/wine-patches/2005-September/020521.html http://www.winehq.com/pipermail/wine-patches/2005-September/020550.html Ivan

Re: Relax Marlett LOGFONT specification

2005-09-10 Thread Richard Cohen
Huw Davies wrote: On Fri, Sep 09, 2005 at 12:46:10PM +0100, Richard Cohen wrote: .. Changing SYMBOL_CHARSET - DEFAULT_CHARSET, FIXED_PITCH - DEFAULT_PITCH .. We shouldn't need to do this. Fixing marlett.ttf would be the right thing to do. ... I agree that marlett.ttf should be fixed,

Possible solution for bug 3028

2005-09-10 Thread Karsten Elfenbein
Hi, after a lot of trail error I found out that in dlls/kernel/file.c line 1483-1484 the filename/mask is removed. After removing those two codelines the mask was handed over to wine_nt_to_unix_file_name (dlls/ntdll/directory.c) In the wine_nt_to_unix_file_name function it exits at the invalid

listbox APIs

2005-09-10 Thread Ivan Leo Puoti
I installed the R2 upgrade for win2k3 today, and the listbox tests don't pass anymore, as shown here http://test.winehq.com/data/200509101000/#2003 R2 is the one on the right. Ivan.

Re: patches

2005-09-10 Thread Ivan Leo Puoti
Eric Pouech wrote: Ivan Leo Puoti a écrit : Is anything wrong with these? http://www.winehq.com/pipermail/wine-patches/2005-September/020521.html http://www.winehq.com/pipermail/wine-patches/2005-September/020550.html DDK isn't public information. Do we want Wine tree to be tainted by non

Re: patches

2005-09-10 Thread Eric Pouech
Ivan Leo Puoti a écrit : Eric Pouech wrote: Ivan Leo Puoti a écrit : Is anything wrong with these? http://www.winehq.com/pipermail/wine-patches/2005-September/020521.html http://www.winehq.com/pipermail/wine-patches/2005-September/020550.html DDK isn't public information. Do we want Wine

Re: patches

2005-09-10 Thread Ivan Leo Puoti
Eric Pouech wrote: from EULA: 1.1 General License Grant. Microsoft grants to you a personal, non-exclusive, nontransferable, royalty-free license to use the Software, and to make and use five (5) copies of the Software on one or more computers located at your premises solely for the purpose

Re: patches

2005-09-10 Thread Eric Pouech
Ivan Leo Puoti a écrit : Eric Pouech wrote: from EULA: 1.1 General License Grant. Microsoft grants to you a personal, non-exclusive, nontransferable, royalty-free license to use the Software, and to make and use five (5) copies of the Software on one or more computers located at your

Re: [Now ns7] Dragon ns8 problem

2005-09-10 Thread Jean Magnan de Bornier
Le 09 septembre à 23:32:23 [EMAIL PROTECTED] écrit notamment: | On Fri, 09 Sep 2005 16:27:47 +0200, Jean Magnan de Bornier | [EMAIL PROTECTED] wrote: | Now it won't start, but I'm being confident: this thing accepts one more | thing every day, not more; so maybe tomorrow, after a reboot

Re: patches

2005-09-10 Thread Ivan Leo Puoti
Eric Pouech wrote: SDK is available on msdn (web site I mean) with most of the information we need. No, MSDN has the documentation, and only the documentation, subject to these TOS http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdkintro/sdkintro/legal_information_sdk.asp

LTSpice/SwitcherCad III Regression with Rich text patch ID=19048

2005-09-10 Thread paul
I did regression testing and found patch Id=19048 triggers this error wine-pthread: run.c:142: ME_RunOfsFromCharOfs: Assertion `nCharOfs = nParaOfs' failed. filed http://bugs.winehq.org/show_bug.cgi?id=3239 The application is a free download and the bug has steps to generate the failure.

Re: CreateProcess - wine is not doing it right

2005-09-10 Thread Robert Shearman
Vitaliy Margolen wrote: Now I really need you help people. Ok, here is the problem: LdrInitializeThunk is called from within start_process - the first thing to be executed in the new process's context. But this is not right. All what I found so far indicates, that LdrInitializeThunk should be

Re: patch for bug 2830 MSFT_GetTdesc fails on methods with = 30 params

2005-09-10 Thread Robert Shearman
White Snake wrote: Hallo, patch goes in typelib.c and is attached as a diff file against typelib.c 1.167. Patch is divided in 3 parts: 1) in MSFT_DoFuncs: reclength of the function information record is stored in a 16 bit int and not in a 8 bit int as previously supposed, using a 0x1ff

Re: LTSpice/SwitcherCad III Regression with Rich text patch ID=19048

2005-09-10 Thread Phil Krylov
On Sat, 10 Sep 2005 13:49:23 -0400 paul [EMAIL PROTECTED] wrote: I did regression testing and found patch Id=19048 triggers this error wine-pthread: run.c:142: ME_RunOfsFromCharOfs: Assertion `nCharOfs = nParaOfs' failed. filed http://bugs.winehq.org/show_bug.cgi?id=3239 The

Office97 Install issue

2005-09-10 Thread Steven Edwards
Hi, As some of you might know I really would like to see Office 97 be able to at least install and parts of it sort of work on Wine 1.0. One of the things I hope to contribute to the 1.0 effort is fixing this. I'm wondering if anyone could give me a pointer or two as to the problem. There are two

WSACleanup() again?

2005-09-10 Thread JustFillBug
I saw the bug described in: http://winehq.com/hypermail/wine-users/2001/01/0516.html happened again to a program I was trying to use. At least the behavior is the same. I have no access to the source code. It seems the problem was fixed in revision 1.42 of socket.c. But now at 1.139, WSACleanup

Re: CreateProcess - wine is not doing it right

2005-09-10 Thread Vitaliy Margolen
Saturday, September 10, 2005, 2:04:23 PM, Robert Shearman wrote: Vitaliy Margolen wrote: Now I really need you help people. Ok, here is the problem: LdrInitializeThunk is called from within start_process - the first thing to be executed in the new process's context. But this is not right. All

subauth.h

2005-09-10 Thread Luke Kenneth Casson Leighton
oh maaan, that's really sad: i know what the stuff in subauth.h is all about, agh! it is incredibly similar to the MSRPC NETLOGON stuff that's implemented in cli_nt_login_interactive, cli_nt_login_network and cli_nt_login_generic in rpc_client/cli_login.c joy. l. -- -- a

lib/netapi32/access.c and friends

2005-09-10 Thread Luke Kenneth Casson Leighton
these are standard smbclient-related and/or rpcclient-related functions. NetUserGetInfo grabs the information from a NET_USER_INFO_3 structure which is cached from the MSV1_0.DLL access token for example (it's a really long story). NetShareEnum() is a LANMAN function, whoopeee what fun. in nt,

Re: subauth.h

2005-09-10 Thread Mike McCormack
Luke Kenneth Casson Leighton wrote: oh maaan, that's really sad: i know what the stuff in subauth.h is all about, agh! Looking at the title of the post, I mistakenly thought that you posted a patch for a moment... Mike