<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: implementation of the graphic library (DISLIN) to intel vis in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853445#M66752</link>
    <description>&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;I have done everything what you told me, but without success. &lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;I created new project (console application) and I included the example file from c:dislinexamplesexa_f90.f90&lt;SPAN&gt; &lt;/SPAN&gt;to &lt;SPAN&gt;&lt;/SPAN&gt;source files in console project.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;I dont knew where an how shall I put the files &lt;/SPAN&gt;(disifl_d.lib, disifm_d.lib and dislin.f09)&lt;SPAN&gt; &lt;SPAN&gt;also to source files in console project.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;But after building many errors. &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;L&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2008 12:30:14 GMT</pubDate>
    <dc:creator>krecmer</dc:creator>
    <dc:date>2008-07-22T12:30:14Z</dc:date>
    <item>
      <title>implementation of the graphic library (DISLIN) to intel visual fortran 9.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853441#M66748</link>
      <description>We need to plot graphs in our programs. I found the DISLIN library, but the implementation of this library wasn't successful. &lt;BR /&gt;Does the intel offer a library like DISLIN?&lt;BR /&gt;Thank.&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Jul 2008 15:47:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853441#M66748</guid>
      <dc:creator>krecmer</dc:creator>
      <dc:date>2008-07-20T15:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853442#M66749</link>
      <description>Hi, I make extensive use of the DISLIN plotting library using intel visual fortran. I had troubles in the beginning as well. 
&lt;BR /&gt;You need to download and install the version for compilers "Intel compilers icl, ifort (wrapper)". 
&lt;BR /&gt;If you use Windows, don't forget to manually set the environmental variables as described in the readme.inf file. Using MS Visual Studio (2005 or 2008) it helped to add the following dislin files to your fortran project: disifl_d.lib, disifm_d.lib, and the module dislin.f90. Those files are located in the dislin installation folder. It might also be necessary to exclude the following library in the linker step of your project properties: -&amp;gt;input -&amp;gt;Ignore Specific Library: libc.lib. This works fine with my projects using Visual Studio 2008 and IVF 10.1.
&lt;BR /&gt;Best,
&lt;BR /&gt;Andi</description>
      <pubDate>Mon, 21 Jul 2008 11:46:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853442#M66749</guid>
      <dc:creator>andi_zuend</dc:creator>
      <dc:date>2008-07-21T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853443#M66750</link>
      <description>Hi Andi, thank you for your answer.&lt;BR /&gt;I downloaded the dl_93_if.zip, but I have the intel visual fortran 9.1 not the 9.3.&lt;BR /&gt;Is this version compatible with my fortran version?&lt;BR /&gt;I instaled the dislin to C:dislin and I made the enviroment variable DISLIN with value c:dislin&lt;BR /&gt;and I inserted the c:dislinwin to PATH variable.&lt;BR /&gt;I don't know how to include the disifl_d.lib, disifm_d.lib, and the module dislin.f90 to my console aplication project.&lt;BR /&gt;&lt;BR /&gt;Noro&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2008 19:23:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853443#M66750</guid>
      <dc:creator>krecmer</dc:creator>
      <dc:date>2008-07-21T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853444#M66751</link>
      <description>For the use of Dislin with IVF 9.1 you need to install the "Intel compilers icl, ifort (wrapper)" version, thus, dl_93_ic.zip (not the dl_93_if.zip !!). 
&lt;BR /&gt;
&lt;BR /&gt;9.3 is the version of Dislin and has nothing to do with your IVF version. 
&lt;BR /&gt;
&lt;BR /&gt;Once you installed the right Dislin version, you will find the files disifl_d.lib and disifm_d.lib in the folder "C:dislin" and the file dislin.f90 in folder "C:dislinifc" . 
&lt;BR /&gt;
&lt;BR /&gt;Note: the *_d.lib library files are for the use of double precision (real(8)) floating point variables. If you want to use real(4) variables, use the equivalent libraries without the "_d" in the filename. 
&lt;BR /&gt;
&lt;BR /&gt;In case you use MS Visual Studio for your Fortran project, then just add the mentioned files to your project source files list (Project &amp;gt; Add Existing Item &amp;gt; e.g., disifl_d.lib).
&lt;BR /&gt;
&lt;BR /&gt;Andi</description>
      <pubDate>Tue, 22 Jul 2008 08:15:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853444#M66751</guid>
      <dc:creator>andi_zuend</dc:creator>
      <dc:date>2008-07-22T08:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853445#M66752</link>
      <description>&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;I have done everything what you told me, but without success. &lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;I created new project (console application) and I included the example file from c:dislinexamplesexa_f90.f90&lt;SPAN&gt; &lt;/SPAN&gt;to &lt;SPAN&gt;&lt;/SPAN&gt;source files in console project.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;I dont knew where an how shall I put the files &lt;/SPAN&gt;(disifl_d.lib, disifm_d.lib and dislin.f09)&lt;SPAN&gt; &lt;SPAN&gt;also to source files in console project.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;But after building many errors. &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;L&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:30:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853445#M66752</guid>
      <dc:creator>krecmer</dc:creator>
      <dc:date>2008-07-22T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853446#M66753</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;I tried to install the DISLIN in other fortran version. When I run the examples In this version the DISLIN works correctly.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;But by using intel version with MVS2005 shows me this error: This application has failed to start because mspdb80.dll was not found.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2008 05:25:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853446#M66753</guid>
      <dc:creator>krecmer</dc:creator>
      <dc:date>2008-07-23T05:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853447#M66754</link>
      <description>Install VS2005 Service Pack 1 from Microsoft. I would expect that you would see this problem any time you try to run a program under the debugger.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:15:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853447#M66754</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-07-23T12:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853448#M66755</link>
      <description>I attached a small MS Visual Studio (2008), IVF 10.1 solution for the Dislin examples. 
&lt;BR /&gt;
&lt;BR /&gt;If you are unable to open the solution with older versions of Visual Studio, here are the command line switches used in the Fortran Project Properties: 
&lt;BR /&gt;
&lt;BR /&gt;/nologo /gen-interfaces /warn:interfaces /real_size:64 /module:"Release/" /object:"Release/" /winapp /c
&lt;BR /&gt;
&lt;BR /&gt;important is the "real_size:64" when using the double precision Dislin libraries. 
&lt;BR /&gt;
&lt;BR /&gt;In the Linker options ckeck this: Linker &amp;gt; Input &amp;gt; Ignore Specific Library: libc.lib
&lt;BR /&gt;
&lt;BR /&gt;This solution should work assuming that you installed Dislin to the default path (c:dislin).
&lt;BR /&gt;
&lt;BR /&gt;Best,
&lt;BR /&gt;Andi</description>
      <pubDate>Thu, 24 Jul 2008 13:36:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853448#M66755</guid>
      <dc:creator>andi_zuend</dc:creator>
      <dc:date>2008-07-24T13:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853449#M66756</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Andy, Do you knew any other library for displaying science data? Doesn't Intel offer a library for data displaying?&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;The MKL and IMSL dont offer mentioned features.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2008 23:54:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853449#M66756</guid>
      <dc:creator>krecmer</dc:creator>
      <dc:date>2008-07-24T23:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853450#M66757</link>
      <description>There is a "SCIGRAPH" 2-D plotting library provided under SamplesQuickWin. There is also the Intel Array Visualizer, which is available as a free but unsupported download (see its own forum section.)&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2008 00:23:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853450#M66757</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-07-25T00:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853451#M66758</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Dear misters,&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;I tried everything what you have wrote but without success. &lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;I have VS2005 with a c++ and intel fortran 9.1.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;I installed the dl_93_ic.zip and I included variable DISLIN with parameter c:dislin and to variable path I included c:dislinwin&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Then I was trying to run the example: c:dislinexamplesF90LINK -a&lt;SPAN&gt; &lt;/SPAN&gt;exa_f90&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Without a response.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Then I tried recompile 'dislin.f90' in the directory DISLINifc with your compiler &lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;&lt;SPAN&gt; &lt;/SPAN&gt;version (i.e. ifort -c dislin.f90).&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;answer: ifort: &lt;SPAN&gt;&lt;/SPAN&gt;warning: Microsoft visual c++ not found in path.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;What does it mean?&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;When I installed the DISLIN in Compaq fortran wasnt problem and the example program was running correctly. &lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Please help, I need to use new version of fortran &lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2008 04:41:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853451#M66758</guid>
      <dc:creator>krecmer</dc:creator>
      <dc:date>2008-07-25T04:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853452#M66759</link>
      <description>There are other possibilities to produce nice scientific plots from Fortran output, e.g., by just writing your data output to files and use another program like Matlab or Origin to actually plot it. However, I like the well documented and diverse plotting abilities of Dislin supporting many different vector and pixel graphics formats - and also its freeware for non-commercial use. 
&lt;BR /&gt;
&lt;BR /&gt;Did you try the Dislin example solution I attached in the last post? What are the errors exactly that you get? 
&lt;BR /&gt;
&lt;BR /&gt;Did you recompile the dislin.f90 using the command line or in Visual Studio?
&lt;BR /&gt;
&lt;BR /&gt;I used Dislin also with VS2005 and older Intel Fortran Versions (9.x) without problems - once I figured out which compiler and linker settings to use. Maybe you can attach an example solution done with your settings, so I could see what is probably missing.</description>
      <pubDate>Fri, 25 Jul 2008 07:40:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853452#M66759</guid>
      <dc:creator>andi_zuend</dc:creator>
      <dc:date>2008-07-25T07:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853453#M66760</link>
      <description>&lt;P&gt;The dislin installation and user's guide for Windows is opaque and needs to bereworked by someonemore fluent in English,more familiar with the Windows OS, and more used to running a Fortran compiler that integrates with Visual Studio than they believe themselves to be. Ditto for MKL.&lt;/P&gt;
&lt;P&gt;I recommend Gnuplot which is free even for commercial use.&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2008 15:31:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853453#M66760</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-07-25T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853454#M66761</link>
      <description>&lt;P&gt;hi Andi,&lt;/P&gt;
&lt;P class="MsoListParagraphCxSpFirst"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;I dont know what was happened. &lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoListParagraphCxSpMiddle"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Problem is with link.exe.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoListParagraphCxSpMiddle"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;This application has failed to start because mspdb80.dll was not found. Reinstall the application may fix this problem.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoListParagraphCxSpLast"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;I reinstalled everything but without changes. &lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2008 08:50:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853454#M66761</guid>
      <dc:creator>krecmer</dc:creator>
      <dc:date>2008-07-29T08:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: implementation of the graphic library (DISLIN) to intel vis</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853455#M66762</link>
      <description>Please install Visual Studio 2005 Service Pack 1 to fix the mspdb80.dll problem.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2008 12:34:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/implementation-of-the-graphic-library-DISLIN-to-intel-visual/m-p/853455#M66762</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-07-29T12:34:54Z</dc:date>
    </item>
  </channel>
</rss>

