To summarize: Is there a way to utilize the COM interface with Hiwave (CW5.2) on Windows 10 or is there another method to automate sending commands to hiwave?
Details: I'm running an older verison of CodeWarrior/Hiwave on windows XP which will correctly find and dispatch the "Metrowerks.Hiwave"; allowing automated debugging via python.
However, on Windows 10 with v5.2, I'm unable to dispatch the "Metrowerks.Hiwave" in a similar manner. From the command line, "...hiwave.exe -RegServer" appears to not complain, but I'm not able to utilize the COM Interface and dispatching returns essentially a invalid class string error (i.e. not found).
As a side note, on XP, "Metrowerks.Hiwave" appears as an item in the windows XP registry for the "ComHiwave Class" item's VersionIndependentProgID.
However, downloading and installing the CodeWarrior v5.2 and the associated service pack "...Final_SP_b170524" doesn't place a similar "Metrowerks.Hiwave" in the Windows 10 registry.