<?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 An abnormal and strange problem with IPP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883140#M10409</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am using the mpeg4 decoder example to decode an mpeg4 file into yuv file. I am using also an yuv viewer coded with MFC that displays an yuv file into a window. Each project compile well and very good.&lt;BR /&gt;&lt;BR /&gt;I have tried to use the two projects together : the decoder and the viwer. The idea is to decode the mpeg4 file into yuv and then view it with the viewer.&lt;BR /&gt;&lt;BR /&gt;I have combined the two source codes into the same project. The compiler gives abnormal and strange errors.&lt;BR /&gt;&lt;BR /&gt;The output of the comiler is the following:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;------ Build started: Project: YUVviewer, Configuration: Debug Win32 ------&lt;BR /&gt;1&amp;gt;Compiling...&lt;BR /&gt;1&amp;gt;StdAfx.cpp&lt;BR /&gt;1&amp;gt; WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C2146: syntax error : missing ';' before identifier 'r_set'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C2146: syntax error : missing ';' before identifier 'chns'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(85) : error C2079: 'vm_socket::sal' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(86) : error C2079: 'vm_socket::sar' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(87) : error C2148: total size of array must not exceed 0x7fffffff bytes&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(87) : error C2079: 'vm_socket::peers' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;Build log was saved at "file://d:YUVviewer_src20051DebugBuildLog.htm"&lt;BR /&gt;1&amp;gt;YUVviewer - 11 error(s), 0 warning(s)&lt;BR /&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am using : - MSVC++ 8.0 (Visual studio 2005).&lt;BR /&gt; -Platform SDK v Septemeber 2007&lt;BR /&gt; -IPP 5.3&lt;BR /&gt;&lt;BR /&gt;I have tried to compile with VC++7.1(Visual studio 2003) but the same problem remains.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;</description>
    <pubDate>Tue, 27 May 2008 08:59:58 GMT</pubDate>
    <dc:creator>alibaba2005</dc:creator>
    <dc:date>2008-05-27T08:59:58Z</dc:date>
    <item>
      <title>An abnormal and strange problem with IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883140#M10409</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am using the mpeg4 decoder example to decode an mpeg4 file into yuv file. I am using also an yuv viewer coded with MFC that displays an yuv file into a window. Each project compile well and very good.&lt;BR /&gt;&lt;BR /&gt;I have tried to use the two projects together : the decoder and the viwer. The idea is to decode the mpeg4 file into yuv and then view it with the viewer.&lt;BR /&gt;&lt;BR /&gt;I have combined the two source codes into the same project. The compiler gives abnormal and strange errors.&lt;BR /&gt;&lt;BR /&gt;The output of the comiler is the following:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;------ Build started: Project: YUVviewer, Configuration: Debug Win32 ------&lt;BR /&gt;1&amp;gt;Compiling...&lt;BR /&gt;1&amp;gt;StdAfx.cpp&lt;BR /&gt;1&amp;gt; WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C2146: syntax error : missing ';' before identifier 'r_set'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C2146: syntax error : missing ';' before identifier 'chns'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(85) : error C2079: 'vm_socket::sal' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(86) : error C2079: 'vm_socket::sar' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(87) : error C2148: total size of array must not exceed 0x7fffffff bytes&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(87) : error C2079: 'vm_socket::peers' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;Build log was saved at "file://d:YUVviewer_src20051DebugBuildLog.htm"&lt;BR /&gt;1&amp;gt;YUVviewer - 11 error(s), 0 warning(s)&lt;BR /&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am using : - MSVC++ 8.0 (Visual studio 2005).&lt;BR /&gt; -Platform SDK v Septemeber 2007&lt;BR /&gt; -IPP 5.3&lt;BR /&gt;&lt;BR /&gt;I have tried to compile with VC++7.1(Visual studio 2003) but the same problem remains.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2008 08:59:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883140#M10409</guid>
      <dc:creator>alibaba2005</dc:creator>
      <dc:date>2008-05-27T08:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: An abnormal and strange problem with IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883141#M10410</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;as I see the issues are related to socket specific data types. You may try to define _WIN32_WINNT=0x0500 for UMC projects.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2008 09:18:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883141#M10410</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-05-27T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: An abnormal and strange problem with IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883142#M10411</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;I have defined _WIN32_WINNT=0x0500 as youn said but the same problem remains.&lt;BR /&gt;&lt;BR /&gt;I have also tried with the values 0x0501 and 0x0502 and the problem persists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;------ Build started: Project: YUVviewer, Configuration: Debug Win32 ------&lt;BR /&gt;1&amp;gt;Compiling...&lt;BR /&gt;1&amp;gt;YUVviewerDlg.cpp&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C2146: syntax error : missing ';' before identifier 'r_set'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C2146: syntax error : missing ';' before identifier 'chns'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(85) : error C2079: 'vm_socket::sal' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(86) : error C2079: 'vm_socket::sar' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(87) : error C2148: total size of array must not exceed 0x7fffffff bytes&lt;BR /&gt;1&amp;gt;d:pfew_ipp-samples_p_5.3.083ipp-samplesaudio-video-codecscorevmincludesysvm_types_win32.h(87) : error C2079: 'vm_socket::peers' uses undefined struct 'sockaddr_in'&lt;BR /&gt;1&amp;gt;Build log was saved at "file://d:Copy of YUVviewer_____src2005DebugBuildLog.htm"&lt;BR /&gt;1&amp;gt;YUVviewer - 11 error(s), 0 warning(s)&lt;BR /&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2008 13:06:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883142#M10411</guid>
      <dc:creator>alibaba2005</dc:creator>
      <dc:date>2008-05-27T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: An abnormal and strange problem with IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883143#M10412</link>
      <description>&lt;P&gt;As far as I understand the original IPP sample compiled ok for you, even with using VC2008, right?&lt;/P&gt;
&lt;P&gt;Please check with MSDN what are the requirements or limitations for socket related headers (or data types).&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2008 18:47:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/An-abnormal-and-strange-problem-with-IPP/m-p/883143#M10412</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-05-27T18:47:53Z</dc:date>
    </item>
  </channel>
</rss>

