reserved identifier violation
An environment for the design of INteractive augmented music Scores
Brought to you by:
dfober
I would like to point out that identifiers like "__INScoreAppl__" and "__InterludeExport__" do not fit to the expected naming convention of the C++ language standard.
http://inscore.git.sourceforge.net/git/gitweb.cgi?p=inscore/inscore;a=blob;f=src/INScoreAppl.h;h=0eaea879babc5357df0017a28a75dee4e579efc6;hb=HEAD#l25
http://inscore.git.sourceforge.net/git/gitweb.cgi?p=inscore/inscore;a=blob;f=src/interface/export.h;h=de53669c4e4380871bbba28473935f866cff2fdb;hb=HEAD#l1
Would you like to adjust your selection for unique names?
https://www.securecoding.cert.org/confluence/display/cplusplus/DCL32-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL32-CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29
ok, Ive learned something :-)
I'll try to fix that asap