<?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 Building Error in opening f90SQL module files in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827808#M50921</link>
    <description>&lt;P&gt;Good Morning Friends. I recently installed VS2005 (Professional) and am trying to move all my codes from VS2003 .netto the new IDE. For those programs which callsubroutines in f90SQL library (lite version), there are errors in opening the f90SQL library module files when I tried to build them. It seems to me that the compiler found the library but can't find the modules in the library. Does anybody know why? I have put f90SQL.lib in the 'Additional Dependencies' (in Linker : Input) just like what I did in VS2003. Any comments or suggestions? Thanks in advance. Good Day.&lt;/P&gt;
&lt;P&gt;Tom Lin&lt;/P&gt;</description>
    <pubDate>Fri, 16 Mar 2007 16:02:00 GMT</pubDate>
    <dc:creator>tom_c_lin</dc:creator>
    <dc:date>2007-03-16T16:02:00Z</dc:date>
    <item>
      <title>Building Error in opening f90SQL module files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827808#M50921</link>
      <description>&lt;P&gt;Good Morning Friends. I recently installed VS2005 (Professional) and am trying to move all my codes from VS2003 .netto the new IDE. For those programs which callsubroutines in f90SQL library (lite version), there are errors in opening the f90SQL library module files when I tried to build them. It seems to me that the compiler found the library but can't find the modules in the library. Does anybody know why? I have put f90SQL.lib in the 'Additional Dependencies' (in Linker : Input) just like what I did in VS2003. Any comments or suggestions? Thanks in advance. Good Day.&lt;/P&gt;
&lt;P&gt;Tom Lin&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2007 16:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827808#M50921</guid>
      <dc:creator>tom_c_lin</dc:creator>
      <dc:date>2007-03-16T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Building Error in opening f90SQL module files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827809#M50922</link>
      <description>What exactly are the errors? Modules do not go in a library - they are .mod files that are found in one of the places the compiler looks for INCLUDE files. Do not be confused by the compiler's reference to "library module file" - that message is changing in a future version. Modules have nothing to do with libraries.</description>
      <pubDate>Fri, 16 Mar 2007 16:09:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827809#M50922</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-03-16T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Building Error in opening f90SQL module files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827810#M50923</link>
      <description>&lt;P&gt;Thanks Steve for the prompt reply. The following areexamples of twoerrors (The Error Lines are exactly the same as shown on screen):&lt;/P&gt;
&lt;P&gt;1.Fortran Source=&amp;gt; &lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;use&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; f90SQLConstants&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt; Error line=&amp;gt; Error: Error in opening the Library module file. [F90SQLCONSTANTS]&lt;/P&gt;
&lt;P&gt;2. Fortran Source=&amp;gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;integer&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(SQLHENV_KIND):: EnvHndl&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt; Error line=&amp;gt; Error: A kind type parameter must be a compile-time constant. [SQLINTEGER_KIND]&lt;/P&gt;
&lt;P&gt;The problem I think is inthe 'use' lines such as 'use f90SQLConstants'. All FORTRANcodes start with 'use' and then f90SQL module name have the same error message. Thank you for your time. Good Day.&lt;/P&gt;
&lt;P&gt;Tom Lin&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2007 16:48:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827810#M50923</guid>
      <dc:creator>tom_c_lin</dc:creator>
      <dc:date>2007-03-16T16:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Building Error in opening f90SQL module files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827811#M50924</link>
      <description>You do not have the folder containing the F90SQL .mod files in the INCLUDE path. You can specify this for a specific project in the Fortran "Preprocessor" property page, or globally at Tools..Options..Intel Fortran..General..Include Files.</description>
      <pubDate>Fri, 16 Mar 2007 17:51:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827811#M50924</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-03-16T17:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Building Error in opening f90SQL module files</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827812#M50925</link>
      <description>&lt;P&gt;Thank you very much Steve. It works now.&lt;/P&gt;
&lt;P&gt;Tom Lin&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2007 18:49:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Building-Error-in-opening-f90SQL-module-files/m-p/827812#M50925</guid>
      <dc:creator>tom_c_lin</dc:creator>
      <dc:date>2007-03-16T18:49:11Z</dc:date>
    </item>
  </channel>
</rss>

