Hi,
I have installed MS 2017 Community and integrated NASM(manual from "https://github.com/ShiftMediaProject/VSNASM"). When i compile UltraVNC, Expoler Solutions shows that UltraVNC_x86 and x64 are uncompatible and 4 mistakes.
1 mistake - C2760 Syntax error: expected token "specifier of type" not "identity. Project: createpassword File: combaseapi.h Line: 234
2 mistake - C2760 Syntax error: expected token "specifier of type" not "identity. Project: createpassword File: combaseapi.h Line: 234
3 mistake - C2065 WDA_EXCLUDEFROMCAPTURE unannounced Project: winvnc File: layeredwindows.cpp Line: 209
4 mistake - C2065 WDA_EXCLUDEFROMCAPTURE unannounced Project: winvnc File: layeredwindows.cpp Line: 371
My environment:
OS: WINDOWS 10 64x
VS: 2017 Community 15.9.50
What is problem? Could you help me ?
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
UltraVNC_x86 and x64 are uncompatible (ULTRAVNC SERVER)
- Rudi De Vos
- Admin & Developer
- Posts: 6882
- Joined: 2004-04-23 10:21
- Contact:
Re: UltraVNC_x86 and x64 are uncompatible (ULTRAVNC SERVER)
WDA_EXCLUDEFROMCAPTURE : Require higher SDK
https://docs.microsoft.com/en-us/window ... ayaffinity
You can also add a #define
1 en 2 are in a seperate project, not needed to compile winvnc.exe.
Possible also a SDK issue, need to check if i can repeat it
https://docs.microsoft.com/en-us/window ... ayaffinity
You can also add a #define
1 en 2 are in a seperate project, not needed to compile winvnc.exe.
Possible also a SDK issue, need to check if i can repeat it