Windows 10 19042.746
master latest commit
I used this commands to build synergy
$env:CMAKE_PREFIX_PATH="C:\Qt\5.12.5\msvc2017_64"
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=release ..
. ./version
msbuild synergy-core.sln /p:Platform="x64" /p:Configuration=Release /m
.\bin\Release\unittests.exe
After complied, the synergy.exe run with no reply. (openssl already installed by using choco)
SYNERGY-772
unittests.exe said all things is OK.
This will be resolved by #6921 as soon as we get someone to review it and thus can merge it. Sorry for the inconvenience, there was a refactoring in the way we use the tray icon, and the fact that on MS Windows we receive a status update before the main window is created, created an unexpected situation. Resolved there.
@ignacionr Well, I spent many times to rebuild it. :)
Now ,I just waiting for the new commit, Thank you !
Dear @XiaoliChan if you want, you can build directly from the PR's source branch. That will give you a working product without the wait.
And truly thank you for the time and interest in our product.
OK, I will switch to that commit and test it. @ignacionr
@XiaoliChan one of my colleagues was able to review and approve, so the code is merged into master. Thank you once again, and we count with your help again next time.
@ignacionr Nice merge, I will close this comment until I rebuild it.
@ignacionr It worked pretty good ! Thanks for your help. :)