I am new to using the version 3.0 embedded tools (C++
3.0) and am having trouble finding documentation on
debugging ActiveX Controls. I have created both ATL and
MFC ActiveX controls but have not been able to debug them.
I tried setting the Debug local executable to the ActiveX
Test Container (tstcon32) and the remote executable to
\Windows\tstcon32.exe for the emulator build. The IDE
starts up the emulator and says that it has downloaded
and registered the control. When I try to start the
debugger I get error 126. I think this means a
dependency is missing. I can find tstcon32 in the
emulator /Windows directory. If I try to manually launch
it I get error saying that it can't find tstcon32 or one
of its components. I assume that it missing some
dependencies.
I also cannot find the regsrvce utility mentioned in the
SDK. I would appreciate any guidance or pointers to
documentation.
Thanks