Search:

Type: Posts; User: pipercubusa

Search: Search took 0.00 seconds.

  1. Help with linking to other c++ libraries via .net

    Hello;

    Does anyone know the procedure to link to other c++ libraries within Microsoft 7.2 .net via the XP environment. My Windows 2000 was recently replaced with XP. I was using the xerces c++...
  2. Replies
    0
    Views
    1,468

    Xerces XML: Need to access element value

    Can anyone assist: I'm using the Xerces/C++ libraries and I'm trying to access/print out the element value for the elements within my XML file. In the code below, I have no problem printing out the...
  3. Replies
    6
    Views
    2,226

    There is no simple solution to this problem as I...

    There is no simple solution to this problem as I thought it would be. Can anyone help please?
    I am trying to print out the names of the elements and the attributes. Here are the files and code I...
  4. Replies
    2
    Views
    1,664

    There are no build or compile errors, however the...

    There are no build or compile errors, however the element names are not printing out. Once I enter the file name on the command line I get:


    Console output:
    I saw...
  5. Replies
    2
    Views
    1,664

    Need help with Xerces/C++ Parser

    There is no simple solution to this problem as I thought it would be. Can anyone help please?
    I am trying to print out the names of the elements and the attributes. Here are the files and code I...
  6. Replies
    6
    Views
    2,226

    Thanks.....that was a big help. I used: ...

    Thanks.....that was a big help.

    I used:


    const Attributes* myAtts = new VecAttributesImpl();
    const Attributes & atts = *myAtts;


    I no longer received the "Access Violation" error.
  7. Replies
    6
    Views
    2,226

    I am using Microsoft Visual C++ 7.1. IDE The...

    I am using Microsoft Visual C++ 7.1. IDE

    The Attributes class is an abstract class, whereas VecAttributesImpl() is the implementation class for the Attributes class. I used the -- new...
  8. Replies
    6
    Views
    2,226

    C++ Parser Code Problem

    Can anyone assist with this Xerces/C++ parser? I keep getting an access violation and a bad pointer error after debugging. Not sure what I am doing wrong. I’m trying to create an XML C++ parser....
  9. Replies
    1
    Views
    899

    C++ Classes

    Need assistance with C++ classes. I am using the XercesC++ classes/directories. I created a new class within one of the XercesC++ parser directories (PPARSE). I tried to delete my new class when I...
Results 1 to 9 of 9