This release retains full compatibility with the original srvany.exe - including Windows XP / 2003 support.
Binaries are built with Unicode support, and linked statically against the CRT. The source tree at this revision is known to produce working MBCS binaries if needed.
Please report any problems with this release to the GitHub issue tracker. Pull requests are welcomed.
Changes since 1.0
- Added support for automatically restarting the target application on exit, #7
- Fixed #1 improperly initialized variable.
- Upgraded to the v141_xp toolset (VS2017), and upgraded the solution to VS2022.
- Added build configurations for multi byte character set instead of unicode. Unicode remains the official build.
Community Contributions
- Fix Markdown syntax in README by @unsolaci in #2
- README.md: Fix "binPath=" by @SadPencil in #3
- Get rid of redundant thread by @forderud in #8
- Switch to WaitForMultipleObjects to avoid wait-loop by @forderud in #9
Full Changelog: v1.0.0.0...v1.1.0.0