Tomasz Pyra
2008-03-07 15:34:56 UTC
I just switched from VC 2003 to VC 2005.
I converted my project (a .dll project), everything compiles and works
fine, but I can't debug registration process under regsvr32.exe
In project properties, in debugging sheet a command is:
C:\WINDOWS\system32\regsvr32.exe, with path to my output file as argument.
It works when I press F5 - a regsvr32 is starting, DllMain and
DllRegisterServer are called, but I can't debug it (breakpoints are
disabled after I start debugger).
I am nearly sure, that my .dll is debug dll (all linker and compiler
debug options are set).
Under vc 2003 debugging of same project is ok - registration stops on
breakpoints.
How to debug registration process also in vc 2005?
My system is XP Professional x64 with Visual Studio 8.0.50727.762
Project is C++ .dll
I converted my project (a .dll project), everything compiles and works
fine, but I can't debug registration process under regsvr32.exe
In project properties, in debugging sheet a command is:
C:\WINDOWS\system32\regsvr32.exe, with path to my output file as argument.
It works when I press F5 - a regsvr32 is starting, DllMain and
DllRegisterServer are called, but I can't debug it (breakpoints are
disabled after I start debugger).
I am nearly sure, that my .dll is debug dll (all linker and compiler
debug options are set).
Under vc 2003 debugging of same project is ok - registration stops on
breakpoints.
How to debug registration process also in vc 2005?
My system is XP Professional x64 with Visual Studio 8.0.50727.762
Project is C++ .dll