<?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: Compiling errors in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Compiling-errors/m-p/953788#M20236</link>
    <description>The error you're getting has nothing to do with your Fortran source.  It indicates that you added a .c or .cpp file to your project and don't have Microsoft Visual C/C++ installed.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Sat, 09 Jun 2001 05:03:29 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-06-09T05:03:29Z</dc:date>
    <item>
      <title>Compiling errors</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-errors/m-p/953787#M20235</link>
      <description>My name is Derrick Fitton and I have written a Visual Fortran Program that uses the f90gl libraries to display a graphical representaion of an undeformed and deformed frame using the data created by the visual fortran program.  The following is a copy of my VF main program.  Do you know why I am getting the error that I am.  Any help you could give me would be most appreciated.  Thank You   &lt;BR /&gt;                  Derrick Fitton   &lt;BR /&gt;    &lt;BR /&gt;The error began happening when I inputted the 3fvertex function call into my main program.   &lt;BR /&gt;    &lt;BR /&gt;use opengl_gl   &lt;BR /&gt;  implicit double precision(a-h,o-z)   &lt;BR /&gt;   dimension asat(1200,1200),p(1200),x(1200),index(1200)   &lt;BR /&gt;   dimension id(300,6),xo(1200),po(1200)   &lt;BR /&gt;   dimension xcd(300),ycd(300),zcd(300),ndof(300,6)   &lt;BR /&gt;   dimension npe(12),ea(12,6),f(6)   &lt;BR /&gt;   dimension eao(12,6),esato(6,12)   &lt;BR /&gt;   common ewo,xnso,udo,e,g,a,xi1,xi2,xj,xlo,gdo,eao,esato   &lt;BR /&gt;   common cosa,cosb,cosc,sinc,cosphi,sinphi   &lt;BR /&gt;   open(unit=10,file='oldgeo.dat',status='unknown')   &lt;BR /&gt;   open(unit=11,file='member.dat',status='unknown')   &lt;BR /&gt;   open(unit=12,file='output.dat',status='unknown')   &lt;BR /&gt;   &amp;amp;! nbsp; &amp;amp;sp;      tol=0.05   &lt;BR /&gt;       axf=0.   &lt;BR /&gt;   &amp;amp;n! bsp;   read(11,*) nm   &lt;BR /&gt;    write(*,*) ' No. of members in structure =',nm   &lt;BR /&gt;    write(12,'(a)') '   Member Data '   &lt;BR /&gt;     write(12,'(a)') '   Member   Initial Joint    Terminal Joint'   &lt;BR /&gt;       do 210 k=1,nm   &lt;BR /&gt;       read(11,*) memno,npi,npj,e,pr   &lt;BR /&gt;        call glbegin(GL_LINE)   &lt;BR /&gt;        call 3fvertex(xcd(npi),ycd(npi),zcd(npi))   &lt;BR /&gt;       call 3fvertex(xcd(npj),ycd(npj),zcd(npj))   &lt;BR /&gt;        call glend   &lt;BR /&gt;   &lt;BR /&gt; But I'm still getting the error message:   &lt;BR /&gt;   &lt;BR /&gt; Compiling...   &lt;BR /&gt; Error spawning cl.exe</description>
      <pubDate>Sat, 09 Jun 2001 04:36:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-errors/m-p/953787#M20235</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-09T04:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling errors</title>
      <link>https://community.intel.com/t5/Software-Archive/Compiling-errors/m-p/953788#M20236</link>
      <description>The error you're getting has nothing to do with your Fortran source.  It indicates that you added a .c or .cpp file to your project and don't have Microsoft Visual C/C++ installed.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 09 Jun 2001 05:03:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Compiling-errors/m-p/953788#M20236</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-06-09T05:03:29Z</dc:date>
    </item>
  </channel>
</rss>

