<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Setup_Visual_Studio_Express</title><link>https://sourceforge.net/p/plplot/wiki/Setup_Visual_Studio_Express/</link><description>Recent changes to Setup_Visual_Studio_Express</description><atom:link href="https://sourceforge.net/p/plplot/wiki/Setup_Visual_Studio_Express/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 03 Nov 2018 21:14:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/Setup_Visual_Studio_Express/feed" rel="self" type="application/rss+xml"/><item><title>Setup_Visual_Studio_Express modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Setup_Visual_Studio_Express/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,15 @@
+
+
 Setup Visual C++
 ----------------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sat, 03 Nov 2018 21:14:00 -0000</pubDate><guid>https://sourceforge.net8f86e738bcffb43a19965fab3d7e1a41cb42237e</guid></item><item><title>Setup_Visual_Studio_Express modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Setup_Visual_Studio_Express/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 05 Oct 2014 20:00:48 -0000</pubDate><guid>https://sourceforge.net84a454b71af1085d80b87b50cab30f22e9dbedb9</guid></item><item><title>Setup_Visual_Studio_Express modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Setup_Visual_Studio_Express/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -17,9 +17,4 @@

 rem setup PLplot library set PLPLOTDIR=path_to_plplot set PLPLOT_LIB=%PLPLOTDIR%\\data set PATH=%PLPLOTDIR%\\dll;%PATH% &lt;/pre&gt;
&lt;p&gt;and save this to e.g. &lt;tt&gt;vcvars.bat&lt;/tt&gt;. Start you Windows CLI, cd into the directory where the batch file was saved and run &lt;tt&gt;vcvars.bat&lt;/tt&gt;. Run &lt;tt&gt;nmake /?&lt;/tt&gt;, to see if everything works. Your Visual C++ developing environment is now ready.&lt;/p&gt;
&lt;h2 id="-links"&gt;-### Links&lt;/h2&gt;
&lt;h2 id="-wzxhzdk7"&gt;-&amp;lt;references/&amp;gt;&lt;/h2&gt;
&lt;p&gt;-&lt;br /&gt;
 The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sat, 04 Oct 2014 05:04:09 -0000</pubDate><guid>https://sourceforge.netc7944e8db03547f79bc0edd20f387fe9f2dd5a3e</guid></item><item><title>Setup_Visual_Studio_Express modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Setup_Visual_Studio_Express/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="setup-visual-c"&gt;Setup Visual C++&lt;/h2&gt;
&lt;p&gt;Visual C++ Express Edition&amp;lt;ref&amp;gt;&lt;a class="" href="http://www.microsoft.com/express/vc" rel="nofollow"&gt;Visual C++ Express Homepage&lt;/a&gt;&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;&lt;a class="" href="http://en.wikipedia.org/wiki/Visual_Studio_Express" rel="nofollow"&gt;Wikipedia entry about Visual Studio Express&lt;/a&gt;&amp;lt;/ref&amp;gt;&lt;/p&gt;
&lt;h3 id="download-and-install"&gt;Download and install&lt;/h3&gt;
&lt;p&gt;Download the webinstaller from the &lt;a class="" href="http://www.microsoft.com/express/vc" rel="nofollow"&gt;Visual C++ Express Edition Website&lt;/a&gt; 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 (&lt;a class="" href="http://www.microsoft.com/express/download" rel="nofollow"&gt;scroll to the bottom&lt;/a&gt;) to install the tools offline.&lt;/p&gt;
&lt;h3 id="setup"&gt;Setup&lt;/h3&gt;
&lt;p&gt;To configure and compile plplot with Visual C++ you can either use the command line interface or the integrated development environment. See the instructions at &lt;a class="" href="/p/plplot/wiki/Configure_PLplot_for_Visual_CXX_CLI/" title="wikilink"&gt;Configure PLplot for Visual CXX CLI&lt;/a&gt; or &lt;a class="" href="/p/plplot/wiki/Configure_PLplot_for_the_Visual_Studio_IDE/" title="wikilink"&gt;Configure PLplot for the Visual Studio IDE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are using the CLI you may find it useful to set up a batch file to prepare the environment before you start. To do so open your &lt;a class="" href="http://www.scintilla.org/SciTE.html" rel="nofollow"&gt;favorite text editor&lt;/a&gt; and enter the following CLI commands &lt;pre&gt; @echo off&lt;p&gt;&lt;/p&gt;
&lt;p&gt;rem setup Visual C++ compiler call "%VS90COMNTOOLS%"\vsvars32.bat&lt;/p&gt;
&lt;p&gt;rem setup PLplot library set PLPLOTDIR=path_to_plplot set PLPLOT_LIB=%PLPLOTDIR%\data set PATH=%PLPLOTDIR%\dll;%PATH% &lt;/p&gt;&lt;/pre&gt; and save this to e.g. &lt;tt&gt;vcvars.bat&lt;/tt&gt;. Start you Windows CLI, cd into the directory where the batch file was saved and run &lt;tt&gt;vcvars.bat&lt;/tt&gt;. Run &lt;tt&gt;nmake /?&lt;/tt&gt;, to see if everything works. Your Visual C++ developing environment is now ready.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
&lt;h3 id="links"&gt;Links&lt;/h3&gt;
&lt;p&gt;&amp;lt;references/&amp;gt;&lt;/p&gt;
&lt;p&gt;The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sat, 04 Oct 2014 04:59:52 -0000</pubDate><guid>https://sourceforge.netf5d0c9783df2ad3dda9647153ee2856b6c895128</guid></item></channel></rss>