Hi guys,
after you made changes to VCPPDefs.hpp (by may request) VC5 complains on the
following:
F:\code\ibmxml\xerces\src\util/Compilers/VCPPDefs.hpp(181) : warning C4615:
#pragma warning : unknown user warning type
You might probably leave your code, but wrap it to #, like:
#if _MSC_VER == 1200 /* VC++ 6.0 */
class IDOM_Document;
inline void operator delete(void* ptr, IDOM_Document *doc)
{
return;
}
#endif
Thanks for quick response,
Yours
Peter A. Volchek
Software Engineer
Metis International, Inc.
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]