Hi,
I'm trying to call Error("My Test") in normal cpp class (Not a COM object, but this class will be used by COM). In the compilation, I get error saying
'Error': identifier not found
I have included #include in the cpp file. Please explain why it does not work.
NOTE: I can use Error() inside COM object successfully
Thank you