Hi,

I'm learning ATL to develope COM components in C++. I got the hang of implementing Properties and Methods but am having a difficult time implenting Events (Connection Points).

When using the Microsoft ATL Tutorial, I follow it verbatum but when I get to the part about implementing the event interface, it errors out:

IID_IHelloWorldEvents' : undeclared identifier

Any ideas?

Thanks,

Dan