Re: unix filenames in notepad

2005-04-27 Thread Andreas Mohr
Hi, nice! [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\{CC702EB2-7DC5-11D9-C687-0004238A01CD}] @=My Unix Filesystem [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ShellExtensions]

Re: Hierarchical namespace for tests

2005-04-27 Thread Ferenc Wagner
Paul Millar [EMAIL PROTECTED] writes: On Monday 25 April 2005 16:18, Alexandre Julliard wrote: Paul Millar [EMAIL PROTECTED] writes: Hopefully not a controversial one [...] The problem with this is that the result is not a valid path, which breaks tools that parse the output to let you

Re: unix filenames in notepad

2005-04-27 Thread Michael Jung
On Wednesday 27 April 2005 10:01, Andreas Mohr wrote: Now what? Is it UNIX or Unix? Oops, as you see I'm undecided ;) (Anyway, this probably should be GNU ;) However, in the final version I would like this to appear not at all in the shell namespace, anyway. I think it would be nice if the '/'

CDMA PCMCIA cards on WINE?

2005-04-27 Thread NSK
Hello, Somebody from SuSE mailing list told me to send an e-mail to winehq regarding this: I have a Vodafone GPRS/3G (CDMA) PCMCIA card. I tried running Vodafone's software in WINE emulation but it is impossible (it crashes). Is there anything I can do about this? Here is more info about

Regressions from 20050310 to 20050419 for PCAD-2000 application

2005-04-27 Thread Marcos Vicente Cruz
Hi, I've notice a regression using some PCAD applications together. If you open more then two PCAD's apps at same time the last one freezes. For example if I open Schematic and PCB it works flawlessly but opening Library Executive one of the others freezes until you close the last

Anyone working on implementing AccessCheck?

2005-04-27 Thread Michael Ost
We have an installer program (for the Native Instruments Komplete VST plugin package) that fails to run because NtAccessCheck is stubbed out --- that's our best guess at this point, anyway, from watching the WINEDBG trace while the program ran. I noticed that in the last few months someone

Re: Anyone working on implementing AccessCheck?

2005-04-27 Thread Robert Shearman
Michael Ost wrote: We have an installer program (for the Native Instruments Komplete VST plugin package) that fails to run because NtAccessCheck is stubbed out --- that's our best guess at this point, anyway, from watching the WINEDBG trace while the program ran. I noticed that in the last few

Re: Anyone working on implementing AccessCheck?

2005-04-27 Thread Michael Ost
On Wed, 2005-04-27 at 10:30, Robert Shearman wrote: Michael Ost wrote: We have an installer program (for the Native Instruments Komplete VST plugin package) that fails to run because NtAccessCheck is stubbed out --- that's our best guess at this point, anyway, from watching the WINEDBG

Re: advapi32: Add more RegLoadKey tests

2005-04-27 Thread Alexandre Julliard
James Hawkins [EMAIL PROTECTED] writes: @@ -1340,7 +1340,7 @@ static void load_keys( struct key *key, if ((read_next_line( info ) != 1) || strcmp( info.buffer, WINE REGISTRY Version 2 )) { -set_error( STATUS_NOT_REGISTRY_FILE ); +set_error( STATUS_SUCCESS

Re: advapi32: Add more RegLoadKey tests

2005-04-27 Thread James Hawkins
On 27 Apr 2005 20:12:39 +0200, Alexandre Julliard [EMAIL PROTECTED] wrote: We discussed this already, we don't want to do it that way (not to mention that keys can be named Machine or User inside the tree too, so your test is wrong anyway). Note that a lot of your new tests fail on XP too,