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

Building up the viewer source

Post Reply
linoter
8
8
Posts: 27
Joined: 2007-01-02 11:17
Location: Switzerland

Building up the viewer source

Post by linoter »

Hi Rudi

I'm trying to compile your viewer source code. Since I got in trouble with the libraries in VS6 (uuid.lib) I downloaded VS2005 Express as you suggested somewhere in the uvnc forum.
Meanwhile, the converted project builds up successfully. However, when I start the viewer a message box appears that the msvcp80d.dll wasn't found.
Nevertheless, your version of viewer does't seem to use this dll. Is there a switch in the project properties? Or what does I have to change to get rid of the use of this dll?
Sorry for this "stupid" question but I'm more used to java and eclipse...

Thanks for your effort
Stephan
michaelm
Posts: 2
Joined: 2007-01-07 23:06

Re: Building up the viewer source

Post by michaelm »

I had a similar issue

Basically I can get the src to build in release configuration however I get the error runnning on another machine:
The application failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem
However I managed to fix my by following the steps here: http://www.experts-exchange.com/Program ... 78545.html

under project settings, C/C++, Code Generation, set Runtime Library to "Multi-Threaded (/MT)". instead of /MD

Good Luck!

Michael
Post Reply