<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 5, 2017 at 12:37 PM, Victor Toso <span dir="ltr"><<a href="mailto:lists@victortoso.com" target="_blank" data-mce-href="mailto:lists@victortoso.com">lists@victortoso.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">Hi,<br><span class=""><br> On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:<br> > Hi all,<br> ><br> > I am trying to run Remote Viewer inside Windows XP while using UsbDk for<br> > redirection, However when installing the latest version of Virt-Viewer on<br> > XP and try to run Remote Viewer some Dlls seem to be missing.<br> ><br> > Anyone knows where can I find / compile a version that supports UsbDk and<br> > runs on Windows XP?<br> <br> </span>Can you provide which dll's are missing?<br></blockquote><div>dwmapi.dll </div></div></div></div></blockquote><div><br></div><div>$ grep -ri dwmapi<br>Binary file Program Files/VirtViewer v5.0-256/bin/libgdk-3-0.dll matches<br><div><br></div></div><div>$ i686-w64-mingw32-objdump -x Program\ Files/VirtViewer\ v5.0-256/bin/libgdk-3-0.dll</div><div>...<br></div><div> DLL Name: dwmapi.dll<br> vma: Hint/Ord Member-Name Bound-To<br> 9725c 3 DwmEnableBlurBehindWindow<br> 97278 15 DwmIsCompositionEnabled<br>...<br></div><div><br></div><div>Don't ask me why they are needed.<br></div><div><br></div><div>dwmapi.dll is the "Desktop Window Manager" and from<br></div><div><a href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa969540(v=vs.85).aspx">https://msdn.microsoft.com/en-us/library/windows/desktop/aa969540(v=vs.85).aspx</a><br data-mce-bogus="1"></div><div>was introduced in Vista.<br></div><div><br></div><div>To stub them DwmIsCompositionEnabled and DwmEnableBlurBehindWindow should return S_FALSE.<br></div><div><br></div><div>They are used in gtk+, sources gdk/win32/gdkwindow-win32.c and ./gdk/win32/gdkscreen-win32.c.<br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">Just to be sure, y</blockquote></div></div></div></blockquote><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">ou are using the virt-viewer 5.0 from<br><a href="https://virt-manager.org/download/" rel="noreferrer" target="_blank" data-mce-href="https://virt-manager.org/download/">https://virt-manager.org/download/</a> ?<br></blockquote><div>Yes, I tried v5.0 v4.0 and v3.0 all of them require this DLL.</div><div>v2.0 works on XP but I am not sure it supports UsbDk, can you confirm this? </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><br> Cheers,<br> toso<br></blockquote></div></div></div></blockquote><div>Do we support Windows XP as client?<br></div><div><br></div><div>Frediano</div><div><br></div></div></body></html>