I have created a dynamic library in visual c++ 6 and I would like to know how
to use it in c# 2008 or in any other language of .net framework 3.5
Search Result
Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
-
Calling from vc6 library
-
Problem with SoapHttpClientProtocol Invoke()
Hello. I am having a problem with the SoapHttpClientP rotocol recognizing a class hierarchy defined in my WSDL and schema. I am using VC#2008Express to import a WSDL from my SOAP server and build a basic client app. I have a base class A and a subclass B extending A. The WSDL defines an action that can be invoked that returns an instance of A. When queried, the server responds with an instance of the subclass B. However, the VC# client returns...