Re: WGL: wglGetProcAddress

2006-10-25 Thread Christoph Frick
On Wed, Oct 25, 2006 at 12:07:44AM +0200, Roderick Colenbrander wrote: Hi Roderick, > This patch reimplements opengl32's wglGetProcAddress. The endresult is > a more reliable function which doesn't directly call X functions. I have tested this patch against current GIT and still i dont get any o

Re: Unscientific test: wine is 0 for 3 on under $20 top sellers

2006-10-25 Thread Mike McCormack
Dan Kegel wrote: The first three came today, and sadly, wine from git fails to install one, and fails to run the other two: Well, at least we're 2 for 3 with installers :) Mike

Unscientific test: wine is 0 for 3 on under $20 top sellers

2006-10-25 Thread Dan Kegel
I ordered about fifteen titles from Amazon and Half.com that were under $20 and were on the top 100 sales list. The first three came today, and sadly, wine from git fails to install one, and fails to run the other two: http://bugs.winehq.org/show_bug.cgi?id=6526 Typing Instructor for Kids 2

Re: [PATCH] fixed NULL ptr crash

2006-10-25 Thread Jacek Caban
Marcus Meissner wrote: > On Sun, Sep 16, 2001 at 10:00:00PM +, Marcus Meissner wrote: > >> Hi, >> >> If nsIWebBrowser_GetContentDOMWindow fails we must >> not deallocate dom_window ... Only after the nsres >> check. >> >> Ciao, Marcus >> >> --- >> >> dlls/mshtml/olecmd.c |2 +- >> 1 fil

Re: [PATCH] fixed NULL ptr crash

2006-10-25 Thread Marcus Meissner
On Sun, Sep 16, 2001 at 10:00:00PM +, Marcus Meissner wrote: > Hi, > > If nsIWebBrowser_GetContentDOMWindow fails we must > not deallocate dom_window ... Only after the nsres > check. > > Ciao, Marcus > > --- > > dlls/mshtml/olecmd.c |2 +- > 1 files changed, 1 insertions(+), 1 deletio

Re: winhlp32 implementation

2006-10-25 Thread Eric Pouech
[EMAIL PROTECTED] wrote: Hi, all! I intend to implement winhlp32 utility looks like native one (font size changing, GID and CNT files support, etc...). Please, share your opinion, has this idea any sense, or *.hlp died long ago and only few persons need it? Inspired by bug http://bugs.wine

Wine packages for WBEL 3

2006-10-25 Thread Lei Zhang
Hi, I built a set of Wine RPMs for WBEL 3. They should be compatible with RHEL 3 as well. I have not tested them extensively so any feedback would be great. The RPMs are linked from: http://linux.ucla.edu/~leiz/software/wine/ - Lei

Re: Propability that application X works in wine

2006-10-25 Thread Kai Blin
On Wednesday 25 October 2006 00:49, Robert Lunnon wrote: > This could actually be computed for a crossection of application to give a > general prediction, if you knew the frequency of use for each API call in a > representative population of applications, and the completion status and > criticali

Re: Question: Convert source tarball to GIT repository

2006-10-25 Thread Anand Kumria
On Thu, 19 Oct 2006 16:04:53 -0500, Matthew Kehrer wrote: > Is there a way I can convert a source tarball I download to a local GIT > repository? > > I have dial-up a home, but I know of a place where I can bring my flash > drive and use it to get the tarball as GIT does not have resume support.

Re: [PATCH 4/5] quartzdrv: Add thread data management to the quartzdrv.

2006-10-25 Thread Dmitry Timoshkov
"Pierre d'Herbemont" <[EMAIL PROTECTED]> wrote: +#ifndef __WINE_QUARTZDRV_H +#define __WINE_QUARTZDRV_H + +#ifndef __WINE_CONFIG_H +# error You must include config.h to use this header +#endif This header doesn't use any HAVE_xxx macros unlike an original one this check was copied from, so it

Re: advapi32:Get HW_PROFILE_INFO from registry (partially based on patch from Ben Collins) (try2)

2006-10-25 Thread Robert Shearman
Louis. Lenders wrote: diff --git a/dlls/advapi32/Makefile.in b/dlls/advapi32/Makefile.in index 1b4cf5b..da7aec4 100644 --- a/dlls/advapi32/Makefile.in +++ b/dlls/advapi32/Makefile.in @@ -5,7 +5,7 @@ SRCDIR= @srcdir@ VPATH = @srcdir@ MODULE= advapi32.dll IMPORTLIB = libadvapi32.$(IM

Re: Tracking memory allocation

2006-10-25 Thread Robert Shearman
Jeff L wrote: I am looking at how to track whether memory has been allocated or freed. The SCRIPT_STRING_ANALYSIS opaque point in usp10 can be freed in a number of places. It seems that Windows handles this by checking a list of allocated storage as the passed value of a SCRIPT_STRING_ANALYS