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

visual studio C++ 6.0 still failure.

Post Reply
u7702045
Posts: 3
Joined: 2004-07-15 10:02

visual studio C++ 6.0 still failure.

Post by u7702045 »

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.
u7702045
Posts: 3
Joined: 2004-07-15 10:02

Found bug

Post by u7702045 »

i found the problem why the visual studio c++ can't open.
i change the file format in the directory.
#>find -name "*.dsw"|xargs unix2dos
#>find -name "*.dsp"|xargs unix2dos
Then, everything going well.
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

Post by Marscha »

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.
Post Reply