Click here to Skip to main content
Sign Up to vote bad
good
See more: C++XMLATL
virtual HRESULT BeginParse(IStream *pStream)
{
   ATLASSERT( pStream != NULL );
   CComVariant varStream;
   varStream = static_cast<IUnknown*>pStream);
   HRESULT hr = m_spReader->parse(varStream);
 
   if (SUCCEEDED(hr))
   {
      if (m_refMap.GetCount() != 0)
      {
         hr = E_FAIL;
      }
   }
 
   return hr;
}
When run to m_spReader->parse(varStream), will show error, I don't know why the error happens. Who can tell me. Thank you.
Posted 18 May '10 - 2:20
Edited 3 Aug '10 - 8:50

Comments
Moak - 18 May '10 - 8:36
Updated subject and tags, hope this is what you are looking for.
CPallini - 25 May '10 - 4:21
You should report the error messsage to get any help.
Niklas Lindquist - 2 Jun '10 - 14:57
What is m_spReader declared as?
Jörgen Sigvardsson - 3 Aug '10 - 14:51
What does the XML code look like?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 415
1 OriginalGriff 315
2 Slacker007 240
3 Maciej Los 240
4 Aarti Meswania 210
0 Sergey Alexandrovich Kryukov 8,953
1 OriginalGriff 7,134
2 CPallini 3,758
3 Rohan Leuva 3,066
4 Maciej Los 2,528


Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 3 Aug 2010
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid