CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SamiH

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    7,652

    Re: XMLReader not working

    Thanks for the reply!

    I broke down the errorhandling, and found out that it was the cast from XmlTextReader::Create(stm) that did not return an XmlTextReader, but another class inheriting from...
  2. Replies
    3
    Views
    7,652

    XMLReader not working

    Hello!

    I'm playing around trying to read XML-files from the Internet to parse, but I can't get it to work at all. Some code:

    try {
    HttpWebRequest^ req = dynamic_cast<HttpWebRequest^>...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured