Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get VB6 to integrate with Visual Source Safe 6.0?

We use Visual Source Safe 6.0 at work and VB6 is supposed to integrate smoothly with Source Safe. Both applications are installed on my PC, but VB6 is not showing the options to integrate with Source Safe (e.g. checking out a file, seeing if a file is shared, etc.).

What do I need to do to get VB6 to integrate with Source Safe 6.0?

like image 510
Ben McCormack Avatar asked Mar 10 '10 22:03

Ben McCormack


People also ask

Does Visual Basic 6.0 work on Windows 7?

VB6 Installs just fine on Windows 7 (and Windows 8 / Windows 10) with a few caveats. Here is how to install it: Before proceeding with the installation process below, create a zero-byte file in C:\Windows called MSJAVA. DLL .

Is Visual Basic 6.0 still used?

The Visual Basic 6.0 IDE is no longer supported as of April 8, 2008.

What is source safe in VB6?

Microsoft Visual SourceSafe (VSS) is a discontinued source control program oriented towards small software development projects. Like most source control systems, SourceSafe creates a virtual library of computer files.


1 Answers

Check the file C:\WINDOWS\VBADDIN.INI and make sure that there is a line "vbscc=1" under the "[Add-Ins32]" section of the file. Re-start VB6 and go to "Add-Ins | Add-In Manager". The "Source Code Control" add-in should be listed.

Updated with correction from Mark Hurd.

like image 185
Ishmael Avatar answered Oct 26 '22 12:10

Ishmael