Hi All,
I'm trying to build a simple ATL web service using Visual studio 2005.
I have created the project, using the ATL SmartDevice project template, and
I have added the simple object and the methods. (smart device ATL simple
object).
Building, I get the error:
error C2039: 'UpdateRegistry': is not a member of 'CCERemoteMonitor'
on the line
OBJECT_ENTRY_AUTO(__uuidof(CERemoteMonitor), CCERemoteMonitor)
Any suggestion?
Thank you in advance,
Paolo