I'm currently debugging the win2000 notepad and found something strange.

Could anybody with a installed win2000 try the following???
(I copied only some dlls from my 120days trail version).
This seems to come from comdlg32.dll and seems supposed not to fail. Hard 
to belive since there a 4 reasons for wine to crash or fail in one call ;-)

Call advapi32.209: RegCreateKeyExW(
        00000090,
        40c848f0 L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell 
Folders",
        00000001, /* reserved must be zero -> wine says: INVALID_ARG*/
        00000001, /* lpclass  -> wine crashes */
        00000001, /* REG_OPTION_VOLATILE */
        02000000, /* MAXIMUM_ALLOWED -> wine says ACCESS_DENIED */
        00000001, /* lpsecurityattributes */
        40c84d28,
        00000001) /* pointer to disposition value buffer -> wine crashes */

after hacking this and some more functions I got finally the notepad running:

http://home.debitel.net/user/juergen.schmied/test.gif

(native shell32/comdlg32/comctl32/shlwapi and some registry keys in a empty directory)

Ciao

Juergen

---
[EMAIL PROTECTED]

... from sunny Berlin

Reply via email to