i have
Run time Error 216 at ADDRESS
when registering a 64 bit dll built with Delphi XE2 (I have Update 3).
from command prompt I do (note: system32 folder contains the 64bit exe!)
c:\windows\system32\regsvr32.exe My64bitdll.dll
and after a "dll succesfully installed message" i have the runtime error.
I would like to debug the registering process, somehow using Run/Parameters/host.
Could anyone post the correct procedure? In some other questions like this one a bug is mentioned, but it seems fixed now, i have a delphi build older than this one.
Update: Also any comment on the RunTime error is welcome.

reControlBreak. AndMapToRunErrormapsSTATUS_CONTROL_C_EXIT, akaC000013AontoreControlBreak. – David Heffernan Sep 4 '12 at 8:54_UnhandledExceptionthe underTABLE_BASED_EXCEPTIONSconditional define. That is in XE2. Older versions may have used 217 in more circumstances. And indeed in D2006it is used (hardcodedly) in a_ExceptionHandler, suggesting 217 may have been reported for any ol' exception. – Marjan Venema Sep 4 '12 at 11:13_ExceptionHandlerifExceptProcisnil. And there's similar code for 64 bit. So actually, any exception late on in shutdown, afterDoneExceptionsis called results in 217. So I guess that means that your comment is accurate. – David Heffernan Sep 4 '12 at 11:22