Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

UltraVNC_x86 and x64 are uncompatible (ULTRAVNC SERVER)

Here you will find help for frequently asked questions as well as for your specific question
Post Reply
User avatar
Koller
Posts: 1
Joined: 2022-08-24 06:01

UltraVNC_x86 and x64 are uncompatible (ULTRAVNC SERVER)

Post by Koller »

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 ?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: UltraVNC_x86 and x64 are uncompatible (ULTRAVNC SERVER)

Post by Rudi De Vos »

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
Post Reply