
Developing mfc activex control and using ActiveX SDK-question
I am developing a
MFC activex control for web.
I need to register it as safe for initailization and
scripting. I read an article in msdn and followed it step
by step. It turns out I need Activex SDK in order to
include "helpers.h" and "helpers.cpp" to use
the "CreateComponentCategory" to register control as safe,
but it seems the ActiveX sdk is obsolete and no longer
accessible from microsoft.
I'd appreciate it if anyone can give me some suggestion
how to get around this problem.