i had been tried again and again,but still failure.
what i did is download from cvs.sourceforge.net/ultravnc
source code,go to ultravnc/winvnc and open winvnc.dsw .
but it appear 0 project in visual studio workspace.I then
check out the winvnc.dsw with vim , and found inside
got many definition that define part of difference *.dsp .
Then i tried new way ,open a new project , add all *.dsp
relate into the project , but visual studio then prompt out
message with ("This make file was not generate by developer
studio bah...bah...bah....").
Thanx for you previous reply.
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
visual studio C++ 6.0 still failure.
this indicates a CR/LF problem (carriage return/linefeed), because text files are handled differently under Unix and Windows.
There should be an option in your cvs client which ensures the correct handling of this problem, so that you don't have to modify any files later on.
E.g. in WinCVS: Preferences -> Globals -> "Check out text files with the Unix LF (0xa)" should NOT be checked.
There should be an option in your cvs client which ensures the correct handling of this problem, so that you don't have to modify any files later on.
E.g. in WinCVS: Preferences -> Globals -> "Check out text files with the Unix LF (0xa)" should NOT be checked.