<?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 Neither of those messages are in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987039#M100951</link>
    <description>Neither of those messages are errors.  They are informational status messages from the debugger. The only one of real interest is the last one that says your main program completed and returned a status value of -1. That could be normal, especially if the main program was written in C, though 0 is the more common "success" exit status.  We'd have to see your main program to comment further.</description>
    <pubDate>Tue, 08 Jan 2013 14:28:20 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2013-01-08T14:28:20Z</dc:date>
    <item>
      <title>What is this error - Symbols loaded</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987037#M100949</link>
      <description>&lt;P&gt;&lt;BR /&gt;Dear All,&lt;/P&gt;
&lt;P&gt;Can somebody help me that what are these following errors. I am working with a C project&lt;BR /&gt;in visual studio 2008 and fortran compiler Version 11.1 . I made some property configurations and&lt;BR /&gt;ran the project. I have no clue on these errors!!!!!!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Visual Studio 2008\test_lib.exe', Symbols loaded.&lt;/P&gt;
&lt;P&gt;The program '[2980] test_lib.exe: Native' has exited with code -1 (0xffffffff).&lt;/P&gt;
&lt;P&gt;I hope, I posted the question in right forum section if not, kindly redirct or inform something favorable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 13:16:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987037#M100949</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-08T13:16:40Z</dc:date>
    </item>
    <item>
      <title>move your C question to the C</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987038#M100950</link>
      <description>move your C question to the C++ forum

In Visual Studio IDE, set break point at start of main (_main, WinMain, ...), then run. If this errors before you break then start debug session from IDE with "Step Into". This will (should) allow you to step through the C Run Time library initialization.

Jim Dempsey</description>
      <pubDate>Tue, 08 Jan 2013 13:48:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987038#M100950</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-01-08T13:48:01Z</dc:date>
    </item>
    <item>
      <title>Neither of those messages are</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987039#M100951</link>
      <description>Neither of those messages are errors.  They are informational status messages from the debugger. The only one of real interest is the last one that says your main program completed and returned a status value of -1. That could be normal, especially if the main program was written in C, though 0 is the more common "success" exit status.  We'd have to see your main program to comment further.</description>
      <pubDate>Tue, 08 Jan 2013 14:28:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987039#M100951</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-01-08T14:28:20Z</dc:date>
    </item>
    <item>
      <title>ANSI C only requires that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987040#M100952</link>
      <description>ANSI C only requires that EXIT_SUCCESS and EXIT_FAILURE be defined as possible exit codes, and these are usually 0 and 1. Often, the allowed values are 0-255, with the 128-255 range not recommended for user code. 

It is a little unusual to see the value reported (-1). Could it have come from the C start-up code?</description>
      <pubDate>Tue, 08 Jan 2013 14:42:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987040#M100952</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-01-08T14:42:14Z</dc:date>
    </item>
    <item>
      <title>Dear Jimm; Steve; Mecej,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987041#M100953</link>
      <description>Dear Jimm; Steve; Mecej,

Thanks for all your good advice and response.

C project solution is running fine!!!!!!! I beleive so

I Missed to mention that I have 10 fortran files(f90) in fortran library solution with

my C project, this fortran solution tagged for testing the C project. I guess I am getting

this warning while running fortran solution so want to know, is there any configurational issues with

its property setting ????????

Kindly help</description>
      <pubDate>Wed, 09 Jan 2013 05:14:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987041#M100953</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-09T05:14:27Z</dc:date>
    </item>
    <item>
      <title>If the exit code of -1 is</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987042#M100954</link>
      <description>If the exit code of -1 is issued prior to your first statement in your C main(...
Then an error is occuring in the C Runtime Library initialization code.
If the issue is a missing DLL then a message should be output somewhere (console, dialog box, ...)
But it may not be....
Therefore, it may be necessary to use Debug | Step Into to step it the  C Runtime Library initialization code (as opposed to auto break point at main as with Debug | Run).

VS comes with the sources to (most of) the C runtime library, you may need to specify the path to those sources when at first break.

Jim Dempsey</description>
      <pubDate>Wed, 09 Jan 2013 13:32:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987042#M100954</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-01-09T13:32:44Z</dc:date>
    </item>
    <item>
      <title>Dear Steve</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987043#M100955</link>
      <description>Dear Steve

As you suggested,  I am putting my Main file code for getting your comment further. Two main files I am pasting 1) Main File for C projcet ---&amp;gt;main.c
2)Main File for Fortran Project ----&amp;gt;main.f90. Please advice me quickly....


Note:
*****

I saw '-1' returen value in main.c file but I changed that value and executed( say -55) but still -1 returns
and debugger is not coming to this code line. I dont have much idea on fotran coding and its debugging, please advice.</description>
      <pubDate>Thu, 10 Jan 2013 06:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987043#M100955</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-10T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Dear Jimm,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987044#M100956</link>
      <description>Dear Jimm,

Thanks a lot for answer again. But I tried to debugg but debugger is not at all coming on to my code lines, then How can I do Step Into9(F11) options. Please advice</description>
      <pubDate>Thu, 10 Jan 2013 07:00:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987044#M100956</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-10T07:00:01Z</dc:date>
    </item>
    <item>
      <title>The lengthy Fortran listing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987045#M100957</link>
      <description>The lengthy Fortran listing that you provided is of limited usefulness  since you have not described the connection between the C program and the Fortran program. 

In particular, you did not show the code for the function called in the C program, namely, createTotalMg1g1(). If something went wrong while executing that function, it is possible that the return code would remain at the initial value assigned to it (-1).</description>
      <pubDate>Thu, 10 Jan 2013 13:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987045#M100957</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-01-10T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Dear jimdem,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987046#M100958</link>
      <description>Dear jimdem,

While I am debugging, I found the program is exiting on this particular line with  '-1'

crt0.c
--------

 if ( !managedapp )
                exit(mainret);

            _cexit();

Line no: 269

and in "Go to definition" option diaplays ... The symbol 'managedapp' is not defind.

can you consult me now what is this issue.</description>
      <pubDate>Thu, 10 Jan 2013 14:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987046#M100958</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-10T14:23:00Z</dc:date>
    </item>
    <item>
      <title>Ajain,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987047#M100959</link>
      <description>Ajain,

The C code you show is part of the Microsoft C run-time library and not your program. By the time that code is reached it is already past the cause of the return status.  You have to show us your actual C code (attach it as a file rather than pasting it into the reply.)</description>
      <pubDate>Thu, 10 Jan 2013 14:35:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987047#M100959</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-01-10T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Dear Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987048#M100960</link>
      <description>Dear Steve,

Thanks for replaying me quickly, I understand that it is not part of my code and it is one 
library file but why the debugger is not coming to my main.c file so I debugged this way

solution right click --&amp;gt; Debugg ---&amp;gt; step into new instance

This time I have attached my build html repot, please verify and help me...

Note:

1)I have two projects. C (mg1g1) and fortran 90 (test_lib). Fortran solution is for making perfomance testing environment for C project.


2) project directory Bin contains only .exe file  for test_lib, doesnt have .exe for C project ... is it a reason??????</description>
      <pubDate>Thu, 10 Jan 2013 15:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987048#M100960</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-10T15:27:00Z</dc:date>
    </item>
    <item>
      <title>You sent me in a private</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987049#M100961</link>
      <description>You sent me in a private message the C main, which is quite simple. It does show that the main program could exit with a status of -1, but you'd have to step through it in the debugger to see why.  You can set a breakpoint on any line of code by clicking in the left column of the line. You should then use Step Into to step into routines and trace the program flow.</description>
      <pubDate>Thu, 10 Jan 2013 15:57:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987049#M100961</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-01-10T15:57:41Z</dc:date>
    </item>
    <item>
      <title>Okay Steve, I put break ponit</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987050#M100962</link>
      <description>Okay Steve, I put break ponit in both main.c &amp;amp; main.f90 but debugging is not happening. It gives only vss output messages(for build). This project is console application so I hope some different debugg configuration setting should be set, I am trying in that way. Thanks for your good advice!!!!!!!!!</description>
      <pubDate>Fri, 11 Jan 2013 08:44:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987050#M100962</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-11T08:44:14Z</dc:date>
    </item>
    <item>
      <title>You have to start the program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987051#M100963</link>
      <description>You have to start the program with the debugger (press F5).</description>
      <pubDate>Fri, 11 Jan 2013 14:54:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987051#M100963</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-01-11T14:54:37Z</dc:date>
    </item>
    <item>
      <title>All right I am doing the same</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987052#M100964</link>
      <description>&lt;P&gt;All right I am doing the same!!!!!!!!!! Thanks a lot Steve.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 04:08:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-is-this-error-Symbols-loaded/m-p/987052#M100964</guid>
      <dc:creator>Ajain_A_</dc:creator>
      <dc:date>2013-01-14T04:08:20Z</dc:date>
    </item>
  </channel>
</rss>

