[EMAIL PROTECTED] wrote:

Compilation error is

*Error 712: "./XMResponseParser.h", line 64 # This class scope using-declaration does not refer to a base class member.*

*            XALAN_USING_XERCES(XMLPlatformUtils)*

You are confusing using declarations and using directives. Using directives are not allowed at class scope. The error message should make it clear to you what the error is.

Dave

Reply via email to