|
Hello!
I want to make a web service in .NET. My code is unmanaged c++. It is not a simple application, but a big one. I want to make a web service which uses managed extensions for c++. The code has to be transformed to managed before I can make web service.
I know about those three methods,IJW, Pinvoke and classwrapper. Which of those methods works best and which should I use?
Eddi!
|