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

Problem With Linking

Post Reply
nick94
Posts: 7
Joined: 2010-06-01 20:27

Problem With Linking

Post by nick94 »

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...
Last edited by nick94 on 2010-09-05 15:34, edited 1 time in total.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: Problem With Linking

Post by Rudi De Vos »

Compiler version ?
nick94
Posts: 7
Joined: 2010-06-01 20:27

Re: Problem With Linking

Post by nick94 »

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

Re: Problem With Linking

Post by Rudi De Vos »

dependency's in 2010 doesn't work, you need to set it via project
properties->common properties-> add reference
nick94
Posts: 7
Joined: 2010-06-01 20:27

Re: Problem With Linking

Post by nick94 »

Thank you very much, Rudi!
Post Reply