Recently, I tried to compile uvnc Server, and it compiled perfectly, but it had a lot of errors with linking. A few other people had the same problem, but I don't know how they fixed it.
The errors are like this:
vsocket.obj : error LNK2001: unresolved external symbol ""public: __thiscall omni_mutex::~omni_mutex(void)" (??1omni_mutex@@QAE@XZ)"
DSMPlugin.obj : error LNK2019: link to an unresolved external symbol "public: __thiscall omni_mutex::~omni_mutex(void)" (??1omni_mutex@@QAE@XZ) in function __unwindfunclet$??0CDSMPlugin@@QAE@XZ$0
vncdesktop.obj : error LNK2001: unresolved external symbol ""public: __thiscall omni_mutex::~omni_mutex(void)" (??1omni_mutex@@QAE@XZ)"
and so on...
I tried changing the dependencies, changing Debug to Release, and still, nothing works.
Any help will be appreciated...
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
- 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
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
- 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
Problem With Linking
Problem With Linking
Last edited by nick94 on 2010-09-05 15:34, edited 1 time in total.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Problem With Linking
I'm compiling with Microsoft Visual Studio Professional 2010, trying to compile uVNC server 1.0.8...
Last edited by nick94 on 2010-09-07 21:22, edited 1 time in total.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Problem With Linking
dependency's in 2010 doesn't work, you need to set it via project
properties->common properties-> add reference
properties->common properties-> add reference