I am trying to build a C++ (Qt) application to connect to team foundation server. Since this is my first go at TFS and since the SDK is in C#. I was wondering if at all this is possible?
I tried searching for any kind of resources but I get links to only the build automation of a C++ project using TFS. Not the actual SDK wrapper or anything remotely similar.
Any examples? samples? or any resources I can be pointed to would be greatly appreciated.
I was thinking of the long winded process of exposing the SDK as COM functions (I may be totally wrong here). Also I noticed that there is already a Java SDK (http://blogs.msdn.com/b/bharry/archive/2011/05/16/announcing-a-java-sdk-for-tfs.aspx) for it. Wish there was something for C++
Thanks