Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-14 Thread Mike Hearn
Cool. I hope you know this will have to end up on WineHQ, under the Development section, right? :) That's the plan. It'll be about a month before I can do that though. If anybody wants to submit it as a patch against lostwages then go right ahead ...

Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-13 Thread Dimitrie O. Paun
On Mon, Sep 13, 2004 at 09:44:12AM +0100, Mike Hearn wrote: > > >Check out the NEW! IMPROVED! Wine developer cheatsheet here: > >http://navi.cx/~mike/wine/developer-cheatsheet.html > >Everything you always wanted to know but were too afraid to ask, >in ONE convenient document!!

Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-13 Thread Mike Hearn
Check out the NEW! IMPROVED! Wine developer cheatsheet here: http://navi.cx/~mike/wine/developer-cheatsheet.html Everything you always wanted to know but were too afraid to ask, in ONE convenient document!! In particular, it explains how to work with unicode strings in Wine. Look for

RE: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-11 Thread Jens Collin
thanks a lot! New patch is on it's way :) /Jens -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Hawkins Sent: den 11 september 2004 19:51 To: Jens Collin Cc: Alexandre Julliard; [EMAIL PROTECTED] Subject: Re: resend: patch: shell3

Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-11 Thread James Hawkins
L PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Alexandre Julliard > Sent: den 10 september 2004 22:22 > To: Jens Collin > Cc: [EMAIL PROTECTED] > Subject: Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars > > "Jens Collin" <[EMAIL PROTECTED

RE: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-11 Thread Jens Collin
TECTED] On Behalf Of Alexandre Julliard Sent: den 10 september 2004 22:22 To: Jens Collin Cc: [EMAIL PROTECTED] Subject: Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars "Jens Collin" <[EMAIL PROTECTED]> writes: > + { > +

Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-10 Thread Alexandre Julliard
"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