09-26-2017 03:22 PM
I am including SDK header file "Webservices.h" for my application, but it generates 2 errors when I am compiling my code. Errors as below and is related to the empty declared enum type. Any solution?
compliling errors: "WebServices.h"(695,1) error:use of empty enum "WebServices.h"(1603,1) error:use of empty enum 2 empty enum defined in "Webservices.h" are below: // XML Buffer enum // // Each xml buffer property is identified by an ID and has an associated // value. // typedef enum { } WS_XML_BUFFER_PROPERTY_ID; // Security Channel Settings enum // // Identifies the properties representing security algorithm knobs. // typedef enum { } WS_SECURITY_ALGORITHM_PROPERTY_ID;09-27-2017 11:06 AM
Are you using the header file from the Windows Kits directory or <National Instruments\Shared\MSDTRedistributables>?
The CVI Help has more information:
CVI 2015 Help: Windows SDK Include Files
09-27-2017 11:33 AM
Yes.