"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
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
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
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
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
"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
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
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
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
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.
--
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
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/
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
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!!
>
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
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
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.
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
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
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
20 matches
Mail list logo