Re: Bug in recent shellpath.c change, with fix?

2004-10-23 Thread Juan Lang
This certainly is a bug. Your patch fixes it, but I think it might be better (there's an unnecessary copy left, and I wonder whether _SHExpandEnvironmentStrings should be called at all). I'll submit what I think is a better patch shortly. Thanks, --Juan --- Dan Kegel <[EMAIL PROTECTED]> wrote:

Re: bug 2170: can't install Office '97

2004-10-23 Thread Dan Kegel
James Hawkins wrote: The best thing to do would be a regression check. Find a version where this bug doesn't happen, and then step patch by patch until you find the patch that broke the app. This process is documented in the wine-devel docs. Yep, I've done it before, too. I was just hoping I'd g

Re: bug 2170: can't install Office '97

2004-10-23 Thread James Hawkins
The best thing to do would be a regression check. Find a version where this bug doesn't happen, and then step patch by patch until you find the patch that broke the app. This process is documented in the wine-devel docs. On Sat, 23 Oct 2004 22:35:20 -0700, Dan Kegel <[EMAIL PROTECTED]> wrote: >

bug 2170: can't install Office '97

2004-10-23 Thread Dan Kegel
http://bugs.winehq.org/show_bug.cgi?id=2170 This bug is marked 'closed', but it's still happening for me with today's CVS. Anyone know what's up with this? Thanks, Dan -- Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html

Re: The wine user guide: an idea

2004-10-23 Thread Dimitrie O. Paun
On Sat, Oct 23, 2004 at 09:00:40PM -0700, Scott Ritchie wrote: > Thanks for you comment. I've taken up the task of rewriting alot of the > User Guide at the moment, and revising the Using Wine section may be the > most important next step after the rewrite of the Intro. Please coordinate with Bri

RE: The wine user guide: an idea

2004-10-23 Thread Scott Ritchie
Thanks for you comment. I've taken up the task of rewriting alot of the User Guide at the moment, and revising the Using Wine section may be the most important next step after the rewrite of the Intro. > What I would like is a section with common use cases of wine and > step-by-step instructions

Re: Fix regression in CreateProcess

2004-10-23 Thread Mike McCormack
Eric Pouech wrote: As Mike reported, there was a bug in CreateProcess introduced with the runtime info handling. This patch should take care of it. A+ Hi Eric, This patch fixes the problem! thanks for your help! Mike

The wine user guide: an idea

2004-10-23 Thread Noam Raphael
Hello, First, let me apologize: I am not familiar with wine, and I didn't make a decent research before I posted this message. I just read through the wine user guide, and though of something that could be nice for a user as lazy as I am. Since the introduction asked for comments, I comment. Wh

DLL search order

2004-10-23 Thread Kenneth Porter
I know this has to be a FAQ, but I'm not finding it. I want to test a custom version of kernel32.dll without bothering other wine users on the box. What do I need to do to make an app search the local directory for it instead of using the one in /usr/lib/wine?

Re: wine devel documentation reorganization

2004-10-23 Thread Eric Pouech
Mike Hearn a écrit : Spiffy. As part of my ongoing quest to make Wine hacking less scary, I've written some docs on SEH. I'll submit them to the kernel modules section when I get net access back. Just a heads up in case anybody else was thinking of covering that topic. good (I had that in mind t

OpenGL Extension Viewer

2004-10-23 Thread Devils Cry
Hi there everybody! While browsing the web i found a little tool which i expect to be quite helpfull: the opengl extension viewer. Though its written for windows, it runs perfectly on wine and allows people working on d3d and so on to have a quick overview of the functions. With kind regards Niko

d3drs_multisampleantialias: check for it?

2004-10-23 Thread Devils Cry
Hi again... :/ ^^ So im now moving for the multisampleantialias call... ive found the gl_multisample_arb function to be matching, so far, so good. Now while googling for it i only found code examples which check whether multisampling is supported before it is activated. My question: do i need this

Re: Wine on OpenBSD

2004-10-23 Thread Sascha Hanse
On 22 Oct 2004 16:25:32 -0400 Vincent Béron <[EMAIL PROTECTED]> wrote: > Le ven 22/10/2004 à 14:31, Sascha Hanse a écrit : > > > > > >> I just tried to install the recent Wine-tarball (20041019) on my > > >> OpenBSD 3.6. First I had to remove kthread.c:275: the RFTHREAD > > >flag.> Then the'make d

Re: Fix for bug 824 - proper handling of REG_MULTI_SZ

2004-10-23 Thread Randy Galbraith
Alexandre Julliard wrote: "Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: I must be missing something, but I thought regular strings can not contain embedded nulls, so we can have a simple rule: don't store terminating nulls for simple strings, but store them for multi-strings. Aha -- you mean t

Re: wine devel documentation reorganization

2004-10-23 Thread Mike Hearn
Spiffy. As part of my ongoing quest to make Wine hacking less scary, I've written some docs on SEH. I'll submit them to the kernel modules section when I get net access back. Just a heads up in case anybody else was thinking of covering that topic. Eric Pouech wrote: As posted on wine-devel, her

Re: Fully Revised Wine User Guide Introduction

2004-10-23 Thread Francois Gouget
On Fri, 22 Oct 2004, Scott Ritchie wrote: The version 0.9 todo list (bug 85) specifies the need for a rewritten intro to the Wine User Guide. This patch is that rewritten intro. It rewords things to make Wine easier to understand for the new user, gives it a more professional look, and removes som

Program To Check System Metrics

2004-10-23 Thread William Poetra Yoga H
Hi guys (& gals), if you remember I was working on the caption buttons. I haven't submitted the patch yet (it's still in progress) and I wish to know the relations between system metrics, because I think they are very closely related to drawing on the screen, like borders, sizes, etc. I'm writing

Re: IE6 install Regression

2004-10-23 Thread Eric Pouech
Mike McCormack a écrit : Eric Pouech wrote: I don't think so. In any case, there's no msvcrt.dll in Windows\System at this stage of the install. yes, but there's one installed in the download area, and it's loaded. From the traces: 0022:Call PE DLL (proc=0x7e566d62,module=0x7e56 L"msvcrt.dll