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

Omnithread

Post Reply
Iain
8
8
Posts: 15
Joined: 2004-06-09 13:02

Omnithread

Post by Iain »

Hi There,

Could someone please explain what "omnithread" is and how it should be included within a project? When I try and compile with
#include <omnithread.h>
I am getting a linking error:

Error LNK2019 unresolved external symbol "omni_thread::init_t::init_t(void)"
Error LNK2019 unresolved external symbol "omni_thread::init_t::~init_t(void)"

Yes, I have made sure the pre-processor definitions _WINSTATIC and __WIN32__ are as were set in the initial project properties.

I've tried including the files in the omnithread directory manually... without success.

Many thanks,
-Iain
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

project dependencies ?
Iain
8
8
Posts: 15
Joined: 2004-06-09 13:02

Post by Iain »

bang on! nice one mate.

-iain
Post Reply