Quote Originally Posted by Arjay
What interfaces are you using to access VSS?
This is what i am using to open a connection to the database.

IVSSDatabasePtr mp_vssDatabase;

mp_vssDatabase.CreateInstance(__uuidof(VSSDatabase);
mp_vssDatabase->Open(VSSini, User, Password);

What i want to know is there just a dll i could copy over from the sourcesafe installation if it is needed.