<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer%3ABuild_Instructions%3AMSVS9</id>
	<title>Slicer:Build Instructions:MSVS9 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer%3ABuild_Instructions%3AMSVS9"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer:Build_Instructions:MSVS9&amp;action=history"/>
	<updated>2026-04-15T07:43:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer:Build_Instructions:MSVS9&amp;diff=4052&amp;oldid=prev</id>
		<title>Marianna: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer:Build_Instructions:MSVS9&amp;diff=4052&amp;oldid=prev"/>
		<updated>2008-05-15T18:52:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:52, 15 May 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Marianna</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer:Build_Instructions:MSVS9&amp;diff=4051&amp;oldid=prev</id>
		<title>K.chinzei: /* My Case (seems successful) */</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer:Build_Instructions:MSVS9&amp;diff=4051&amp;oldid=prev"/>
		<updated>2008-01-09T19:00:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;My Case (seems successful)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I had to add the following to slicer_variables.tcl '''and''' slicer_variables2.tcl:&lt;br /&gt;
&lt;br /&gt;
 if { [file exists &amp;quot;c:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe&amp;quot;] } {&lt;br /&gt;
   set ::GENERATOR &amp;quot;Visual Studio 8 2005&amp;quot; &lt;br /&gt;
   set ::MAKE &amp;quot;c:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe&amp;quot;&lt;br /&gt;
   set ::COMPILER_PATH &amp;quot;c:/Program Files/Microsoft Visual Studio 9.0/VC/bin&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
This after installing the latest Visual C++ 2008 Express Edition from http://www.microsoft.com/express/download/&lt;br /&gt;
&lt;br /&gt;
I also had to run the vcsetup.exe, then the PSDK installer, then vcsetup.exe a final time before getting a Studio directory.&lt;br /&gt;
&lt;br /&gt;
OK, this is not working.  Going to try with &amp;quot;NMake Makefiles&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Nope.  Doesn't work that way either.&lt;br /&gt;
&lt;br /&gt;
CMake must not be compatible with the latest VCExpress, should be able to download VC++ 2005 [http://www.microsoft.com/express/2005/download/default.aspx here], but it's not cooperating.  Found the old version at: [http://go.microsoft.com/fwlink/?LinkId=51410&amp;amp;amp;clcid=0x409 &amp;quot;VC++ 2005 here&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
=== My Case (seems successful) ===&lt;br /&gt;
# Download Visual C++ 2008 Express Edition (VC 9) and the PSDK.&lt;br /&gt;
# Obtain Slicer3 by svn and run getbuildtest.tcl as written in the instruction. This will fail because the cmake comes with Slicer3-lib_win32.zip is old and does not know about VC 9.&lt;br /&gt;
# Remove installed cmake in $SLICER_LIB/CMake-build&lt;br /&gt;
# Obtain the latest cmake from [http://www.cmake.org/files/vCVS/ here]. Download .exe version (pre-compiled version) and install onto $SLICER_LIB/CMake-build. (Note: one person had a problem by using cmake build by himself. Using pre-complied one seems safer.)&lt;br /&gt;
# Modify slicer_variables.tcl and slicer_variables2.tcl as described above, but &amp;quot;Visual Studio 8 2005&amp;quot; to be replaced by &amp;quot;Visual Studio 9 2008&amp;quot;.&lt;br /&gt;
# Run getbuildtest.tcl again. Good luck.&lt;br /&gt;
&lt;br /&gt;
(As of Jan 4 2008, I encountered an error in line 45 of Slicer3/Utilities/Launcher/CMakeLists.txt. You can avoid it by replacing &amp;quot;&amp;quot; to &amp;quot;.&amp;quot;.)&lt;/div&gt;</summary>
		<author><name>K.chinzei</name></author>
		
	</entry>
</feed>