grame-cncm / libmusicxml

A C/C++ library to support the MusicXML format.
Mozilla Public License 2.0
156 stars 35 forks source link

Assertion error when using xmlread #6

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include the framework in xcode5 correctly
2. read the xml file and print it out to test it is the correct file 
3. use the xmlreader r to read the file (r.read(filename))
4. assert the SXMLFile file but it is null. 

What is the expected output? What do you see instead?
I'm not sure why it isn't working! any help would be appreciated!

Original issue reported on code.google.com by nickgubb...@gmail.com on 8 Jul 2014 at 7:31