<?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 DLL Project Unresolved External in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986343#M27217</link>
    <description>I have been working on a project that uses some standard graphics functions (i.e. rectangle_w, setcolorrgb, setfont, setwindowconfig, ect...)  When I link the project as a standard graphics app there are no problems, but when I try to link it as a DLL project I get unresolved external errors on all of the quickwin graphics commands.  Can I not use these graphics features in a DLL build, or do I just need to use another library other that DFLIB? &lt;BR /&gt; &lt;BR /&gt;Thanks in advance!!</description>
    <pubDate>Sun, 17 Mar 2002 06:20:05 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2002-03-17T06:20:05Z</dc:date>
    <item>
      <title>DLL Project Unresolved External</title>
      <link>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986343#M27217</link>
      <description>I have been working on a project that uses some standard graphics functions (i.e. rectangle_w, setcolorrgb, setfont, setwindowconfig, ect...)  When I link the project as a standard graphics app there are no problems, but when I try to link it as a DLL project I get unresolved external errors on all of the quickwin graphics commands.  Can I not use these graphics features in a DLL build, or do I just need to use another library other that DFLIB? &lt;BR /&gt; &lt;BR /&gt;Thanks in advance!!</description>
      <pubDate>Sun, 17 Mar 2002 06:20:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986343#M27217</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-03-17T06:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Project Unresolved External</title>
      <link>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986344#M27218</link>
      <description>You cannot use QuickWin graphics in a DLL.  QuickWin requires static linking with a main program.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 17 Mar 2002 09:59:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986344#M27218</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-03-17T09:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Project Unresolved External</title>
      <link>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986345#M27219</link>
      <description>Steve, &lt;BR /&gt;Thats what I was afraid of.  Any suggestions on graphics capabilitys in a DLL ?  I would like to have something that can be called from another main program that is itself not a exe. (I may have to go that route though) &lt;BR /&gt; &lt;BR /&gt;Thanks Again</description>
      <pubDate>Mon, 18 Mar 2002 09:09:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986345#M27219</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-03-18T09:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: DLL Project Unresolved External</title>
      <link>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986346#M27220</link>
      <description>Do you mind having the graphics appear in another window?  If not, then OpenGL or even calls to Win32 API graphics primitives are good choices.  There are also third-party libraries such as Winteracter that provide graphics.&lt;BR /&gt;&lt;BR /&gt;The unique advantage of QuickWin is that you can start with a stock Fortran program and instantly get a Windows GUI.  You can then add graphics as you go, with a combined text/graphics window.  However, the ability to use a standard Fortran program means that QuickWin needs to see the main program, which is why it doesn't work in a DLL.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 18 Mar 2002 11:32:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DLL-Project-Unresolved-External/m-p/986346#M27220</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-03-18T11:32:42Z</dc:date>
    </item>
  </channel>
</rss>

