Re: font-shape/font-query related regression in wine 1.1.28

2009-09-04 Thread Hin-Tak Leung
--- On Mon, 24/8/09, Vincent Pelletier plr.vinc...@gmail.com wrote: Le dimanche 23 août 2009 21:02:33, Hin-Tak Leung a écrit : I don't know why a german translation would affect my environment (LANG=en_GB.utf8) and setting LANG=C does not fix the problem. I just yesterday found

Re: font-shape/font-query related regression in wine 1.1.28

2009-08-24 Thread Hin-Tak Leung
--- On Sun, 23/8/09, Austin English austinengl...@gmail.com wrote: On Sun, Aug 23, 2009 at 2:02 PM, Hin-Tak Leunghintak_le...@yahoo.co.uk wrote: My favourite mono/.net application dies with 'Style Regular isn't supported by font Tahoma' in 1.1.28. I did a git bisect and commit

font-shape/font-query related regression in wine 1.1.28

2009-08-23 Thread Hin-Tak Leung
My favourite mono/.net application dies with 'Style Regular isn't supported by font Tahoma' in 1.1.28. I did a git bisect and commit 0b9ba054f6c8a2d96c898e7325087f56a6224644 Author: André Hentschel n...@dawncrow.de Date: Wed Aug 12 19:19:32 2009 +0200 was the entry that breaks, but just

re: winetricks, dotnet3 and winsxs

2009-08-12 Thread Hin-Tak Leung
--- On Wed, 12/8/09, Dan Kegel d...@kegel.com wrote: In http://www.winehq.org/pipermail/wine-devel/2009-August/077858.html Hin-Tak wrote ... The last part (missing charset) seems to be some harmless thing winetrick does - instead of gtk it calls good old xlib message to pop up a message; I

winetricks, dotnet3 and winsxs

2009-08-11 Thread Hin-Tak Leung
Hiya, I have tried playing with the new dotnet3 functionality. Actually even with a clean new wineprefix I haven't been able to get dotnet3 finishing installing - it hangs for a lonh time doing nothing much but the last it does is ngen. the process table shows nothing extra. killing all and

Re: Assigning a bug to myself

2009-08-11 Thread Hin-Tak Leung
--- On Mon, 10/8/09, Ben Klein shackl...@gmail.com wrote: 2009/8/10 Alexandros Dermenakis alder...@gmail.com: Hi, I 'm now ready to start debugging wine so I'd like to try solving a bug. Do I need to assign a bug to myself or I just start solving it? If I have to assign it how can I

Re: winetricks, dotnet3 and winsxs

2009-08-11 Thread Hin-Tak Leung
--- On Tue, 11/8/09, Austin English austinengl...@gmail.com wrote: On Mon, Aug 10, 2009 at 9:37 AM, Hin-Tak Leunghintak_le...@yahoo.co.uk wrote: Hiya, I have tried playing with the new dotnet3 functionality. Actually even with a clean new wineprefix I haven't been able to get dotnet3

Re: Testers on windows needed

2009-07-28 Thread Hin-Tak Leung
--- On Tue, 28/7/09, Stefan Leichter stefan.leich...@camline.com wrote: Hello, i'm looking for some good souls testing the attached patch one windows. While looking for bug 7701 i found that the function __vbaNew2 of the MSVBVM60.dll does not like return values from SHGetFileInfoA

cross-compiler availability (was Re: Wine on cygwin)

2009-07-27 Thread Hin-Tak Leung
I think on most shells, you need to backslash escape the * - i.e. yum install mingw32\* Just to cover all grounds, I came across the opensuse location of SuSE cross-compiler recently on the mono web site. (search in http://www.go-mono.com or www.mono-project.com) since win32 mono can be

Re: New winetricks 20090716: new verbs droid, wenquanyi, dinput8

2009-07-16 Thread Hin-Tak Leung
I have decided against responding to the chinese thread (so much mis-information, ignorance and wrongful entitlement in it, and little substance), but I like to point out that the wenquanyi fonts are shipped with fedora 11. Not sure about fedora 10, but he just needs to upgrade his OS

Re: Howto put a new rpm package on sourceforge ?

2009-07-05 Thread Hin-Tak Leung
--- On Sat, 4/7/09, marco ma...@mandrivaclub.nl wrote: Hi all, I make the mandriva packages and put them on sourceforge. But sourceforge changed there layout and now I can not longer find the button to add new releases or to manage them? Anyone know where they are ? The sourgeforge

Re: Wine + Mono + application = library not found?

2009-05-01 Thread Hin-Tak Leung
I use wine + win32 mono quite regularly (my .net app does some gdi some p/invoke stuff). Wine or mono takes extra dll's from $PATH, and also from the application's directory. The windows version of the gtk library is actually in .wine/drive_c/Program\ Files/Mono-2.4/bin/ . The way I would run

Re: 16bit code generation

2009-03-30 Thread Hin-Tak Leung
I wonder how bad is it to port some old version of djgpp forward? ( http://www.delorie.com/djgpp/history.html ) - it is a fork of gcc as far as I see and did support 16-bit code generation at one time?

Re: 16bit code generation

2009-03-29 Thread Hin-Tak Leung
--- On Sat, 28/3/09, Austin English austinengl...@gmail.com wrote: It's also not known how well it works under Linux. There was talk about detecting if a user has it installed, then compiling 16 bit code in that case, but no one's worked to see if OpenWatcom works when ran/installed

Re: 16bit code generation

2009-03-29 Thread Hin-Tak Leung
--- On Sat, 28/3/09, Austin English austinengl...@gmail.com wrote: I don't know how well native linux openwatcom works as a cross-compiler, however, but that probably doesn't matter for this discussion? Quite the opposite, that's exactly what we WANT to use. Given that 1) win32

Re: 1.1.15 failing to build -- what changed?

2009-02-16 Thread Hin-Tak Leung
--- On Sat, 14/2/09, Ben Klein shackl...@gmail.com wrote: A packager of a debian based distro reported the same issue. They are doing: CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man

Re: 1.1.15 failing to build -- what changed?

2009-02-16 Thread Hin-Tak Leung
--- On Sun, 15/2/09, Ben Klein shackl...@gmail.com wrote: 2009/2/15 Hin-Tak Leung hintak_le...@yahoo.co.uk: I have no idea why suddenly at wine 1.1.15 it requires the x86_64-redhat-linux-{as,ld,nm} form of the binutils tools. It seems to treat x86_64 suddenly as a cross-compiling

Re: 1.1.15 failing to build -- what changed?

2009-02-16 Thread Hin-Tak Leung
--- On Sun, 15/2/09, Ben Klein shackl...@gmail.com wrote: 2009/2/15 Hin-Tak Leung hintak_le...@yahoo.co.uk: --- On Sun, 15/2/09, Ben Klein shackl...@gmail.com wrote: 2009/2/15 Hin-Tak Leung hintak_le...@yahoo.co.uk: I have no idea why suddenly at wine 1.1.15 it requires

Re: imagicos

2009-02-08 Thread Hin-Tak Leung
--- On Sat, 7/2/09, Peter Bortas bor...@gmail.com wrote: On Sat, Feb 7, 2009 at 4:57 PM, Ben Klein shackl...@gmail.com wrote: What it seems to me is that they are selling binaries, not support. They could be selling licenses (for Crossover, mp3 etc), but that's not a matter for us to

Re: LWN Timeline for 2008: Wine 1.0 made it!

2009-01-23 Thread Hin-Tak Leung
--- On Thu, 22/1/09, David Gerard dger...@gmail.com wrote: Has anyone managed to concoct a Google Alert that reliably picks up most or all articles about Wine the software, but without a zilliion articles about wine the drink? I use wine linux - I know wine is not just for linux, but most

Re: LWN Timeline for 2008: Wine 1.0 made it!

2009-01-23 Thread Hin-Tak Leung
--- On Thu, 22/1/09, Brian Vincent brian.vinc...@gmail.com wrote: snipped LWN is definitely receptive to any articles. Things that come to mind would be an article describing Wine being used to get a specific Windows program to run. For example, how you could use Wine to make iTunes run

Re: wineg++ compile error

2009-01-20 Thread Hin-Tak Leung
--- On Tue, 20/1/09, Rino Farina rinofar...@gmail.com wrote: Right, I wasn't able to find iostream among the available headers (remember, I'm not linking yet). Stefan, are you suggesting that I install microsofts tool-chain and compile the code with the ms compiler? Sounds reasonable.

Re: python regression tests - a monster hammer to keep wine in check :)

2009-01-18 Thread Hin-Tak Leung
--- On Sat, 17/1/09, Luke Kenneth Casson Leighton l...@lkcl.net wrote: but the behaviour of msvcrt wrt crlf is _definitely_ not right, as it stands, and as a result it completely screws any possibility for running python.exe under wine. completely. you can't have files that you write

Re: python regression tests - a monster hammer to keep wine in check :)

2009-01-18 Thread Hin-Tak Leung
--- On Sun, 18/1/09, Luke Kenneth Casson Leighton l...@lkcl.net wrote: the regression test test_file.py has succeeded for years under proprietary native win32 platforms using the proprietary msvc compiler to build python.exe and python2N.dll for win32 platforms. this particular test is

Re: Wine being targeted for adware

2009-01-15 Thread Hin-Tak Leung
--- On Wed, 14/1/09, James Mckenzie jjmckenzi...@earthlink.net wrote: snipped However, we should attempt to block adware as a matter of policy? That is up to the Wine User Community and not based on the opinions of one or two people. I for one would like to see if this is possible and

Re: Fw: selinux in fedora 10 regarding text relocation in wine and mono.

2008-11-30 Thread Hin-Tak Leung
Hi all, I had managed to fix my selinux/wine/mono problem in fedora 10... it is actually two issues, in fact: 1) fedora 10 ships some much stricter selinux policies (but make some exception for wine). 2) I have kernel support for miscellaneous binary formats enabled and have win32 PE

Fw: selinux in fedora 10 regarding text relocation in wine and mono.

2008-11-29 Thread Hin-Tak Leung
I sent this a few days ago from my other e-mail alias and it hasn't come back, so it probably got lost in the spam-filtering - anybody has similiar issue? So I have upgraded to fedora 10... now when I run wine with mono for some .Net application I get selinux blocking it, saying:

Re: Layered windows required to support Clippy properly?

2008-10-06 Thread Hin-Tak Leung
--- On Sat, 4/10/08, Dan Kegel [EMAIL PROTECTED] wrote: snipped I'm getting the feeling it's widespread. Anyone else know of examples of apps that Wine displays poorly because of the lack of this feature? - Dan I have a .NET2 application which has pull-down menu's that doesn't pull-down

Re: Discussion of bug versions

2008-09-28 Thread Hin-Tak Leung
--- On Sun, 28/9/08, Jeremy White [EMAIL PROTECTED] wrote: snipped Second, we'd like new bug reporters to not be able to use the 'CVS/GIT' version choice, but to instead be encouraged to report the current version. (wine --version reports something that is easy to match up to the choices).

Re: Networking problems with IDU Verwaltung software

2008-08-08 Thread Hin-Tak Leung
Werner LEMBERG wrote: If your software really is trying to use winsock to access the database, try running it with WINEDEBUG=+winsock wine app.exe to log the winsock calls that are being made. This gives trace:winsock:DllMain 0x7e6a 0x1 0x1 trace:winsock:WSAStartup verReq=202

debugging applications Re: Networking problems with IDU Verwaltung software

2008-08-08 Thread Hin-Tak Leung
--- On Thu, 7/8/08, Werner LEMBERG [EMAIL PROTECTED] wrote: From: Werner LEMBERG [EMAIL PROTECTED] Subject: Re: Networking problems with IDU Verwaltung software To: [EMAIL PROTECTED] Cc: wine-devel@winehq.org Date: Thursday, 7 August, 2008, 11:33 PM It is probably irrelevant, but something

Re: Networking problems with IDU Verwaltung software

2008-08-07 Thread Hin-Tak Leung
Hi Werner, fancy seeing you in a different list... I was wondering why you do warn+all (not very useful). I would be doing +relay or +odbc or one of the others. Here is a useful link: http://wiki.jswindle.com/index.php/Wine_Debug_Channels --- On Thu, 7/8/08, Werner LEMBERG [EMAIL PROTECTED]

Re: Installing Wine's fonts system-wide: which ones are worthwhile?

2008-07-11 Thread Hin-Tak Leung
Scott Ritchie wrote: After being partially inspired by Ubuntu brainstorm, it occurred to me that some of our fonts would be useful everywhere, but the current Wine package keeps its fonts to itself. Tahoma, for instance, could be useful if someone tries to open a Word document in Open Office.

Re: Website down

2008-06-17 Thread Hin-Tak Leung
Just for geek value, is it possible to have a graph of how the slashdot effect look like? I mean a graph of the hourly web hit statistics or something. Be very glad that a lot of people are finding wine interesting... __ Sent from

winetrick, dotnet2 and vc80

2008-06-17 Thread Hin-Tak Leung
I just had the misfortune of needing a new wineprefix to try out something - and found that dotnet20 (through winetrick at least) doesn't check for vc80 runtime, but once it gets into wineprefix, things go rather bad with any wine commands - including winetricks itself - which makes it painful

Re: MinGW RPM packages - discontinued

2008-05-31 Thread Hin-Tak Leung
Hans Leidekker wrote: On Saturday 31 May 2008 22:50:38 Vitaliy Margolen wrote: Thank you very much for all the hard work you did maintaining those RPMs! Your hard work is greatly appreciated. snipped I would like to say a thank-you as well. I only wrote to Mingw-devel and R-devel (an R

Re: Currently Git doesn't build on Linux x86_64

2008-05-29 Thread Hin-Tak Leung
Erik de Castro Lopo wrote: Hi all, I've just pulled from git and the latest change I have is this one: commit 4c928d39ad82e576113a34bfa4d27dd0b3eaba17 Author: James Hawkins [EMAIL PROTECTED] Date: Wed May 28 19:15:15 2008 -0500 oleaut32: Disable olefont tests that

Re: RFC: comctl32 indentations

2008-05-25 Thread Hin-Tak Leung
Andrew Talbot wrote: snipped If, in this case, it turns out that the braces should be added, and doing so would fix some longstanding bug with Photoshop CS2, say, then I doubt that too many people would accuse me of having wasted their time. This is still a waste of time - I am not going to

Re: RFC: comctl32 indentations

2008-05-24 Thread Hin-Tak Leung
Andrew Talbot wrote: Andrew Talbot wrote: If the forum is the wrong place to raise this sort of query, please forgive and advise. :) Actually, Alexandre suggested that I file bug reports for things I find but can't fix myself. And I suppose an indentation anomaly is still a sort of

fedora 9/gcc 4.3 internal compiler error with wine 1.0 rc1

2008-05-21 Thread Hin-Tak Leung
This is probably a bug with gcc 4.3, but just in case there are some people who are knowledgeable with gcc in wine-devel, who may want to fix gcc so that wine can be built on f9: https://bugzilla.redhat.com/show_bug.cgi?id=445494 __

Re: fedora 9/gcc 4.3 internal compiler error with wine 1.0 rc1

2008-05-21 Thread Hin-Tak Leung
--- On Wed, 21/5/08, Marcus Meissner [EMAIL PROTECTED] wrote: From: Marcus Meissner [EMAIL PROTECTED] Subject: Re: fedora 9/gcc 4.3 internal compiler error with wine 1.0 rc1 To: Hin-Tak Leung [EMAIL PROTECTED] Cc: wine-devel@winehq.org Date: Wednesday, 21 May, 2008, 9:46 PM On Wed, May 21

Re: curious failure and messages running a well-known installer

2008-05-17 Thread Hin-Tak Leung
Rob Shearman wrote: On Fri, May 16, 2008 at 8:38 PM, Hin-Tak Leung [EMAIL PROTECTED] wrote: I install the win32 version of ghostscript quite routinely under wine; just taken the old one off and put the new one in with wine rc1, the first time it bombed out with: err:module:map_image Could

curious failure and messages running a well-known installer

2008-05-16 Thread Hin-Tak Leung
I install the win32 version of ghostscript quite routinely under wine; just taken the old one off and put the new one in with wine rc1, the first time it bombed out with: err:module:map_image Could not map section _winzip_, file probably truncated err:module:map_image Could not map section

Re: hhctrl.ocx: Parse HTML entities in the table of contents.

2008-04-17 Thread Hin-Tak Leung
--- On Wed, 16/4/08, Tomasz Jezierski - Tefnet [EMAIL PROTECTED] wrote: snipped If you won't find entity in table and change ampersand to another char, you won't get infinite loop, but I'm not sure what will happen if you have amp; in help, that might trigger loop too. Do you know any free

Re: installing wine into linux ubuntu

2008-04-17 Thread Hin-Tak Leung
--- On Thu, 17/4/08, stephen cooper [EMAIL PROTECTED] wrote: snipped /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit snipped Your specific problem is that you are missing crt1.o - that's part of the glibc-dev package, I think. Install that the usual way

Re: Apparently it is possible to have chm file without #STRINGS in it, so we should not stop processing file at it. Fixes bug #12498

2008-04-16 Thread Hin-Tak Leung
--- On Tue, 15/4/08, Juan Lang [EMAIL PROTECTED] wrote: From: Juan Lang [EMAIL PROTECTED] Subject: Re: Apparently it is possible to have chm file without #STRINGS in it, so we should not stop processing file at it. Fixes bug #12498 To: Tomasz Jezierski - Tefnet [EMAIL PROTECTED] Cc: Wine

Re: hhctrl.ocx: Parse HTML entities in the table of contents.

2008-04-16 Thread Hin-Tak Leung
--- On Tue, 15/4/08, Tomasz Jezierski - Tefnet [EMAIL PROTECTED] wrote: snipped While reading this patch I found another bug: +if (i == sizeof(char_refs)/sizeof(char_refs[0])) +{ +FIXME(character entity %s not found\n, debugstr_wn(start + 1, p -

ddiwrapper 0.3rc1

2008-04-16 Thread Hin-Tak Leung
I have uploaded my mod'ed version of ddiwrapper to http://www.linuxprinting.org/download/ddiwrapper/ and called it 0.3rc1. There are some stub codes which I added to try to get the Konica-Minolta MC2500W XP driver to work without success, so they probably should be taken out, but they are fairly

Re: Including Mono within a Wine package - should Wine expect this?

2008-04-14 Thread Hin-Tak Leung
--- On Sun, 13/4/08, Dan Kegel [EMAIL PROTECTED] wrote: snipped 2) porting Mono's WinForms on top of Wine gdiplus instead of Mono gdiplus (and making it more win32-ish as a result) Mono is using MS GDI+ on Windows since it uses GDI+. Mono's libgdiplus is only used on non-Windows

Re: urlmon: add stub for CoInternetSetFeatureEnabled

2008-04-13 Thread Hin-Tak Leung
Dmitry Timoshkov wrote: Louis. Lenders [EMAIL PROTECTED] wrote: +HRESULT WINAPI CoInternetSetFeatureEnabled(INTERNETFEATURELIST Feature, DWORD flags, BOOL fEnable) +{ +FIXME(%p, 0x%08x, %x, stub\n, Feature, flags, fEnable); +return E_NOTIMPL; +} diff --git

a proposed fix for bug 11690 concerning hhctrl.ocx

2008-04-07 Thread Hin-Tak Leung
Hi Jacek and James - according to git, you two are the ones last working on the part of code which I have a possible fix for bug 11690 (see the bug report for somebody tested okay something like this), so I'd like to see what you think of this patch, specially (and others can chip in as

Re: a proposed fix for bug 11690 concerning hhctrl.ocx

2008-04-07 Thread Hin-Tak Leung
apologies - there was a typo in that patch - should be looking for :// rather than ::/ . Otherwise my questions are the same. --- On Mon, 7/4/08, Hin-Tak Leung [EMAIL PROTECTED] wrote: From: Hin-Tak Leung [EMAIL PROTECTED] Subject: a proposed fix for bug 11690 concerning hhctrl.ocx

Re: a proposed fix for bug 11690 concerning hhctrl.ocx

2008-04-07 Thread Hin-Tak Leung
apologies - there was a typo in that patch - should be looking for :// rather than ::/ . Otherwise my questions are the same. --- On Mon, 7/4/08, Hin-Tak Leung [EMAIL PROTECTED] wrote: From: Hin-Tak Leung [EMAIL PROTECTED] Subject: a proposed fix for bug 11690 concerning hhctrl.ocx To: [EMAIL

Re: Documentation is still in CVS?

2008-04-04 Thread Hin-Tak Leung
--- On Thu, 3/4/08, Lei Zhang [EMAIL PROTECTED] wrote: snipped The instructions on http://www.winehq.org/site/cvs works for me. Doesn't work for me: $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/wine co -P docs cvs [checkout aborted]: connect to [wine.cvs.sourceforge.net]:2401 failed:

wget usage in winetricks

2008-04-04 Thread Hin-Tak Leung
I'll say upfront that, *thank you* for wine tricks! Recently I encounted an interesting issue - I have a .wgetrc which sets always construct directory, and always time stamps, etc. It is equivalent to the command line option: -x, --force-directoriesforce creation of directories - while

Re: Documentation is still in CVS?

2008-04-04 Thread Hin-Tak Leung
--- On Fri, 4/4/08, Lei Zhang [EMAIL PROTECTED] wrote: From: Lei Zhang [EMAIL PROTECTED] Subject: Re: Documentation is still in CVS? To: Hin-Tak Leung [EMAIL PROTECTED] Cc: Wine Devel wine-devel@winehq.org Date: Friday, 4 April, 2008, 6:50 PM On Fri, Apr 4, 2008 at 8:35 AM, Hin-Tak Leung

Re: wine based win32 printer drivers

2008-04-04 Thread Hin-Tak Leung
I am looking at ddiwrapper lately and having a lot of fun with it. Is Marcel's on-going not-merged work anywhere on line that I can have a peek before its merge into wine? Hin-Tak --- On Mon, 31/3/08, Detlef Riekenberg [EMAIL PROTECTED] wrote: From: Detlef Riekenberg [EMAIL PROTECTED]

Re: Documentation is still in CVS?

2008-04-03 Thread Hin-Tak Leung
--- On Thu, 3/4/08, Dimi Paun [EMAIL PROTECTED] wrote: From: Dimi Paun [EMAIL PROTECTED] Subject: Re: Documentation is still in CVS? To: Wine Devel wine-devel@winehq.org Date: Thursday, 3 April, 2008, 6:50 PM On Thu, 2008-04-03 at 10:37 -0700, Lei Zhang wrote: Is there a reason why the

ddiwrapper/Gsoc Re: DLL exports... HELP?! (wine based win32 printer drivers for openprinting)

2008-04-01 Thread Hin-Tak Leung
in properly as a new release, really. ([EMAIL PROTECTED] is the author of ddiwrapper). --- On Sun, 30/3/08, Detlef Riekenberg [EMAIL PROTECTED] wrote: From: Detlef Riekenberg [EMAIL PROTECTED] Subject: Re: DLL exports... HELP?! (wine based win32 printer drivers for openprinting) To: Hin-Tak Leung

Re: Don't bother...

2008-03-30 Thread Hin-Tak Leung
--- On Sat, 29/3/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Don't bother... To: Hin-Tak Leung [EMAIL PROTECTED] Date: Saturday, 29 March, 2008, 5:51 PM I tried compiling it against wine's source tree, it spat out a bunch of warnings

Re: gdi32-related commit between 0.9.57-0.9.58broken .NET2/Systems.Windows.Forms

2008-03-29 Thread Hin-Tak Leung
--- On Fri, 28/3/08, Lei Zhang [EMAIL PROTECTED] wrote: From: Lei Zhang [EMAIL PROTECTED] snipped Umm, I have friends who are font fanatics that have thousands of fonts installed on their system. If they can do that on Windows, they certainly should be able to do that on Linux. Are you

Re: DLL exports... HELP?!

2008-03-29 Thread Hin-Tak Leung
There are two comments about the tarball - it is a tbz2 file (not tar.gz as the name implied). and it does build alright with mingw, with a little editing. There is a header problem (which seems to be newly introduced compared to the older(?) GSOC submission), and a couple of compiler warnings

Re: DLL exports... HELP?! (wine based win32 printer drivers for openprinting)

2008-03-29 Thread Hin-Tak Leung
I had a better look at the wine 2007 GSOC work - works quite alright, found my CUPS spooler; I am surprised that it uses the registry. It builds alright with mingw cross compiler (I have it around for other stuff and reasonably familiar with it), but a little surprised that there are a few

Re: gdi32-related commit between 0.9.57-0.9.58broken .NET2/Systems.Windows.Forms

2008-03-28 Thread Hin-Tak Leung
--- On Thu, 27/3/08, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vitaliy Margolen [EMAIL PROTECTED] wrote: Looks like a time to start blacklisting fonts then. If the font is invalid and does not work even on windows yet it is available in the system - that's the only thing Wine can do.

Re: Fw: Re: Google Summer of Code 2008 - joined openprinting+wine project?

2008-03-27 Thread Hin-Tak Leung
with wine are lying around, this is neither a fun nor a beginner's task (I know that now *g). That said, I'm going to look into it and hope to come up with something in the next few days. regards marcel. Hin-Tak Leung wrote: Hi, anybody on wine-devel want to take this on and make

gdi32-related commit between 0.9.57-0.9.58 broken .NET2/Systems.Windows.Forms

2008-03-26 Thread Hin-Tak Leung
I found a .NET2/System.Windows.Forms application which was running alright in 0.9.56/0.9.57 with the appdb adaptations broke in 0.9.58. So I did a git bisect and found that it is a commit to gdi32/freetype.c from Huw Davies which broke it. It is known that .NET does some strange things with

Re: gdi32-related commit between 0.9.57-0.9.58 broken .NET2/Systems.Windows.Forms

2008-03-26 Thread Hin-Tak Leung
--- On Wed, 26/3/08, Huw Davies [EMAIL PROTECTED] wrote: snipped The error message I got was 'attempt to read or write protected memory. This is often an indication that other memory is corrupt'. Hi, Could you explain how this breaks .NET2, I can't see why it should at the moment?

Re: gdi32-related commit between 0.9.57-0.9.58 broken .NET2/Systems.Windows.Forms

2008-03-26 Thread Hin-Tak Leung
--- On Wed, 26/3/08, Huw Davies [EMAIL PROTECTED] wrote: From: Huw Davies [EMAIL PROTECTED] Subject: Re: gdi32-related commit between 0.9.57-0.9.58 broken .NET2/Systems.Windows.Forms To: Hin-Tak Leung [EMAIL PROTECTED] Cc: wine-devel@winehq.org Date: Wednesday, 26 March, 2008, 3:21 PM

Re: DLL exports... HELP?!

2008-03-26 Thread Hin-Tak Leung
Wow :-). I have almost wanted to suggest such a native wine-based printer driver as a linux foundation/openprinting GOSC project (I am one of the mentors under the openprinting umbrella https://www.linux-foundation.org/en/Google_Summer_of_Code). I am glad I didn't :-). I suppose under the

Re: gdi32-related commit between 0.9.57-0.9.58 broken .NET2/Systems.Windows.Forms

2008-03-26 Thread Hin-Tak Leung
--- On Wed, 26/3/08, Huw Davies [EMAIL PROTECTED] wrote: snipped I think it's a bug in *native* gdiplus. If you install ukai.ttf on Windows then apps that use gdiplus will crash too. oh. I suppose it is fair enough that installing any fonts on windows can have bad effects. But, OTOH, should

Fw: Re: Google Summer of Code 2008 - joined openprinting+wine project?

2008-03-26 Thread Hin-Tak Leung
To: Hin-Tak Leung [EMAIL PROTECTED] Cc: Casey Schaufler [EMAIL PROTECTED], 'Glen Petrie' [EMAIL PROTECTED], Rik van Riel [EMAIL PROTECTED], Jeff Licquia [EMAIL PROTECTED], Jon Masters [EMAIL PROTECTED], Jonathan Riddell [EMAIL PROTECTED], Josef Spillner [EMAIL PROTECTED], [EMAIL PROTECTED], Pekka

Re: gdi32-related commit between 0.9.57-0.9.58 broken .NET2/Systems.Windows.Forms

2008-03-26 Thread Hin-Tak Leung
--- On Wed, 26/3/08, Huw Davies [EMAIL PROTECTED] wrote: snipped If ukai is affected, I would suspect uming (also from Arphic) would be the same? and how many non-english fonts one want to work-around like this? I've not seen any problems with uming. Most 'non-english' fonts will

Re: patch to fix bug 8246

2008-03-11 Thread Hin-Tak Leung
afterwards 2008/3/11, Alexandre Julliard [EMAIL PROTECTED]: Hin-Tak Leung [EMAIL PROTECTED] writes: This is the fix to bug 8246 to get HtmlHelpW to work correctly. It was first worked on by Andrey Turkin and updated later by me. Please add a proper log entry describing the change

<    1   2