Hello,

        I am using xerces C++ 2.1 version in windows platform. In regular
builds i am able to build it properly. While trying it with TrueCoverage I
am getting some link errors     for some static member functions in
XMLReader.hpp and XMLString.hpp.

        Like 

        error LNK2001: unresolved external symbol "public: static bool
__stdcall XMLReader::isWhitespace(unsigned short)"
(?isWhitespace@XMLReader@@SG_NG@Z)
        
        This is due to calling convention that xerces uses that is _cdecl.
These member functions need to be explicitly declared as _cdecl.

        I could not find any Macro defined in xerces for _cdecl. 

        Is there any other way for this error ?

        --Pranav

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to