http://bugs.winehq.org/show_bug.cgi?id=9152
--- Comment #27 from Emilio Lopez buhitoescolar@gmail.com 2008-12-27 18:50:24 --- Created an attachment (id=18257) --> (http://bugs.winehq.org/attachment.cgi?id=18257) Running under wine with the 3 patches
It seems we are lucky :D The connections are now established, but the app is mostly unusable. When trying to manage the remote PC, a lot of memory access violation errors (and also other errors) appear in popups, but the app doesn't crash. Some of the functionality works, at least partially (eg: you can navigate through the registry, but you can't see the key's names). So I think that if you can implement RtlCompressBuffer and RtlDecompressBuffer most of the application would work.
Also, setupapi.dll.SetupDiDestroyClassImageList seems to be missing. Is a stub needed for this one?
Looking forward to hearing from you!