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:
after that i have follow the guide line from this post [topic=6843][/topic]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?
then i have tried to compile but i have got this error messageI 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).
and whatever name i do this report that the file does not existPlease specificy the name of the executable file to be used for the release session
anyone can list the step for compile the SC with Visual c++ or help me with my error
thx