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

hel for compiling with visual c++ 2005 Express Edition

Single Click discussions / bugs
Post Reply
Blade McKain
Posts: 6
Joined: 2007-01-08 17:29

hel for compiling with visual c++ 2005 Express Edition

Post by Blade McKain »

hi to all
i have tried to compile the SC project with MS Visual C++ 2005

i have downloaded the file SCII.zip from http://www.uvnc.com/pchelpware/downloadsc/

i have unpack it and i have opened the file winvnc.sln with MS Visual c++ but i get this error message:
The source control provider associated with this solution could not be found. The project will be treated as not under source control. Do you want to permanently remove the source control bindings from the projects?
after that i have follow the guide line from this post [topic=6843][/topic]
I had to add the header, binary and library paths manually (Menu Tools/Options, select Projects and Solutions/VC++ Directories:

Executable files: add to the top:
Add C:\Program Files\Microsoft Platform SDK\Bin

Include files: add to the top:
C:\Program Files\Microsoft Platform SDK\Include
C:\Program Files\Microsoft Platform SDK\Include\mfc
C:\Program Files\Microsoft Platform SDK\Include\atl

add to the bottom (very important, otherwise you will get LNK2019 errors in ios_base because the SDK version is overriding the VC++ version):
C:\Program Files\Microsoft Platform SDK\Include\crt

Library files: add to the top:
C:\Program Files\Microsoft Platform SDK\Lib

After converting the VC6 project, change the configuration to Release (right click on "Solution winvnc", selection Configuration Manager, and change from Debug to Release).
then i have tried to compile but i have got this error message
Please specificy the name of the executable file to be used for the release session
and whatever name i do this report that the file does not exist

anyone can list the step for compile the SC with Visual c++ or help me with my error
thx
Post Reply