I have created some libraies from cpp files. i have some executables to which i link it. when iam running that executable it says duplicate class registration for one of the class.
i checked that i have included that library only once where the cpp file has the declaration of the class. also there is no indirect linkage to this class. even if i removed that library i still remain with that error i dont knowe why it is happening.
Guide me how to resolve it.