All CMake does is create a directory and copy a file to your user macros folder and add some registry keys to tell Visual Studio that macros are there.<br><br>The folder is something like:<br>{YOUR_MY_DOCUMENTS_FOLDER}\Visual Studio 2005\Projects\VSMacros80\CMakeMacros<br>
<br>And the reg keys are at something like:<br>Software\\Microsoft\\VisualStudio\\{VERSION_NUMBER}\\vsmacros\\OtherProjects7<br> (one of the subkeys of that key is the one that CMake added... probably the one with the highest number -- just look at its Path reg value to see which one points to the CMake macros file...)<br>
<br>You can just delete the macros and the reg keys to see if that fixes it.<br><br>I'm doubtful that CMake is the cause of these woes, though. I've never heard this sort of report before -- are you up to date with respect to VS service packs and updates?<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Sat, Dec 12, 2009 at 7:29 AM, Mark Jones <span dir="ltr"><<a href="mailto:mark.jones1112@gmail.com">mark.jones1112@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
When I ran cmake for the first time it registered itself with Visual Studio 2005. Now that it has done so, if I try to right click on any of my macros (including those that existed prior to running cmake) and choose Edit to edit the macros, a dialog comes up that says "Error", "Interface not registered" and the VB editor never opens with my macro source code. Has anyone seen this and is there a way to repair my installation of VS without completely reinstalling it?<br>
<font color="#888888">
<br>Mark<br><br>
</font><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>