12-17-2009 12:40 AM
Hi,
I want to develop a program which can:
VIs, Folders/ Documents from Microsoft visual source safe (VSS). Will it be possible to check out the folder/ document/ vi with a perticular "Label"?
Can any one guide me on this further? Sample code will be of great help. Also a document/ paper/ link on this forum will be helpful.
ThanX!
12-17-2009 01:39 AM
If you have the LabVIEW Professional Development System, you have access to the SCC API using the palette in Connectivity >> Source Code.
Without the PDS, you will have to write your own API (if possible at all.....)
hope this helps,
Norbert
12-17-2009 05:31 AM
it is possible to have make all the SCC fsunctionalities by writing your own API/
There are command line help for SCC (for VSS).. Just follow them and make your own application.
Actaully there is a "VISTA PM tool" from "VI Engineering" which provides all and more functionalities.. Just check their website
12-17-2009 11:58 PM
Thanks!
I'll try to serach for the command lines and API. But these commands works with Windows command prompt or do I need to have any other utility?
I don't have the PDS version. I have FDS version.
12-18-2009 12:19 AM - edited 12-18-2009 12:24 AM
they all will work with the windows command prompts.
As mentioned by norbert if you have a pds you dont have to go for writing your own API's.. They are already there...