<?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 Win API cal how to... in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Win-API-cal-how-to/m-p/984600#M26841</link>
    <description>I have made a call to CoFreeUnusedLibraries &lt;BR /&gt;inside a com server which is built like a win32 app. &lt;BR /&gt;However, it cannot resolve the call to the above win32 routine. &lt;BR /&gt; I've tried adding use dfwin, use ole32, use oleaut32 &lt;BR /&gt;to no avail. &lt;BR /&gt; &lt;BR /&gt;What library or module are we to link to? &lt;BR /&gt; &lt;BR /&gt;Thanks, TimH</description>
    <pubDate>Fri, 22 Feb 2002 06:58:01 GMT</pubDate>
    <dc:creator>rahzan</dc:creator>
    <dc:date>2002-02-22T06:58:01Z</dc:date>
    <item>
      <title>Win API cal how to...</title>
      <link>https://community.intel.com/t5/Software-Archive/Win-API-cal-how-to/m-p/984600#M26841</link>
      <description>I have made a call to CoFreeUnusedLibraries &lt;BR /&gt;inside a com server which is built like a win32 app. &lt;BR /&gt;However, it cannot resolve the call to the above win32 routine. &lt;BR /&gt; I've tried adding use dfwin, use ole32, use oleaut32 &lt;BR /&gt;to no avail. &lt;BR /&gt; &lt;BR /&gt;What library or module are we to link to? &lt;BR /&gt; &lt;BR /&gt;Thanks, TimH</description>
      <pubDate>Fri, 22 Feb 2002 06:58:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Win-API-cal-how-to/m-p/984600#M26841</guid>
      <dc:creator>rahzan</dc:creator>
      <dc:date>2002-02-22T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Win API cal how to...</title>
      <link>https://community.intel.com/t5/Software-Archive/Win-API-cal-how-to/m-p/984601#M26842</link>
      <description>CVF doesn't provide an interface to all the routines, in this case you need to defined an interface such as: &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt; 
interface 
 subroutine CoFreeUnusedLibraries() 
 !DEC$ ATTRIBUTES ALIAS: '_CoFreeUnusedLibraries@0' ::  CoFreeUnusedLibraries 
 end subroutine 
end interface 
&lt;/PRE&gt; &lt;BR /&gt; &lt;BR /&gt;Then link against ole32.lib of course and you should be set. &lt;BR /&gt; &lt;BR /&gt;James</description>
      <pubDate>Fri, 22 Feb 2002 10:17:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Win-API-cal-how-to/m-p/984601#M26842</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-02-22T10:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Win API cal how to...</title>
      <link>https://community.intel.com/t5/Software-Archive/Win-API-cal-how-to/m-p/984602#M26843</link>
      <description>Hot diggity Dawg, &lt;BR /&gt;Where would you look up somehting like that? &lt;BR /&gt; &lt;BR /&gt;Plus that the doc clearly says: &lt;BR /&gt;...To include the Win32 interface definitions, do one of the following: &lt;BR /&gt; &lt;BR /&gt;Add the statement USE DFWIN to include _all_ Win32 API routine definitions.  &lt;BR /&gt;... &lt;BR /&gt; &lt;BR /&gt;Thanks for the hint. &lt;BR /&gt; &lt;BR /&gt;Tim</description>
      <pubDate>Sat, 23 Feb 2002 04:06:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Win-API-cal-how-to/m-p/984602#M26843</guid>
      <dc:creator>rahzan</dc:creator>
      <dc:date>2002-02-23T04:06:18Z</dc:date>
    </item>
  </channel>
</rss>

