Generate WCF proxy in unmanaged C++
Is there a way to generate WCF proxy for an unmanaged C++?
Thanks,
开发者_如何学运维Mattan
You can try using ATL Service Library: http://atlserver.codeplex.com/ or ATL server project: http://msdn.microsoft.com/en-us/library/seaf2d75(VS.71).aspx
精彩评论