<?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: Missing external - __beginthreadex in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982432#M26388</link>
    <description>Thanks for your advice, but I think I found the solution to the problem. I looked at Project..Settings...Fortran tab..Category 'Libraries' and found that 'Single threaded' was selected into the  Run-time-libraries box. I changed this to multithreaded and  went back to the first library search list that was carried over with the project when it was converted  &lt;BR /&gt;to be compatible with the latest vrsion of Fortran 6.6 pro.:&lt;PRE&gt; 
LINK STEP LIBRARIES:  
kernel32.lib DFQWIN.LIB DFQW_MDI.LIB COMDLG32.LIB   
  
IGNORE LIBRARIES:  
DFCONSOL.LIB  
&lt;/PRE&gt; &lt;BR /&gt;The executable built ok with no errors. &lt;BR /&gt; &lt;BR /&gt;Regards &lt;BR /&gt;Tony Richards</description>
    <pubDate>Tue, 05 Feb 2002 19:17:14 GMT</pubDate>
    <dc:creator>isn-removed200637</dc:creator>
    <dc:date>2002-02-05T19:17:14Z</dc:date>
    <item>
      <title>Missing external - __beginthreadex</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982430#M26386</link>
      <description>I have recently installed 6.6Pro and have started playing with one of my old QuickWin projects. I opened the workspace after letting Fortran convert it from the previous format and then tried to rebuild the project. &lt;BR /&gt;The link step failed with unsatisfied external as shown below, where I have listed the project library settings.&lt;PRE&gt; 
Linking... 
DFQWIN.LIB(qwkentry.obj) : error LNK2001: unresolved external symbol __beginthreadex 
DFQWIN.LIB(qwgwnd.obj) : error LNK2001: unresolved external symbol __beginthreadex 
Release/SPLINEIGS.exe : fatal error LNK1120: 1 unresolved externals 
Error executing link.exe. 
 
SPLINEIGS.exe - 3 error(s), 0 warning(s) 
 
LINK STEP LIBRARIES: 
kernel32.lib DFQWIN.LIB DFQW_MDI.LIB COMDLG32.LIB  
 
IGNORE LIBRARIES: 
DFCONSOL.LIB 
&lt;/PRE&gt; &lt;BR /&gt;I tried a modification to the link libraries as shown below, but got a different set of unsatisfied externals.&lt;PRE&gt; 
Linking... 
dfor.lib(for_m_qqs.obj) : error LNK2001: unresolved external symbol _errno 
dfor.lib(for_m_diskdir.obj) : error LNK2001: unresolved external symbol _errno 
dfor.lib(for_portlib.obj) : error LNK2001: unresolved external symbol _errno 
dfor.lib(for_init.obj) : error LNK2001: unresolved external symbol __pxcptinfoptrs 
Release/SPLINEIGS.exe : fatal error LNK1120: 2 unresolved externals 
Error executing link.exe. 
 
SPLINEIGS.exe - 5 error(s), 0 warning(s) 
 
LINK STEP LIBRARIES: 
kernel32.lib LIBCMT.LIB DFQWIN.LIB DFQW_MDI.LIB COMDLG32.LIB  
 
IGNORE LIBRARIES: 
LIBC.LIB,DFCONSOL.LIB 
&lt;/PRE&gt; &lt;BR /&gt;Can Anyone advise on a library search/ignore set that should work and &lt;BR /&gt;satisfy the externals without duplicating symbols? (I find that using LIBCMT.LIB and LIBC.LIB gives me duplicates of other object files, so the link step still fails)</description>
      <pubDate>Tue, 05 Feb 2002 03:02:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982430#M26386</guid>
      <dc:creator>isn-removed200637</dc:creator>
      <dc:date>2002-02-05T03:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing external - __beginthreadex</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982431#M26387</link>
      <description>You shouldn't have to play with explicitly specifying libraries and ignore-libraries.&lt;BR /&gt;&lt;BR /&gt;How about trying this: create a new QuickWin project, add your sources, and build.  What happens?  If you still have problems, send a ZIP archive of your workspace to vf-support@compaq.com&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 05 Feb 2002 03:32:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982431#M26387</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-02-05T03:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Missing external - __beginthreadex</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982432#M26388</link>
      <description>Thanks for your advice, but I think I found the solution to the problem. I looked at Project..Settings...Fortran tab..Category 'Libraries' and found that 'Single threaded' was selected into the  Run-time-libraries box. I changed this to multithreaded and  went back to the first library search list that was carried over with the project when it was converted  &lt;BR /&gt;to be compatible with the latest vrsion of Fortran 6.6 pro.:&lt;PRE&gt; 
LINK STEP LIBRARIES:  
kernel32.lib DFQWIN.LIB DFQW_MDI.LIB COMDLG32.LIB   
  
IGNORE LIBRARIES:  
DFCONSOL.LIB  
&lt;/PRE&gt; &lt;BR /&gt;The executable built ok with no errors. &lt;BR /&gt; &lt;BR /&gt;Regards &lt;BR /&gt;Tony Richards</description>
      <pubDate>Tue, 05 Feb 2002 19:17:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982432#M26388</guid>
      <dc:creator>isn-removed200637</dc:creator>
      <dc:date>2002-02-05T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Missing external - __beginthreadex</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982433#M26389</link>
      <description>How did it get set that way in the first place?  Do you have library subprojects?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 06 Feb 2002 02:58:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982433#M26389</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-02-06T02:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Missing external - __beginthreadex</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982434#M26390</link>
      <description>As I said, I upgraded to 6.6 Pro from 5.0D and opened the old project. The work-space format was recognised as an old one and Visual Studio offered to convert it, which I accepted and the project opened ok. I can only suppose that it was during this stage that the multithread settings were lost.</description>
      <pubDate>Wed, 06 Feb 2002 23:31:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-external-beginthreadex/m-p/982434#M26390</guid>
      <dc:creator>isn-removed200637</dc:creator>
      <dc:date>2002-02-06T23:31:28Z</dc:date>
    </item>
  </channel>
</rss>

