Hallo,
I compile winvnc with visual studio 2010 with "error C2065" (undeclared identifier) in vncproperties.cpp and vncpropertiespoll.cpp in several lines. Many identifiers, such as "IDC_CONNECT_SOCK", couldn´t be found. I think, they couldn´t be found because they are defined in the resource.h in the directory ...uvnc_settings... and not in the winvnc-directory. In older versions the identifiers used in the vncproperties.cpp stood all in the resource.h in the winvnc-directory.
Is it only a problem of the project settings? (paths?)
Thanx for help!