Re: Wine and non ANSI charset fonts

2004-09-10 Thread Dmitry Timoshkov
"Andreas Rosenberg" <[EMAIL PROTECTED]> wrote: > ;;default TrueType fonts with russian koi8-r encoding > "Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r" > "DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r" > "DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi

Re: RFC: ntdll critical section debug

2004-09-10 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > Is there a good reason to statically initialize ntdll locks or > can they be initialized like normal locks? Actually nearly all critical sections in Wine are initialized statically. This improves performance, and avoids having lots of "init" functions cal

Re: winedos:MCB implementation

2004-09-10 Thread Alexandre Julliard
Markus Amsler <[EMAIL PROTECTED]> writes: > Please let me know, if there's something wrong with the patch (design > problems, naming conventions, formating, ...). The main problem is that you now have both the MCB and the DOSMEM code trying to allocate memory in the same area, that won't work. Wh

Re: Implementation of WSAStringToAddress(A/W), WSAHtonl, WSAHtons

2004-09-10 Thread Alexandre Julliard
Andreas Rosenberg <[EMAIL PROTECTED]> writes: > +INT WINAPI WSAStringToAddressW(LPCWSTR AddressString, > + INT AddressFamily, > + LPWSAPROTOCOL_INFOA lpProtocolInfo, You should have an LPWSAPROTOCOL_INFOW here instead, and convert it bef

Re: winecfg (was Re: W->A calls)

2004-09-10 Thread Dimitrie O. Paun
On Fri, Sep 10, 2004 at 08:19:09PM +0200, Joris Huizer wrote: > site about that (I found a http://sourceforge.net/projects/winecfg/ but > it seems the last update was over a year ago..) > What's there to do, how to... etc - kind find much documentation except > for the fact it's mentioned as a To

Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-10 Thread Alexandre Julliard
"Jens Collin" <[EMAIL PROTECTED]> writes: > + { > + TRACE("The env. var can't be found or is bigger than > MAX_PATH => useless."); > + res += sprintfW(res, L"%s%%", tmpBuffer); You cannot use Unicode strings constants in

Re: Almost complete UpdateResource implementation

2004-09-10 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > +if(!updates_list) > +{ > +updates_list = current_updates; > +list_init(&updates_list->entry); > +} > +else > +list_add_after(&updates_list->entry, ¤t_updates->entry); That's not the right way to use the list func

Re: CreateDirectoryA conformance test improvement

2004-09-10 Thread Alexandre Julliard
Wolfgang Schwotzer <[EMAIL PROTECTED]> writes: > This patch provides a conformance test for my patch > sent on 06. Sept 2004. > > I have successfully tested it on Windows98 and WindowsNT4. Actually the results of that test depend on what the current directory is on the drive you are testing. If y

COmpilation problems with older Freetype 2

2004-09-10 Thread Vincent Béron
A patch by Huw broke compilation of Wine on RH8 (and probably other platforms as well) which use Freetype 2.1.3 or earlier. More specifically, FT_ENCODING_NONE is undefined. Other ft_encoding_* (or FT_ENCODING_*) problems have arised in the past, but the solution used identifiers already present i

Re: Fix twain device handle corruption

2004-09-10 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > * or we could check that config.h has been included first using > something like: > > #ifndef __WINE_CONFIG_H > # error You must include config.h first > #endif I think that's preferable, we really want to be using the same structure everywhere. --

winecfg (was Re: W->A calls)

2004-09-10 Thread Joris Huizer
Duane Clark wrote: Mike Hearn wrote: If you're just generally looking for things to do, W->A cleanup isn't the only task. You could help extend the test suite :) Or another possibility... since there is no longer a ~/.wine/config file installed, we really, really need some serious work on winecf

Re: [SHLWAPI] Implemented PathSearchAndQualify (another fix)

2004-09-10 Thread Diego 'Flameeyes' Pettenò
On Friday 10 September 2004 19:30, Vincent Béron wrote: > Not likely if the patch is not attached... ;) Thanks, seems like KNode says nothing if the permissions of the wannabe attached file are messed up :) -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: [SHLWAPI] Implemented PathSearchAndQualify (another fix)

2004-09-10 Thread Vincent Béron
Le ven 10/09/2004 à 13:22, Diego 'Flameeyes' Pettenò a écrit : > I have fixed the patch for the problems Rolf Kalbermatter pointed out. Hope > this time is the good one :) Not likely if the patch is not attached... ;) Vincent

Re: winedos:MCB implementation

2004-09-10 Thread Andreas Mohr
Hi, On Fri, Sep 10, 2004 at 06:09:26PM +0200, Markus Amsler wrote: > That's some of the result of my effort getting FreeCOM running in winedos. > It's quite important to winedos having proper MCB support, a lot of apps > depend on it. Indeed! Great, thanks a lot for this very important work!! >

RFC: ntdll critical section debug

2004-09-10 Thread Robert Reif
I have been running into deadlock problems in the direct sound dll and have been playing with the debug part of critical sections. I added a lock name to Spare[1] to give the critical sections names that will show up in the error messages just like wine's ntdll does. After looking at the ntdll co

Wine and non ANSI charset fonts

2004-09-10 Thread Andreas Rosenberg
Hello guys, after a long pause I'm back testing our application (http://appdb.winehq.org/appview.php?appId=1536) with WINE. In the meantime I've been working to prepare our application for the east european/asian market (UTF16, wide char API). This seems to work so far, but as soon as you enter

Re: dinput axis mapping and format mapping patch

2004-09-10 Thread Dimitrie O. Paun
On Fri, Sep 10, 2004 at 09:46:42AM +0100, Mike Hearn wrote: > OK, makes sense. I'll work on adapting winecfg. I'll also try compiling > a list of the registry entries we use, I don't think there is any such > list currently is there? Please work on this one, it needs love: http://winehq.

spying COM

2004-09-10 Thread Saulius Krasuckas
Am not sure would it be of any use for list members, but just some minutes ago I've discovered "The COM spy". Quite old stuff, but whatever: http://staff.develop.com/jasonw/comspy/default.htm

Fwd: Cron $HOME/Production/cronCrossBuild 10:00

2004-09-10 Thread Paul Millar
Hi everyone, A couple of quick things: First, I'm off on holiday for a week (starting tomorrow :^) so won't be able to answer emails for a bit. The cross-building should carry on regardless, though. Second, very occasionally get messages like: -- Forwarded Message -- Subjec

Re: dinput axis mapping and format mapping patch

2004-09-10 Thread Mike Hearn
Alexandre Julliard wrote: Because we want to have the two systems coexist, so that we don't have to change all the code at the same time. In fact there are already some parameters under HKLM/Software/Wine today. It also allows moving back to an older Wine without conflicts. OK, makes sense. I'll wo