<?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: Version information and valid license? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988028#M21998</link>
    <description>That is great, the tool works and lets me know the version and license information...&lt;BR /&gt;Is there a way to do this in code?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dave</description>
    <pubDate>Fri, 24 Jun 2005 00:24:18 GMT</pubDate>
    <dc:creator>daveydave1234</dc:creator>
    <dc:date>2005-06-24T00:24:18Z</dc:date>
    <item>
      <title>Version information and valid license?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988026#M21996</link>
      <description>Hello,&lt;BR /&gt;I just purchased a copy of IPP 4.1.  I would like to make sure that the license file is good and return the version back to the user from my code.... However, I don't see an example!&lt;BR /&gt;&lt;BR /&gt;Is there a way to query for the exact version of IPP?  (so that I know I've got the latest and greatest)&lt;BR /&gt;&lt;BR /&gt;Also, can I somehow verify that the license is good?  Because I noticed that when my eval was out... no error occurred when using the IPP functions.&lt;BR /&gt;&lt;BR /&gt;I would like to know how to do it... by hand if nessicary but best would be some functions I can call.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 23 Jun 2005 11:07:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988026#M21996</guid>
      <dc:creator>daveydave1234</dc:creator>
      <dc:date>2005-06-23T11:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Version information and valid license?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988027#M21997</link>
      <description>&lt;DIV&gt;The Intel IPP package offers a tool for such purpose. Go to directory &lt;STRONG&gt;"	oolssupport " &lt;/STRONG&gt;and run the "iplid" in dos prompt, the output will contain the IPP version you have and the expiration dates for IPP License and Support Service.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying S&lt;BR /&gt;Intel Corp.&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jun 2005 00:06:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988027#M21997</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2005-06-24T00:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Version information and valid license?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988028#M21998</link>
      <description>That is great, the tool works and lets me know the version and license information...&lt;BR /&gt;Is there a way to do this in code?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 24 Jun 2005 00:24:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988028#M21998</guid>
      <dc:creator>daveydave1234</dc:creator>
      <dc:date>2005-06-24T00:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Version information and valid license?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988029#M21999</link>
      <description>&lt;DIV&gt;The Intel IPP provides ipp*GetLibVersion functions for version information, it does not contain the information for license expiration dates.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;For example: ippsGetLibVersion is used for ippSP &lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;const IppLibraryVersion* ippsGetLibVersion(void);&lt;BR /&gt;For example:&lt;BR /&gt;&lt;FONT face="Courier New" size="2"&gt;
&lt;P align="left"&gt;void libinfo(void) {&lt;/P&gt;
&lt;P align="left"&gt;const IppLibraryVersion* lib = ippsGetLibVersion();&lt;/P&gt;
&lt;P align="left"&gt;printf(%s %s %d.%d.%d.%d
, lib-&amp;gt;Name, lib-&amp;gt;Version,&lt;/P&gt;
&lt;P align="left"&gt;lib-&amp;gt;major, lib-&amp;gt;minor, lib-&amp;gt;majorBuild, lib-&amp;gt;build);&lt;/P&gt;
&lt;P align="left"&gt;}&lt;/P&gt;
&lt;P align="left"&gt;Output: ippsa6 v0.0 Alpha 0.0.5.5&lt;/P&gt;
&lt;P align="left"&gt;See details in manuals. &lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;/P&gt;
&lt;P align="left"&gt;Thanks,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jun 2005 03:57:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Version-information-and-valid-license/m-p/988029#M21999</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2005-06-24T03:57:53Z</dc:date>
    </item>
  </channel>
</rss>

