Thread: Need tutorial to use msxml parser with MS Toolkit 2003

  1. #1
    Registered User Joelito's Avatar
    Join Date
    Mar 2005
    Location
    Tijuana, BC, México
    Posts
    310

    Lightbulb Need tutorial to use msxml parser with MS Toolkit 2003

    Does anyone know a good tutorial about how to implement xml parser with MS Toolkit 2003?

    I have trying that for a couple of minutes but seems that #import <msxml.dll> ain't working....

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    The VC Toolkit does not have all the in-built COM support provided by the commercial version of VC. You can either use the raw COM interfaces (use the msxml.h header) or you can use a COM helper library such as DispHelper. There is a MSXML sample provided with DispHelper: xml.cpp or xml.c.

  3. #3
    Registered User Joelito's Avatar
    Join Date
    Mar 2005
    Location
    Tijuana, BC, México
    Posts
    310
    Thanks... I'll check

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. declaring arrays with visual C++ toolkit 2003
    By Rune Hunter in forum C++ Programming
    Replies: 17
    Last Post: 11-03-2005, 06:27 PM
  3. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  4. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM
  5. The Timing is incorret
    By Drew in forum C++ Programming
    Replies: 5
    Last Post: 08-28-2003, 04:57 PM