How to use SourceAnywhere COM SDK in C++
This article introduces how to integrate SourceAnywhere SDK into a C++ application. Please follow steps below to learn how-to. Create a Dialog based MFC project In Visual Studio, create a Dialog based MFC prject and generate user interface like below. Import SDK Add a line to import the SDK ...
How to check if a file is checked out via SDK?
When developing with SourceAnywhere version control solution, you may have many projects in process. As you can see from client side, the checked out files are separated in different projects. It would be great if we have a tool to find these files in a list and then check-in them. In fact, it ...
How to get the subproject list under a project using SourceAnywhere for VSS COM SDK?
In this article, we take a VB project as example. 1. Install SourceAnywhere for VSS COM SDK on your machine. 2. Please add "SAWVSDK.dll" to the project. In Visual Studio, click menu Project | Add Reference | Browse, browse to the SourceAnywhere for VSS COM SDK installation folder, highlight an ...