Lots of times when I use an application that needs perforce access (Visual Studio, Unreal Editor) when I first use it, it will pop up a dialog where the user can enter their information (user, workspace, etc). Does anyone know of a way to do this in .NET?
Lots of times when I use an application that needs perforce access (Visual Studio,
Share
What you’re probably seeing is the login dialog from the Perforce SCC plugin. There is a standard API for IDEs (e.g. Visual Studio) to communicate with source control systems, but I believe you have to sign an NDA with (or at least pay a fee to) Microsoft in order to program against it.
what in general does the SCC API do?