Hi David,<br><br>I am up to date on my service packs.  It is possible that something else other than cmake is at fault here as I can not say with 100% certainty that I could edit macros immediately before the cmake install (it has been weeks since I last edited a macro), but I wanted to check with the list in case others have run into this.<br>
<br>Mark<br><br><br><div class="gmail_quote">On Sat, Dec 12, 2009 at 9:24 AM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</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;">
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&#39;m doubtful that CMake is the cause of these woes, though. I&#39;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><font color="#888888">David<br><br><br></font><div class="gmail_quote"><div class="im">On Sat, Dec 12, 2009 at 7:29 AM, Mark Jones <span dir="ltr">&lt;<a href="mailto:mark.jones1112@gmail.com" target="_blank">mark.jones1112@gmail.com</a>&gt;</span> wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
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 &quot;Error&quot;, &quot;Interface not registered&quot; 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></div><div class="im">_______________________________________________<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></div></blockquote></div><br>
</blockquote></div><br>