如何向Visual Studio 2010 C ++项目添加Web引用

如何向Visual Studio 2010 C ++项目添加Web引用

问题描述:

由于我们没有选择在Visual Studio 2010中添加对Visual C ++的Web引用。有任何人可以告诉我如何添加Web引用到Visual Studio 2010 C ++项目。

As we don have option to add Web reference to Visual C++ in visual studio 2010. Could any one please let me know how can i add web reference to Visual Studio 2010 C++ project.

如果您正在编写非托管代码,则需要:



http://casablanca.codeplex.com/ [ ^ ]



(Microsoft C ++ REST SDK,代号Casablanca)



这不是微不足道的。在将其添加到生产代码之前,请使用它。



希望这有帮助,
If you're writing unmanaged code, you need this:

http://casablanca.codeplex.com/[^]

(Microsoft C++ REST SDK, codename "Casablanca")

It's not trivial. Play around with it before you add it to production code.

Hope this helps,