Is there any way of accessing the TFS API using Native C++? I can access it using C# easily enough but I was wondering if anyone has tried accessing it via native C++.
My other option is to use C++/CLI - has anyone had any luck with that at all?
Cheers, Dan.
The TFS API is defined in managed code and hence you will need some managed layer in order to access it. There should be no problem accessing the API from C++/CLI.