the code.
Disregard my last post. It just didn't work the first time.
It's getting from the COM DLL's DllRegisterServer()
to ATL::CComModule::RegisterServer()
to ATL::AtlModuleRegisterServer()
In AtlModuleRegisterServer(), pfnUpdateRegistry(TRUE) is called. That
is the command that returns 0x80070716.
pfnUpdateRegistry points to CMyInterface::UpdateRegistry() I can't,
however, step in to this to get more data out of it...
-PaulH
Igor Tandetnik wrote:
PaulH <paul.heil@gmail.com> wrote:
Igor Tandetnik wrote:
PaulH <paul.heil@gmail.com> wrote:
Yes, there are two .rgs files.
MyAPI.rgs
MyInterface.rgs
Do I need to add them to the compile settings somewhere, or is it
enough to have them in the list of resource files?
They should appear in Resource View (View | Resource View). Only then
will they be built into your DLL's resources.
They both appear in my resource view.
Check that they appear under resource type "REGISTRY", and that the
resource ID of MyInterface.rgs matches one specified in
DECLARE_REGISTRY_RESOURCEID macro in your class.
If this still does not solve the problem, step into RegisterServer and
find out where exactly it fails, what resource ID and type it tries to
look for.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925