VirtualDesktop icon indicating copy to clipboard operation
VirtualDesktop copied to clipboard

Fixing crash on Windows > 22000

Open maciej-makowski opened this issue 3 years ago • 2 comments

Fix for https://github.com/Grabacr07/VirtualDesktop/issues/76.

Changes:

  • Applying patch suggested in this comment to fix COM interface definition
  • Fixing IID to ensure minor changes in OS build number will not require new Properties/Settings.settings entry and new assembly build every time. Instead the library will take the latest settings entry that is not higher than current OS build
  • Adding Rider config directory to .gitignore

maciej-makowski avatar Oct 03 '22 21:10 maciej-makowski

@maciej-makowski would you be willing to maintain a fork of this project with your updates? @Grabacr07 doesn't seem to have any interest in keeping this updated, with 11 PRs still in progress and no comments on issues in this repo.

rayzorben avatar Dec 05 '22 19:12 rayzorben

@rayzorben Looks like https://github.com/Slion/VirtualDesktop is the most maintained fork. I was just able to build and run with VS 2022 on Windows 11 (Version 10.0.22621 Build 22621)

sameera avatar Jan 30 '24 12:01 sameera