Hi
I'm working on the modules I promised... a Gradient calculator, the Circular Hough Transform and the Linear HT. CHT is done, pending only minor details with the interfases (graph and console). Now I'm trying to install the second module, but the applications tells that it has an invalid identifier.
While I compile the project, this warning appears:
warning C4003: not enough actual parameters for macro: 'PCL_STRINGIFY'
I defined MODULE_UNIQUE_ID at the module.cpp file, wich is returned at UniqueId(). The "return line" is the one acknowledged with the warning.
What is strange is that I haven't modified anything, related to this, from the other project (copied the folder, and edited the code).
Any hints?