<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2014.210" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm using the same IBM for C++ XML parser and it 
doen't seem to work for me either. Goes past the initialize so am assuming the 
initialize works as it doesn't enter the catch block , but as soon as i try to 
create an element after that it crashes with an Unhandled Exception in 
IXXML4C2.dll.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanx,</FONT></DIV>
<DIV><FONT face=Arial size=2>Yogita</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:abisheks@india.hp.com" title=abisheks@india.hp.com>Abhishek 
  Srivastava</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A href="mailto:xml-dev@ic.ac.uk" 
  title=xml-dev@ic.ac.uk>xml dev mailing list</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, October 25, 1999 8:38 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> IBM4C parser on HP-UX</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I have installed the IBM for C++ XML parser. If I 
  write a simple program</FONT></DIV>
  <DIV><FONT face=Arial size=2>like</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2># include 
&lt;sax/HandlerBase.hpp&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2># include 
  &lt;parsers/ValidatingParsers.hpp&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>int main(int argc,char* args[])</FONT></DIV>
  <DIV><FONT face=Arial size=2>{</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; try</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; {</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  XMLPlatformUtils::Initialize();</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; }</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; catch(const XMLException&amp; 
  toCatch)</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; {</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cout 
  &lt;&lt; "error in initializing ";</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; }</FONT></DIV>
  <DIV><FONT face=Arial size=2>}</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I get the following error messages : 
</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Warning 552: 
  "/home/abisheks/xml4c2_3_1/include/util/Exception.hpp", line 37 
  #<BR>&nbsp;&nbsp;&nbsp; Ambiguous overloaded function declaration; default 
  arguments make this<BR>&nbsp;&nbsp;&nbsp; function indistinguishable from 
  previous one. Clashing function<BR>&nbsp;&nbsp;&nbsp; 
  "XMLException::XMLException(const unsigned short *,const unsigned 
  short<BR>&nbsp;&nbsp;&nbsp; *)" was previously declared 
  at<BR>&nbsp;&nbsp;&nbsp; 
  ["/home/abisheks/xml4c2_3_1/include/util/Exception.hpp", line 
  35].<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XMLException(const XMLCh* 
  const msg, const char* const type = 
  0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ^^^^^^^^^^^^&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>Warning 552: "/home/abisheks/xml4c2_3_1/include/util/Exception.hpp", line 
  38 #<BR>&nbsp;&nbsp;&nbsp; Ambiguous overloaded function declaration; default 
  arguments make this<BR>&nbsp;&nbsp;&nbsp; function indistinguishable from 
  previous one. Clashing function<BR>&nbsp;&nbsp;&nbsp; 
  "XMLException::XMLException(const char *,const char *)" was 
  previously<BR>&nbsp;&nbsp;&nbsp; declared at 
  ["/home/abisheks/xml4c2_3_1/include/util/Exception.hpp", 
  line<BR>&nbsp;&nbsp;&nbsp; 36].<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  XMLException(const char* const msg, const XMLCh* const type = 
  0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ^^^^^^^^^^^^&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>Error 399: "test.cpp", line 13 # Cannot use the :: operator with 
  incomplete<BR>&nbsp;&nbsp;&nbsp; class XMLPlatformUtils<BR>&nbsp;&nbsp;&nbsp; 
  ["/home/abisheks/xml4c2_3_1/include/util/String.hpp", line 
  295].<BR>&nbsp;&nbsp;&nbsp; 
  XMLPlatformUtils::Initialize();<BR>&nbsp;&nbsp;&nbsp; 
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^&nbsp;&nbsp; <BR>*** Error exit code 
2</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Stop.<BR></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I am on HP UX 11.0 and using the aCC compiler. 
  What's wrong ?? I have changed the environment variables as mentioned in 
  the&nbsp;installation procedure.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Thanks &amp; best Regards,</FONT></DIV>
  <DIV><FONT face=Arial size=2>Abhishek.</FONT></DIV>
  <DIV><FONT face=Arial 
  size=2>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>&nbsp;&nbsp;&nbsp; 
  _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  Abhishek Srivastava<BR>&nbsp;&nbsp; 
  _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  Hewlett Packard ISO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp; 
  _/_/_/&nbsp;&nbsp; _/_/_/&nbsp;&nbsp;&nbsp; -------------------&nbsp;&nbsp; 
  <BR>&nbsp;_/&nbsp;&nbsp; /&nbsp;&nbsp; _/&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp; 
  (Work)&nbsp;&nbsp; +91-80-2251554 x1190<BR>_/&nbsp; _/&nbsp;&nbsp; 
  _/_/_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Ip)&nbsp;&nbsp;&nbsp;&nbsp; 
  15.10.47.37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  (Url)&nbsp;&nbsp;&nbsp; <A 
  href="http://sites.netscape.net/abhishes/homepage">http://sites.netscape.net/abhishes/homepage</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You've 
  heard it all by now. Get wired or get whacked. 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  You're networking or you're not working. Dot-com or die 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  - SUN 
  MICROSYSTEMS&nbsp;<BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR></FONT></DIV></BLOCKQUOTE></BODY></HTML>