Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All

Does any one know VC++ 6.0 support Microsoft latest version control tool TFS?.

Thanks,

What I have tried:

Serach on the google but not find the right suggestion.
Posted
Updated 30-Jun-16 5:00am

The "oldie but goldie" VC++ 6.0 worked with Sourcesafe as version control and their is not interaction with TFS.

The third Google hit lead me to wikipedia (where else) where is written "TFS supports Visual Studio 2010 and later"

PS: I remember coding with VC 6 and the nice wizard ;-)
 
Share this answer
 
Pretty obviously, VC6 is too old for TFS. If you have to use so obsolete IDE, I cannot understand why would you need TFS. You can use some good open-source Revision Control System. Some of them are very good, reliable and lightweight. I would recommend Subversion, git, Mercurial and some more.

If you already use TFS and cannot switch to something else (I cannot understand how it could be the case, if some work with VC6), the work-around would be using a stand-along TFS client, such as Team Explorer:
Work in Team Explorer,
Download Microsoft Team Explorer.

In my view, separating development IDE and Revision Control client application is even better than having a client embedded in the IDE. In my very personal view, even much better. Then you don't mix up things and can put all the artifacts under Revision Control, no matter if they are parts of the VS projects or not.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900