<?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: Windows CE support in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970186#M20505</link>
    <description>&lt;P&gt;There is no special version of IPP for Windows CE. But, it seems for me that IPP for Windows should work under Windows CE for x86, but we never tested it. So, you can try, at least.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Mar 2004 23:18:44 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2004-03-03T23:18:44Z</dc:date>
    <item>
      <title>Windows CE support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970185#M20504</link>
      <description>&lt;DIV&gt;Hi!&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Are there any versions of theIPP that also support Windows CE&lt;/DIV&gt;
&lt;DIV&gt;for Intel x86 CPU's?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks!&lt;BR /&gt;Atmapuri&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Feb 2004 20:42:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970185#M20504</guid>
      <dc:creator>atmapuri</dc:creator>
      <dc:date>2004-02-25T20:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Windows CE support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970186#M20505</link>
      <description>&lt;P&gt;There is no special version of IPP for Windows CE. But, it seems for me that IPP for Windows should work under Windows CE for x86, but we never tested it. So, you can try, at least.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Mar 2004 23:18:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970186#M20505</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-03-03T23:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Windows CE support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970187#M20506</link>
      <description>&lt;P&gt;I have a problem to link with the libs&lt;/P&gt;
&lt;P&gt;I get alikn error&lt;/P&gt;
&lt;P&gt;error LNK2019: unresolved external symbol ippStaticInit&lt;/P&gt;
&lt;P&gt;I use the VS2008&lt;/P&gt;
&lt;P&gt;the sample at&lt;/P&gt;
&lt;P&gt;ipp-samples\advanced-usage\wincex86&lt;/P&gt;
&lt;P&gt;is very old -is theresample for VS2008 ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2010 10:16:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970187#M20506</guid>
      <dc:creator>Shmaya_Frankel</dc:creator>
      <dc:date>2010-03-14T10:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Windows CE support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970188#M20507</link>
      <description>&lt;P&gt;&lt;B&gt;1)"error LNK2019: unresolved external symbol ippStaticInit" - &lt;/B&gt; Please check the IPPROOT environment variable.&lt;/P&gt;
&lt;P&gt;2) there is no such examples for MVSC2008&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2010 11:56:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970188#M20507</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-03-14T11:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Windows CE support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970189#M20508</link>
      <description>&lt;P&gt;I am using the #pragma comment lib - so is os not the case.&lt;/P&gt;
&lt;P&gt;this is the all the code I have:&lt;/P&gt;
&lt;P&gt;#pragma comment(linker, "/nodefaultlib:libc.lib")&lt;/P&gt;
&lt;P&gt;#pragma comment(linker, "/nodefaultlib:libcd.lib")&lt;/P&gt;
&lt;P&gt;// NOTE - this value is not strongly correlated to the Windows CE OS version being targeted&lt;/P&gt;
&lt;P&gt;#define WINVER _WIN32_WCE&lt;/P&gt;
&lt;P&gt;#include &lt;WINDOWS.H&gt;&lt;/WINDOWS.H&gt;&lt;/P&gt;
&lt;P&gt;#include "C:\Program Files (x86)\Intel\IPP\6.1.4.052\ia32\include\ipp.h"&lt;/P&gt;
&lt;P&gt;#pragma comment(lib,"C:\\Program Files (x86)\\Intel\\IPP\\6.1.4.052\\ia32\\stublib\\ippcore.lib")&lt;/P&gt;
&lt;P&gt;int WINAPI WinMain(HINSTANCE hInstance,&lt;/P&gt;
&lt;P&gt;HINSTANCE hPrevInstance,&lt;/P&gt;
&lt;P&gt;LPTSTR lpCmdLine,&lt;/P&gt;
&lt;P&gt;int nCmdShow)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;IppStatus retval = ippStsNoErr;&lt;/P&gt;
&lt;P&gt;retval = ippStaticInit();&lt;/P&gt;
&lt;P&gt;return (int)retval;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2010 11:35:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Windows-CE-support/m-p/970189#M20508</guid>
      <dc:creator>Shmaya_Frankel</dc:creator>
      <dc:date>2010-03-16T11:35:34Z</dc:date>
    </item>
  </channel>
</rss>

