> As far as I can tell, you have to add special deletion code for
>deleting many objects in QVLib after it parses and traverses.
Yes, that's correct most (if not all) the destructors are not implemented so
most (if not all) allocated objects are not ever deleted. It shouldn't be
too hard to fix, but if it is fixed, it should replace the base code so that
each time a new version comes out the same destructor code isn't missing.
I'm also thinking of adding C++ standard exceptions and io streams. If
someone else hasn't done it maybe these changes can be combined into the
base lib when I'm done.
Robert