<?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: No command line arguments - Start Without Debugging - IVF i in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785819#M29981</link>
    <description>&lt;DIV&gt;Thanks for the reply Steve. I suspect that it is a VS2005 issue, but note that a similar C code correctly gave 3 arguments which ever way I executed it.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have tried reinstalling VS and IVF - it is the 30 day trial version by the way -but the problem did not disappear. I cannot think of what else to try and, as some other users report, I cannot access the Intel Premier Support - I keep going around in circles on the www pages.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Jun 2006 02:10:18 GMT</pubDate>
    <dc:creator>charnwoodfox</dc:creator>
    <dc:date>2006-06-08T02:10:18Z</dc:date>
    <item>
      <title>No command line arguments - Start Without Debugging - IVF in Visual Studio 2005</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785817#M29979</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am using IVF 9.1 with MS Visual Studio (VS) 2005 Professional Ed. on Windows XP. When running the following code snippet with &lt;FONT color="#ff3300"&gt;Start Debugging&lt;/FONT&gt; option from VS toolbar or from command line, it returns:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Number of args: 3 [This is correct!]&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When using &lt;FONT color="#ff3300"&gt;Start Without Debugging&lt;/FONT&gt; option, it returns:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Number of args: 1 [This is wrong!]&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Note: From command line I typed: &lt;FONT color="#336600"&gt;xxx.exe arg1 arg2&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;and in VS I set the project command line arguments field to: &lt;FONT color="#336600"&gt;arg1 arg2 &lt;/FONT&gt;for All Configurations.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;i.e. The arguments seem to be "lost" when executing the application without debugging via the Visual Studio interface.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can youoffer an explanation/fix please?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT size="1"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;PRE&gt;      program XXX
      integer n
      n = nargs()
      write(*,*) "Number of args: ", n 
      pause
      end program XXX&lt;/PRE&gt;&lt;P align="left"&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2006 00:35:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785817#M29979</guid>
      <dc:creator>charnwoodfox</dc:creator>
      <dc:date>2006-06-08T00:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: No command line arguments - Start Without Debugging - IVF i</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785818#M29980</link>
      <description>I don't see a difference when I try it.  I get the same number of arguments either way. Note that setting up the command line for running the program is done by VS and is outside IVF's control.</description>
      <pubDate>Thu, 08 Jun 2006 01:08:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785818#M29980</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-06-08T01:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: No command line arguments - Start Without Debugging - IVF i</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785819#M29981</link>
      <description>&lt;DIV&gt;Thanks for the reply Steve. I suspect that it is a VS2005 issue, but note that a similar C code correctly gave 3 arguments which ever way I executed it.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have tried reinstalling VS and IVF - it is the 30 day trial version by the way -but the problem did not disappear. I cannot think of what else to try and, as some other users report, I cannot access the Intel Premier Support - I keep going around in circles on the www pages.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Jun 2006 02:10:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785819#M29981</guid>
      <dc:creator>charnwoodfox</dc:creator>
      <dc:date>2006-06-08T02:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: No command line arguments - Start Without Debugging - IVF i</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785820#M29982</link>
      <description>I tried it with VS2005 and it worked fine for me. I suspect there's something else at work that you're not seeing.  It isn't a Fortran issue as IVF is just calling the C library routine to get the information.&lt;BR /&gt;&lt;BR /&gt;If you're having trouble with Intel Premier Support, send e-mail to quad.support-at-intel.com</description>
      <pubDate>Thu, 08 Jun 2006 02:34:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785820#M29982</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-06-08T02:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: No command line arguments - Start Without Debugging - IVF i</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785821#M29983</link>
      <description>Are you using a 32-bit or 64-bit version of Windows XP.  I recently learned that VS2005 has a bug in this area on x64 systems in that it incorrectly creates the command line when "start without debugging" is used.</description>
      <pubDate>Thu, 08 Jun 2006 22:46:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785821#M29983</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-06-08T22:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: No command line arguments - Start Without Debugging - IVF i</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785822#M29984</link>
      <description>&lt;DIV&gt;Hi Steve ... I have copied my system info below. I am using 32-bit Windows andopted not to install the 64-bit component of IVF9.1. (Though note that I have reinstalled VS2005 and IVF9.1 a few times to check the installation/options and I may have had the 64-bitcheckbox for IVF9.1 selected on an earlieroccasion.) In the present installation of IVF9.1, Intel Debugger 9.1 and IVF9.1 Integrations with MVS* I selected the "complete" components and also the checkbox to automatically update the environmental variables. Please also note that I am presently using the 30 day evaluation release! Thanks for your support!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;----------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;System info:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;OS NameMicrosoft Windows XP Professional&lt;BR /&gt;Version5.1.2600 Service Pack 2 Build 2600&lt;BR /&gt;System ManufacturerDell Inc.&lt;BR /&gt;System ModelPrecision M70&lt;BR /&gt;System TypeX86-based PC&lt;BR /&gt;Processorx86 Family 6 Model 13 Stepping 8 GenuineIntel ~1994 Mhz&lt;BR /&gt;BIOS Version/DateDell Inc. A03, 30/09/2005&lt;BR /&gt;SMBIOS Version2.3&lt;BR /&gt;Windows DirectoryC:WINDOWS&lt;BR /&gt;System DirectoryC:WINDOWSsystem32&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Microsoft Visual Studio 2005&lt;BR /&gt;Version 8.0.50727.42 (RTM.050727-4200)&lt;BR /&gt;Microsoft .NET Framework&lt;BR /&gt;Version 2.0.50727&lt;/DIV&gt;&lt;DIV&gt;Installed Edition: Professional&lt;/DIV&gt;&lt;DIV&gt;Microsoft Visual Basic 2005 77626-009-0000007-41893&lt;BR /&gt;Microsoft Visual Basic 2005&lt;/DIV&gt;&lt;DIV&gt;Microsoft Visual C++ 2005 77626-009-0000007-41893&lt;BR /&gt;Microsoft Visual C++ 2005&lt;/DIV&gt;&lt;DIV&gt;Intel Fortran Compiler Integration&lt;BR /&gt;Intel Fortran Compiler Integration for Microsoft Visual Studio 2005, Version 9.1.3192.2005, Copyright (C) 2002-2006 Intel Corporation&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Intel Fortran Compiler for 32-bit applications, Version 9.1. Build 20060323Z Package ID: W_FC_P_9.1.024 (30 day evaluation license)&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jun 2006 16:49:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785822#M29984</guid>
      <dc:creator>charnwoodfox</dc:creator>
      <dc:date>2006-06-09T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: No command line arguments - Start Without Debugging - IVF i</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785823#M29985</link>
      <description>&lt;DIV&gt;P.S. I have also informed Intel Premier Support of this issue and am awaiting their reply. I will update the thread if they can confirmthe behaviourand have a solution.&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jun 2006 16:52:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785823#M29985</guid>
      <dc:creator>charnwoodfox</dc:creator>
      <dc:date>2006-06-09T16:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: No command line arguments - Start Without Debugging - IVF i</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785824#M29986</link>
      <description>&lt;DIV&gt;Hi Steve / Others ...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have downloaded and installed a more recent release of the Windows Fortran Compiler (i.e.W_FC_C_9.1.025) on the advice of Intel Premier Support and the command line argument issue has disappeared.Relief!&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Jun 2006 07:56:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-command-line-arguments-Start-Without-Debugging-IVF-in-Visual/m-p/785824#M29986</guid>
      <dc:creator>charnwoodfox</dc:creator>
      <dc:date>2006-06-22T07:56:34Z</dc:date>
    </item>
  </channel>
</rss>

