<?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: how to change fortran input to C# in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884851#M76434</link>
    <description>OK thanks&lt;BR /&gt;I will try again&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Jun 2009 08:56:30 GMT</pubDate>
    <dc:creator>klaus_knebel</dc:creator>
    <dc:date>2009-06-15T08:56:30Z</dc:date>
    <item>
      <title>how to change fortran input to C#</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884845#M76428</link>
      <description>Dear Sir,&lt;BR /&gt;i have library written in Fortran it's input from C library using commands and it's run under windows using cygwin &amp;amp; i want to use this library as dll in my C# code and pass my input instead of c library .... idon't know if i can use GUI instead of this commands or No way ???&lt;BR /&gt;Really ineed help A.S.A.P</description>
      <pubDate>Tue, 09 Jun 2009 07:58:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884845#M76428</guid>
      <dc:creator>ayahamdy</dc:creator>
      <dc:date>2009-06-09T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to change fortran input to C#</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884846#M76429</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431177"&gt;ayahamdy&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Dear Sir,&lt;BR /&gt;i have library written in Fortran it's input from C library using commands and it's run under windows using cygwin &amp;amp; i want to use this library as dll in my C# code and pass my input instead of c library .... idon't know if i can use GUI instead of this commands or No way ???&lt;BR /&gt;Really ineed help A.S.A.P&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I dont fully understand your question...&lt;BR /&gt;&lt;BR /&gt;You have a C# GUI and you want to pass data to a Fortran DLL? This is possible, only strings and arrays need a little bit more work. Search this forum, there a enough questions and sample code about this. A C# command line application + Fortran DLL should work too.&lt;BR /&gt;&lt;BR /&gt;Markus</description>
      <pubDate>Wed, 10 Jun 2009 06:45:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884846#M76429</guid>
      <dc:creator>onkelhotte</dc:creator>
      <dc:date>2009-06-10T06:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to change fortran input to C#</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884847#M76430</link>
      <description>Hi&lt;BR /&gt;I tried to mix C# and Fortran too.&lt;BR /&gt;But it is not easy or almost impossible, because C# is running only in .NET enviroment and IVF not &lt;BR /&gt;so mixing these too seems not to be possible as easy as C++ &amp;amp; IVF.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=63394" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=63394&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Klaus&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2009 10:03:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884847#M76430</guid>
      <dc:creator>klaus_knebel</dc:creator>
      <dc:date>2009-06-10T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to change fortran input to C#</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884848#M76431</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/61577"&gt;klaus knebel&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi&lt;BR /&gt;I tried to mix C# and Fortran too.&lt;BR /&gt;But it is not easy or almost impossible, because C# is running only in .NET enviroment and IVF not &lt;BR /&gt;so mixing these too seems not to be possible as easy as C++ &amp;amp; IVF.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=63394" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=63394&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Klaus&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Klaus,&lt;BR /&gt;&lt;BR /&gt;everything depends on what you mean by mixing. You can't do it as in CVF, that's true. For .Net you need to "close your Fortran in dll" and use System.Runtime.InteropServices, then DLLImport where you specify/change default calling convention (C for IVF is default). MS calls it "consuming unmanaged code clients".&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2009 10:42:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884848#M76431</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-10T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to change fortran input to C#</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884849#M76432</link>
      <description>yes&lt;BR /&gt;this is what I mean when I say mixing.&lt;BR /&gt;Having one projekt and using C# for GUI or other things and Fortran for the number crunshing stuff.&lt;BR /&gt;We are not able to use IVF DLL or library in a C# Project.&lt;BR /&gt;I dont know why.&lt;BR /&gt;Klaus&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:08:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884849#M76432</guid>
      <dc:creator>klaus_knebel</dc:creator>
      <dc:date>2009-06-10T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to change fortran input to C#</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884850#M76433</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/61577"&gt;klaus knebel&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;yes&lt;BR /&gt;this is what I mean when I say mixing.&lt;BR /&gt;Having one projekt and using C# for GUI or other things and Fortran for the number crunshing stuff.&lt;BR /&gt;We are not able to use IVF DLL or library in a C# Project.&lt;BR /&gt;I dont know why.&lt;BR /&gt;Klaus&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Klaus,&lt;BR /&gt;&lt;BR /&gt;it's strange. What errors do you get? You should be able to do (almost) without a problem. You need System.Runtime.InteropServices. Take a look at &lt;A href="http://www.nag.co.uk/numeric/csharpinfo.asp"&gt;this for examples&lt;/A&gt; how to call and pass data.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2009 01:05:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884850#M76433</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-11T01:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to change fortran input to C#</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884851#M76434</link>
      <description>OK thanks&lt;BR /&gt;I will try again&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 08:56:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-to-change-fortran-input-to-C/m-p/884851#M76434</guid>
      <dc:creator>klaus_knebel</dc:creator>
      <dc:date>2009-06-15T08:56:30Z</dc:date>
    </item>
  </channel>
</rss>

