[C++ Error] SRGExc.h(70): E2321 Declaration does not specify a tag or an identifier.
class SRGraphException : public CException
{
public:
void ShowErrorMessage(); // <---- getting error in this line
};
I have shortened the code considerably
it comes from SRGExc.h
I did not create this file.
I don't understand the error message.
class SRGraphException : public CException
{
public:
void ShowErrorMessage(); // <---- getting error in this line
};
I have shortened the code considerably
it comes from SRGExc.h
I did not create this file.
I don't understand the error message.