Hi.
Never mind, found a resident C++ guy (much to his dismay) and he has helped me work out a solution. For those that are interested.
CComponent::ProcessComponent(IXMLDOMElementPtr pComponentNode)
{
IXMLDOMNodePtr myAttribute;
unsigned int numAttributes;
// Extract the...
Morning All.
I have loaded my XML doucment and am trying to extract one of the attributes from an XML tag. The XML Tag I am working with looks like:
<SDComponent Name="Average" ComponentOid="_040g02g0g0001ko7047074srq0200">
I tried using the lines below to no avail. It...
Hi There.
I am using VC++ version 6.0 and it already provides you with a basic Text Editor for free. :)
Select File->New->Project
MFC AppWizard (EXE)
Select Single Document Interface (SDI).
Keep pressing Next until you are can select your Base Class (normally CView or CWinApp). Instead...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.