Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Has eclipse built the EXE file correctly for you? Look for helloworld.exe or whatever, and try running it from a Windows Command prompt.</p> <p>If not, then you've got a problem with your build. Build it again and check for errors.</p> <p>If the EXE file is there, but cannot be run from within Eclipse then check that the <a href="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm" rel="nofollow">PE Windows Binary Parser</a> is enabled for your project.</p> <p><strong>UPDATE</strong>: To fix "Unresolved Inclusion" errors, <a href="http://www.eclipse.org/forums/index.php?t=msg&amp;goto=657331&amp;S=e6a9de531b51dd4203a997829bea785f" rel="nofollow">see here.</a> In particular, try this:</p> <blockquote> <ol> <li>Right-click on the probject and select "Properties"</li> <li>Go to "C/C++ General" -> "Paths and Symbols" and select "Includes" tab</li> <li>Select "GNU C++"</li> <li>Press on "Add..."</li> <li>Look for the folder "C:\dev\eclipse\mingw\lib\gcc\mingw32\4.4.1-dw2\include\c++" or similar</li> </ol> </blockquote> <p><strong>UPDATE</strong> See also this link:</p> <p><a href="http://wiki.eclipse.org/CDT/User/FAQ#I_am_using_a_non_gnu_compiler_and_I_get_the_following_messages:_.22Error_launching_external_scanner_info_generator_.28gcc_-E_-P_-v_-dD.22_and_.22File_not_indexed_because_it_was_not_built_.22._How_do_I_get_rid_of_them.3F" rel="nofollow">http://wiki.eclipse.org/CDT/User/FAQ#I_am_using_a_non_gnu_compiler_and_I_get_the_following_messages:_.22Error_launching_external_scanner_info_generator_.28gcc_-E_-P_-v_-dD.22_and_.22File_not_indexed_because_it_was_not_built_.22._How_do_I_get_rid_of_them.3F</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload