Jeff,
> As long as my code is bug-free, or at least as long as all my bugs are
> contained before the COM object code is hit, everything is fine. I can
> debug, close, run, restart, etc. However, if I have a snippet of code
> that touches the COM object, and is incorrect (for example, calling a
> method in the COM object that it doesn't udnerstand...
> #doesNotUnderstand) then I can debug, but immediately after, the image
> becomes unstable.
Maybe you could use "DLL Surrogates" to provide some development-time
insulation between Dolphin and the [what sound to me like rather dodgy] COM
components. Be warned: I know very little of COM, and nothing whatever about
"DLL Surrogates" except what I read in this page:
http://windowssdk.msdn.microsoft.com/en-us/library/ms695225.aspxwhich I happened across while looking for something else.
-- chris