<?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 Querying interface of a procedure in a DLL in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Querying-interface-of-a-procedure-in-a-DLL/m-p/1095980#M125437</link>
    <description>&lt;P&gt;I suspect the answer to my question is No (it's that kind of day), but it doesn't hurt to ask... Is it in any way possible to test whether a procedure in a DLL has a certain interface? I'm using LoadLibrary/GetProcAddress/C_F_PROCPOINTER to access a procedure from a dynamically loaded DLL (see Intel's DynamicLoad example). However, it would be great if I could verify in some way that the procedure I'm loading actually has the correct interface. It seems like I just have to hope for the best. Any ideas?&lt;/P&gt;

&lt;P&gt;EDIT: I realize I could manually examine a particular DLL, but what I'm after is a way for my program to do this internally. In my case, these are DLL's that my users are writing and loading themselves, so I want to issue a helpful warning message if they did something wrong (other than the program just crashing).&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2016 14:07:00 GMT</pubDate>
    <dc:creator>Jacob_Williams</dc:creator>
    <dc:date>2016-04-19T14:07:00Z</dc:date>
    <item>
      <title>Querying interface of a procedure in a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Querying-interface-of-a-procedure-in-a-DLL/m-p/1095980#M125437</link>
      <description>&lt;P&gt;I suspect the answer to my question is No (it's that kind of day), but it doesn't hurt to ask... Is it in any way possible to test whether a procedure in a DLL has a certain interface? I'm using LoadLibrary/GetProcAddress/C_F_PROCPOINTER to access a procedure from a dynamically loaded DLL (see Intel's DynamicLoad example). However, it would be great if I could verify in some way that the procedure I'm loading actually has the correct interface. It seems like I just have to hope for the best. Any ideas?&lt;/P&gt;

&lt;P&gt;EDIT: I realize I could manually examine a particular DLL, but what I'm after is a way for my program to do this internally. In my case, these are DLL's that my users are writing and loading themselves, so I want to issue a helpful warning message if they did something wrong (other than the program just crashing).&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Querying-interface-of-a-procedure-in-a-DLL/m-p/1095980#M125437</guid>
      <dc:creator>Jacob_Williams</dc:creator>
      <dc:date>2016-04-19T14:07:00Z</dc:date>
    </item>
    <item>
      <title>As far as I know: no, there</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Querying-interface-of-a-procedure-in-a-DLL/m-p/1095981#M125438</link>
      <description>&lt;P&gt;As far as I know: no, there is no way you can do that. I think that is what type libraries were invented for and sundry other mechanisms.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:10:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Querying-interface-of-a-procedure-in-a-DLL/m-p/1095981#M125438</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2016-04-19T14:10:15Z</dc:date>
    </item>
    <item>
      <title>There is no information</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Querying-interface-of-a-procedure-in-a-DLL/m-p/1095982#M125439</link>
      <description>&lt;P&gt;There is no information regarding interface stored in the DLL.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:55:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Querying-interface-of-a-procedure-in-a-DLL/m-p/1095982#M125439</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-04-19T15:55:13Z</dc:date>
    </item>
  </channel>
</rss>

