gSoap을 사용하여 웹 서비스를 만들고 있는데 헤더 파일에 반환 유형이 enum 값이라는 몇 가지 메소드 정의가 있습니다. 나는 '반환 값으로 열거 더 이상의 방법이있는 경우, 또한soapcpp2의 반환 값 열거 유형
sample.h(20): syntax error
sample.h(21): Syntax error: input before ; skipped
: 나는 soapcpp2.exe 도구를 실행하고 나는이 오류를 받고 있어요 헤더 파일을 통과하고있어 이 soapcpp.exe
의 제한
// enum definition
enum status {ok, error};
// method definition
status ns_calc(int a, int b);
인가 :
**WARNING**: Duplicate declaration of 'sample_status_____' (already declared at li ne 31), changing conflicting identifier name to new name sample_status______'. Note: this problem may be caused by importing invalid XML schemas (detected at line 38 in sample.h)
내 헤더 파일처럼 같은 모양 : m이 경고를 받고?