<?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: C calling Fortran example, can't configure visual studio in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212759#M151981</link>
    <description>&lt;P&gt;There is an obvious mistake I think in the sample Intel Code&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;Fortran Calling Sequence Example
use, intrinsic :: ISO_C_BINDING, only: C_INT, C_FLOAT, C_LOC 
use ftn_C_2 
...
real (C_FLOAT), target :: send(100) 
integer (C_INT) :: sendcount 
integer (C_INT), ALLOCATABLE, target :: recvcounts(100) 
... 
ALLOCATE( recvcounts(100) ) 
... 
call C_Library_Function(C_LOC(send), sendcount, &amp;amp; 
C_LOC(recvcounts)) 
...&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 26 Sep 2020 19:26:11 GMT</pubDate>
    <dc:creator>JohnNichols</dc:creator>
    <dc:date>2020-09-26T19:26:11Z</dc:date>
    <item>
      <title>C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211918#M151931</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/configuring-visual-studio-for-mixed-language-applications.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/configuring-visual-studio-for-mixed-language-applications.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The above instructions for one-time-configuration of visual studio have not been updated for the latest versions of visual studio (2019) or for Intel fortran Version 2020 (in folder&amp;nbsp;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.1.216).&lt;/P&gt;
&lt;P&gt;In the Property Manager I managed to find the include and library folders (under an item called Upgrade from VC such and such), and added the intel items using&amp;nbsp;&lt;SPAN&gt;$(IFORT_COMPILER20&lt;/SPAN&gt;&lt;SPAN&gt;)\compiler....&amp;nbsp; &amp;nbsp;But after doing control-S to save, exiting visual studio triggered error messages that the property changes could not be saved.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So I tried launching visual studio with admin rights, and tried again (the changes just made were gone).&amp;nbsp; I still got error messages about things not being saved when closing the C Calls Fortran solution, and also when closing visual studio.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 41.png" style="width: 397px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12846i53A10163938A0EF0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Image 41.png" alt="Image 41.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 42.png" style="width: 412px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12847i1569C45A976421B7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Image 42.png" alt="Image 42.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When restarting visual studio normally, C Calls Fortran has evidently been corrupted and will no longer load.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 44.png" style="width: 270px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12848i3A61522D5896798A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Image 44.png" alt="Image 44.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 43.png" style="width: 391px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12849i73C6A6F21BD3EDB7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Image 43.png" alt="Image 43.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\Users\Cheers\Documents\Visual Studio 2019\Projects\Samples compiler_f\MixedLanguage\C_calls_Fortran\USEDLL\msvs\USEDLL.vcxproj : error  : The imported project file "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CPP.UpgradeFromVC71.props" could not be loaded. Root element is missing.  C:\Users\Cheers\Documents\Visual Studio 2019\Projects\Samples compiler_f\MixedLanguage\C_calls_Fortran\USEDLL\msvs\USEDLL.vcxproj


C:\Users\Cheers\Documents\Visual Studio 2019\Projects\Samples compiler_f\MixedLanguage\C_calls_Fortran\USELIB\msvs\USELIB.vcxproj : error  : The imported project file "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CPP.UpgradeFromVC71.props" could not be loaded. Root element is missing.  C:\Users\Cheers\Documents\Visual Studio 2019\Projects\Samples compiler_f\MixedLanguage\C_calls_Fortran\USELIB\msvs\USELIB.vcxproj&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;How do I fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 15:42:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211918#M151931</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-23T15:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211924#M151935</link>
      <description>&lt;P&gt;I am trying to restore the C Calls Fortran sample project, but I don't remember where I got it from, and I cannot find it anywhere on my system.&amp;nbsp; Where can I get/find this?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 16:09:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211924#M151935</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-23T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211934#M151936</link>
      <description>&lt;P&gt;It is quite difficult now to find the samples!&amp;nbsp; Sorry about that, I'll see why the web folks are making things harder to find.&amp;nbsp; Here is a link to the Windows PSXE 2020 Samples bundle including the Fortran samples, which include the mixed language sample:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/download/776976.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/download/776976.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 16:45:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211934#M151936</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2020-09-23T16:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211965#M151937</link>
      <description>&lt;P&gt;Great - the &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-fortran-compiler-information-and-frequently-asked-questions.html" target="_blank" rel="noopener"&gt;FAQ&lt;/A&gt; link&amp;nbsp;&lt;A href="https://software.intel.com/en-us/product-code-samples" target="_blank"&gt;https://software.intel.com/en-us/product-code-samples&lt;/A&gt;&amp;nbsp;is broken. My opinion of this ongoing attempt to frustrate users is unprintable. (Oh, and users here can't find the FAQ anymore since the link to it was removed when the new forum went live.)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 18:56:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211965#M151937</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-23T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211985#M151938</link>
      <description>&lt;P&gt;Thanks for the link to the samples.&amp;nbsp; I actually had that file already downloaded but didn't know the name of it.&lt;/P&gt;
&lt;P&gt;However, more important than just downloading the samples is being able to configure visual studio 2019 &amp;amp; intel fortran 2020 to work with the samples.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell me how to do that.&lt;/P&gt;
&lt;P&gt;One thing I observed during my failed attempt at that was the LIB directories for ia32 and intel64 could not both be assigned independently.&amp;nbsp; Assigning one would overwrite the setting of the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 20:19:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1211985#M151938</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-23T20:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212020#M151941</link>
      <description>&lt;P&gt;The instructions in the article, other than not referencing VS2019 and COMPILER20, are correct. I'm wondering if you somehow prevented VS from loading the C++ projects when you opened the solution, triggering the other errors. I just went through these steps myself and it worked fine.&lt;/P&gt;
&lt;P&gt;I suggest you start over and pay attention to messages that pop up.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 23:39:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212020#M151941</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-23T23:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212175#M151951</link>
      <description>&lt;P&gt;I got stuck where step 3 says&amp;nbsp;&lt;STRONG&gt;Double click on Microsoft.Cpp.Win32.user&lt;/STRONG&gt;&amp;nbsp;because it's not there.&lt;/P&gt;
&lt;P&gt;I am unable to start over.&amp;nbsp; I tried by deleting the C Calls Fortran Project folder, and restored it from the zip file download.&amp;nbsp; When I open the .sln project, visual studio has trouble with it.&amp;nbsp; See attached screen shot.&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 11:28:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212175#M151951</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-24T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212219#M151956</link>
      <description>&lt;P&gt;I managed to fix visual studio.&amp;nbsp; I found&amp;nbsp;&lt;STRONG&gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.UpgradeFromVC71.props&lt;/STRONG&gt; and it was empty.&amp;nbsp; I replaced it with a copy of&amp;nbsp;Microsoft.Cpp.UpgradeFromVC70.props with all the occurrences of 70 replaced with 71.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now &lt;STRONG&gt;C Calls Fortran&lt;/STRONG&gt;&amp;nbsp;sln opens normally, but I still can't follow the visual studio configuration instructions.&amp;nbsp; The screen shot below shows that&amp;nbsp;&lt;STRONG&gt;Microsoft.Cpp.Win32.user&lt;/STRONG&gt; is missing.&amp;nbsp; There must be something different about my visual studio and/or computer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 51.png" style="width: 265px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12866i930E94D939F7825A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Image 51.png" alt="Image 51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I double click &lt;STRONG&gt;Upgrade from VC 7.1&lt;/STRONG&gt; (a strange name for a property page), there are Include and Library directories which I can edit, but the changes fail to save, as well as there is an obvious incompatibility between 32 bit and 64 bit property settings for the Library directory.&lt;/P&gt;
&lt;P&gt;I have managed to work around the problem by adding the intel compiler Include and Library directories at the sln project level.&lt;/P&gt;
&lt;P&gt;Steve - if you want to do a screen share and see the errors, email me at bmurphy at xlrotor.com and the Windows 10 Quick Assist tool should make that easy.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 14:31:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212219#M151956</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-24T14:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212314#M151966</link>
      <description>&lt;P&gt;That isn't the correct property page. I suggest that you reinstall Visual Studio, including Visual C++ for Desktop Applications. Something is wrong with your VS (not Intel Parallel Studio) install.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 20:53:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212314#M151966</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-24T20:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212373#M151969</link>
      <description>&lt;P&gt;Ok.&amp;nbsp; Thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I installed VS (that was in March), I don't remember making any selections regarding&amp;nbsp;&lt;SPAN&gt;Visual C++ for Desktop Applications.&amp;nbsp; I'll be on the lookout for it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 02:39:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212373#M151969</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-25T02:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212568#M151972</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 18:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212568#M151972</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-25T18:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212735#M151978</link>
      <description>&lt;P&gt;The visual studio community installer says I already have&amp;nbsp;&lt;SPAN&gt;Visual C++ for Desktop Applications installed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe the Community version of visual studio can't be configured to include the Intel folders.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 60.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12893i408D3227101B02F7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Image 60.png" alt="Image 60.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 15:03:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212735#M151978</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-26T15:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212741#M151980</link>
      <description>&lt;P&gt;I am using the Community Edition - works fine for me. I just tested it - created a C++ Console project, brought up the Property Manager (had to go to View &amp;gt; Other Windows &amp;gt; Property Manager), and there it was.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-09-26 111342.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12894i8A94A771AA8D764C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2020-09-26 111342.png" alt="Screenshot 2020-09-26 111342.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-09-26 111608.png" style="width: 786px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12895i011D926DF41C942A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2020-09-26 111608.png" alt="Screenshot 2020-09-26 111608.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 15:16:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212741#M151980</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-26T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212759#M151981</link>
      <description>&lt;P&gt;There is an obvious mistake I think in the sample Intel Code&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;Fortran Calling Sequence Example
use, intrinsic :: ISO_C_BINDING, only: C_INT, C_FLOAT, C_LOC 
use ftn_C_2 
...
real (C_FLOAT), target :: send(100) 
integer (C_INT) :: sendcount 
integer (C_INT), ALLOCATABLE, target :: recvcounts(100) 
... 
ALLOCATE( recvcounts(100) ) 
... 
call C_Library_Function(C_LOC(send), sendcount, &amp;amp; 
C_LOC(recvcounts)) 
...&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 26 Sep 2020 19:26:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212759#M151981</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2020-09-26T19:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212764#M151982</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/89041"&gt;@JohnNichols&lt;/a&gt;&amp;nbsp;which sample is that? It isn't either C_Calls_Fortran nor Fortran_Calls_C.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 20:23:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212764#M151982</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-26T20:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212896#M151993</link>
      <description>&lt;P&gt;I did the same thing, and got this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 2.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/12908i9166C487FE434CB5/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Image 2.png" alt="Image 2.png" /&gt;&lt;/span&gt;I also just noticed that when I open the &lt;STRONG&gt;C Calls Fortran&lt;/STRONG&gt;&amp;nbsp;sample solution, visual studio logs the following message in the Output window.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;C:\Users\Cheers\Documents\Visual Studio 2019\Projects\Samples compiler_f\MixedLanguage\C_calls_Fortran\USEDLL\msvs\USEDLL.vcxproj : warning : The build tools for Visual Studio 2013 (v120) cannot be found. To build using the Visual Studio 2019 (v142) build tools, either click the Project menu or right-click the solution, and then select "Retarget Solution". Install Visual Studio 2013 (v120) to build using the Visual Studio 2013 (v120) build tools.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I did the retarget thing, but the Property Manager still shows&amp;nbsp;&lt;STRONG&gt;Upgrade from VC 7.1&lt;/STRONG&gt; in place of &lt;STRONG&gt;Microsoft.Cpp.Win32.user.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I will uninstall visual studio and start over.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 17:22:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212896#M151993</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-27T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212897#M151994</link>
      <description>&lt;P&gt;I searched all files in the compiler_f collection for&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class="token keyword"&gt;use&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt; ftn_C_2&lt;/STRONG&gt; and it was not found.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 17:24:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212897#M151994</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-09-27T17:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212899#M151995</link>
      <description>&lt;P&gt;These are the latest samples from Intel -- it is in there - and they are dashed hard to find&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The file (ipsxe2019-samples-win-20190327.zip) exceeds the maximum file size. The maximum file size is 71 MB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is the part I used&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 17:26:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212899#M151995</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2020-09-27T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212900#M151996</link>
      <description>&lt;P&gt;Install VS 2017 - it is the last one that works with C++ without hunting for old versions,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;works a treat.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 17:28:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212900#M151996</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2020-09-27T17:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: C calling Fortran example, can't configure visual studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212901#M151997</link>
      <description>&lt;P&gt;Steve:&amp;nbsp; I am a bit lost, there are quite a few posts.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That sample of code I put up is from your manual on the Intel website for C to Fortran programming, i tried it but it did not work , they missed a : for the 100 in the first allocate statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To say the Intel Web site is an interesting mess is to disparage the people who live in messes because they are forced to - Garbage scavengers springs to mind, Intel chooses to be this bad.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 17:32:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/C-calling-Fortran-example-can-t-configure-visual-studio/m-p/1212901#M151997</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2020-09-27T17:32:53Z</dc:date>
    </item>
  </channel>
</rss>

