Home > Software engineering >  Import SOAP dynamic library times wrong, please help analysis
Import SOAP dynamic library times wrong, please help analysis

Time:10-19

The code is as follows:

# import "msxml3. DLL"
Using the namespace MSXML2;
# import "C: \ Program Files \ (x86) Common Files \ MSSoap \ Binaries \ MSSOAP30 DLL" exclude (" cost ", "ISequentialStream", "_LARGE_INTEGER", "_ULARGE_INTEGER", "tagSTATSTG", "_FILETIME")
Using the namespace MSSOAPLib30;

Compile error, error information, see screenshots,

CodePudding user response:

Write less a "*"?
  • Related