I downloaded MR 3 community edition today, and am happy to see some great features, especially the prospect of using automation aka scripting. However, there seems to be a problem using the automation API from external automation clients.
It appears to me that the path to do that is via SCF.dll, as encouraged by this post: "HTML file that uses JavaScript to read and display model info".
However, that COM object doesn't appear to be registered, and attempting to run regsrv32 on SCF.dll results in "specified module not found" error.
Obviously the DLL itself is there, however, opening the DLL in Dependency Walker shows that it's expecting to use MFC80.DLL, MSVCR80,DLL, MSVCP80.DLL and ATL80.DLL, all marked as not found on my system (XP SP2).
Is there a workaround for this?
Thanks, Graham