Re: Easy starter bug: implement extrac32

2009-08-23 Thread Alexandros Dermenakis
sounds like an interesting project, I could work on this. For any questions or tips etc. I should send to this list? As I mentioned in previous emails, I'm a nb with wine, I have some experience with driver development and some high level stuff but that's it. Thanks, Alex On 23-Aug-09, at

Re: Easy starter bug: implement extrac32

2009-08-23 Thread Juan Lang
> Side note: is there a bug for builtin zip support? Does any app depend > on that (yet)? Yes, bug 17368. Don't know whether any apps depend on it though. --Juan

Re: Easy starter bug: implement extrac32

2009-08-23 Thread Austin English
On Sun, Aug 23, 2009 at 2:49 PM, Dan Kegel wrote: > http://bugs.winehq.org/show_bug.cgi?id=18097 > Sounds pretty easy... somebody already tried > to do it, but didn't finish: > http://www.winehq.org/pipermail/wine-devel/2007-July/057886.html > http://www.winehq.org/pipermail/wine-patches/2007-July/

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

2009-08-23 Thread Austin English
On Sun, Aug 23, 2009 at 2:02 PM, Hin-Tak Leung 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 0b9ba054f6c8a2d96c898e7325087f56a6224644 > Author: André Hentschel > Date:   Wed Aug 12 19:19:32 200

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 Date: Wed Aug 12 19:19:32 2009 +0200 was the entry that breaks, but just reversing it in 1.1.2

Easy starter bug: implement extrac32

2009-08-23 Thread Dan Kegel
http://bugs.winehq.org/show_bug.cgi?id=18097 Sounds pretty easy... somebody already tried to do it, but didn't finish: http://www.winehq.org/pipermail/wine-devel/2007-July/057886.html http://www.winehq.org/pipermail/wine-patches/2007-July/041280.html http://www.winehq.org/pipermail/wine-patches/200

Re: Linking a winelib application with a windows dll

2009-08-23 Thread Thomas Trummer
Hi, The Dll exports its function names using the __stdcall decorations e.g. _getlibraryvers...@0. Windows OS Dlls also provide an undecorated name (GetLibraryVersion) which winedump expects. While it would be easy to fix winedump I'm not sure this would suffice. Especially I don't know if it's act

Re: programs/msiexec: sign compare fixes

2009-08-23 Thread Jacek Caban
Hi Austin, static BOOL msi_strequal(LPCWSTR str1, LPCSTR str2) { - DWORD len, ret; + WCHAR len, ret; WCHAR doesn't look like a right type here. Although technically it's integer, it's meant for unicode chars. Jacek

Re: Linking a winelib application with a windows dll

2009-08-23 Thread Steven Edwards
On Sat, Aug 22, 2009 at 11:17 AM, Juan Lang wrote: >> 1) Creating a vendor.def file doesn't work. The resulting file has an empty >> EXPORTS section: >> >> winedump spec vendor.dll >> winebuild --def -E vendor.spec -o vendor.def > > That seems to mean winedump isn't parsing this right, or that it t

Behavior of realloc vs. HeapReAlloc

2009-08-23 Thread Paul Chitescu
Hi! While trying to debug a crash in msi.dll I noticed that the local msi_realloc() is implemented as a (too) thin wrapper around HeapReAlloc() and differs from the expected behavior of realloc() when the old pointer or the new size are zero. The runtime realloc() works like free() if the new

Re: Regressions when running WoW

2009-08-23 Thread Paul Chitescu
On Sunday 23 August 2009 00:17:23 Austin English wrote: > On Fri, Aug 21, 2009 at 11:17 PM, F Capela wrote: > > I use Wine mostly to play World of Warcraft and I've had a regression in > > World of Warcraft (when running fullscreen inside a virtual desktop and > > using the opengl renderer) with pa

Re: [1/2] mshtml: Implement IHTMLDocument2_put/get_bgColor

2009-08-23 Thread Alistair Leslie-Hughes
Hi Vladimir, On 08/23/2009 05:17 PM, Vladimir Pankratov wrote: +hres = IHTMLDocument2_get_body(iface, &elem); You need to Release "elem" when you have finished with it. Best Regards Alistair Leslie-Hughes

Re: programs/services: sign compare fixes

2009-08-23 Thread Kai Blin
On Sunday 23 August 2009 10:55:39 Austin English wrote: > -- > -Austin No patch and no attachment. Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developerhttp://wiki.winehq.org/KaiBlin Samba team member http://www.samba.org/samba/team/ -- Will code for