posted 4 years ago
Hi Pat
Looking at your parse.h file, parseName() is declared as a method of the Parse class. So I would expect to see it being used in something like:
where obj is a variable of class Parse. You are calling it as if it's a 'normal' function, not a method, and there isn't one called parseName.