
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.miscdebris.net/plplot_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Majato</id>
		<title>PLplotWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.miscdebris.net/plplot_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Majato"/>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Special:Contributions/Majato"/>
		<updated>2026-05-16T13:35:04Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.4</generator>

	<entry>
		<id>http://www.miscdebris.net/plplot_wiki/index.php?title=Setup_Visual_Studio_Express&amp;diff=2285</id>
		<title>Setup Visual Studio Express</title>
		<link rel="alternate" type="text/html" href="http://www.miscdebris.net/plplot_wiki/index.php?title=Setup_Visual_Studio_Express&amp;diff=2285"/>
				<updated>2010-11-20T14:20:36Z</updated>
		
		<summary type="html">&lt;p&gt;Majato: In the batch file I&amp;#039;ve add a &amp;quot;call&amp;quot; instruction, so the process can come out of the batch file (vsvars32.bat.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setup Visual C++ (2008) ==&lt;br /&gt;
Visual C++ Express Edition&amp;lt;ref&amp;gt;[http://www.microsoft.com/express/vc/ Visual C++ Express Homepage]&amp;lt;/ref&amp;gt; is a integrated development environments (IDE) developed by Microsoft that is a lightweight version of the Microsoft Visual Studio C++ product line. The idea of express editions, according to Microsoft, is to provide streamlined, easy-to-use and easy-to-learn IDEs for users other than professional software developers, such as hobbyists and students.&amp;lt;ref&amp;gt;[http://en.wikipedia.org/wiki/Visual_Studio_Express Wikipedia entry about Visual Studio Express]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Download and install ===&lt;br /&gt;
Download the webinstaller from the [http://www.microsoft.com/express/vc/ Visual C++ 2008 Express Edition Website] and run it. Go through the installer wizard - Visual C++ will be downloaded and installed accordingly. Alternatively you could download the whole DVD containing the complete Visual Studio 2008 Express Edition set ([http://www.microsoft.com/express/download/ scroll to the bottom]) to install the tools offline.&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
To configure and compile plplot with Visual C++ it is best to use the Windows CLI. Compiling PLplot via Project/Solution files &amp;#039;&amp;#039;&amp;#039;is not tested and not supported&amp;#039;&amp;#039;&amp;#039;. Please follow the instructions in [setup_cli Setup CLI] to get the Windows Command Line Interface ready for development. Then open your [http://www.scintilla.org/SciTE.html favorite text editor] and enter the following CLI commands&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@echo off&lt;br /&gt;
&lt;br /&gt;
rem setup Visual C++ compiler&lt;br /&gt;
call &amp;quot;%VS90COMNTOOLS%&amp;quot;\vsvars32.bat&lt;br /&gt;
&lt;br /&gt;
rem setup PLplot library&lt;br /&gt;
set PLPLOTDIR=path_to_plplot&lt;br /&gt;
set PLPLOT_LIB=%PLPLOTDIR%\data&lt;br /&gt;
set PATH=%PLPLOTDIR%\dll;%PATH%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and save this to e.g. &amp;lt;tt&amp;gt;vcvars.bat&amp;lt;/tt&amp;gt;. Start you Windows CLI, cd into the directory where the batch file was saved and run &amp;lt;tt&amp;gt;vcvars.bat&amp;lt;/tt&amp;gt;. Run &amp;lt;tt&amp;gt;nmake /?&amp;lt;/tt&amp;gt;, to see if everything works. Your Visual C++ developing environment is now ready.&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Majato</name></author>	</entry>

	</feed>