
How to debug .rc file in a ATL COM dll
Quote:
> My ATL COM dll compiles successfully, but gives error when I tries to
> register it using regsvr32.exe. The message is
> DllRegisterServer abc.dll failed return code :0x80070716 (Thespecified
> resource name cannot be found in the image file. ).
> How to debug a resource file in ATL COM DLL ?
Hi,
You might be able to set a breakpoint in your DllRegisterServer and step
from there and identify what's going on. You might have to step through some
ATL code like AtlComModuleRegisterServer and/or CComModule::RegisterServer
to nail this issue.
I hope this helps you.
--
-Shankar
Visual C++
This posting is provided "AS IS" with no warranties, and confers no rights.