Hi,
I am attempting to replicate a working project that relies on MenuSystem.h and am having what I think may be a basic issue. When I compile I get:
no matching function for call to 'MenuSystem::MenuSystem()'
Searching leads me to C+ tutorials that are not necessarily related to running this library and a bit beyond my experience at the moment. I've matched code used in the program to best practices outlined in the tutorials for MenuSystem and I know this code runs elsewhere so I am reasoning that there is a problem with the IDE or something basic like that.
Can anyone suggest a path to troubleshooting this error with reference to MenuSystem.h? Thanks!
Jeff