<?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: Two questions about customize DLLs of Intel(R) IPP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986939#M21887</link>
    <description>I found what's wrong with me.&lt;BR /&gt;&lt;BR /&gt;I guess is that I installed the PXPerl and causing some problems.&lt;BR /&gt;when I use a clean computer just with windowsxp+visual studio 6+IPP&lt;BR /&gt;then it works but with some error in creating ipptwo test problem&lt;BR /&gt;I think it's because I did not revise the test program.&lt;BR /&gt;&lt;BR /&gt;Anyway, it generated the customize dll I needed.&lt;BR /&gt;&lt;BR /&gt;Now, could anyone help me to use the customize dll.&lt;BR /&gt;just include the lib and funclist.h seems not work.&lt;BR /&gt;thanks in advance.&lt;BR /&gt;&lt;BR /&gt;-jiing-</description>
    <pubDate>Thu, 08 Sep 2005 09:25:16 GMT</pubDate>
    <dc:creator>jiing</dc:creator>
    <dc:date>2005-09-08T09:25:16Z</dc:date>
    <item>
      <title>Two questions about customize DLLs of Intel(R) IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986936#M21884</link>
      <description>My company bought the IPP 4.1 for windows and try to integrate it in our product. Now I have two questions in customize IPP DLLs&lt;BR /&gt;============================================================&lt;BR /&gt;1. When I follow the intel's example,......&lt;BR /&gt;I follow the readme.htm in&lt;BR /&gt;c:Program FilesIntelIPP41ia32_itanium	oolscustomdll
eadme.htm&lt;BR /&gt;&lt;BR /&gt;and I only changed the tools.ini as following:&lt;BR /&gt;CL_ENV=OFF  #Original is ON&lt;BR /&gt;MSVCDir=C:Program FilesMicrosoft Visual Studio .NET 2003Vc7&lt;BR /&gt;DllName=jiing&lt;BR /&gt;TestName=ipptwo_jiing&lt;BR /&gt;&lt;BR /&gt;and when I change to the directory and execute nmake&lt;BR /&gt;C:Program FilesIntelIPP41ia32_itanium	oolscustomdll&amp;gt;nmake&lt;BR /&gt;&lt;BR /&gt;The error happened&lt;BR /&gt;tools.ini(57) : fatal error U1033: syntax error : '""C:Program'&lt;BR /&gt;unexpected&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;====================================================================&lt;BR /&gt;tools.ini (58) is&lt;BR /&gt; !  IF !EXIST ("$(MSVCDir)")&lt;BR /&gt;&lt;BR /&gt;So I guess the MSVCDir has some problems, and decide to replace all the&lt;BR /&gt;$(MSVCDir) as C:Program FilesMicrosoft Visual Studio .NET 2003Vc7 in&lt;BR /&gt;tools.ini, and comment the follow lines in tools.ini&lt;BR /&gt;# check if MSVC path is accessible&lt;BR /&gt;#!IF "$(CL_ENV)"=="OFF"&lt;BR /&gt;#!  IF !EXIST ("$(MSVCDir)")&lt;BR /&gt;#!    ERROR Path to MSVC is not found! Check the MSVCDir in tools.ini&lt;BR /&gt;#!  ENDIF&lt;BR /&gt;#!ENDIF&lt;BR /&gt;&lt;BR /&gt;The result is:&lt;BR /&gt;C:Program FilesIntelIPP41ia32_itanium	oolscustomdll&amp;gt;nmake&lt;BR /&gt;&lt;BR /&gt;Microsoft  Program Maintenance Utility   Version 1.50&lt;BR /&gt;Copyright (c) Microsoft Corp 1988-94. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;        nmake /nologo -f customdll.mak&lt;BR /&gt;        "C:Program FilesMicrosoft Visual Studio .NET&lt;BR /&gt;2003Vc7&amp;#8;incl.exe" /nologo /c /GB /W3 /O2 -I"....in&lt;BR /&gt;clude" -I"C:Program FilesMicrosoft Visual Studio .NET&lt;BR /&gt;2003Vc7include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS"&lt;BR /&gt; -MD  /DPX /DA6 /DW7 /DT7 /Fo".Libjiing.obj" dllmain.c&lt;BR /&gt;'C:Program'&lt;BR /&gt;?????????????????????&lt;BR /&gt;(jiing: The above in Chinese means C:Program is not internal or&lt;BR /&gt;external command, executable or batch files)&lt;BR /&gt;&lt;BR /&gt;NMAKE : fatal error U1077: 'C:WINDOWSsystem32cmd.exe' : return code&lt;BR /&gt;'0x1'&lt;BR /&gt;Stop.&lt;BR /&gt;NMAKE : fatal error U1077: 'C:WINDOWSsystem32cmd.exe' : return code&lt;BR /&gt;'0x2'&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;Could anyone give me some suggestions? Thank you.&lt;BR /&gt;==================================================================&lt;BR /&gt;2. If we successfully customize the IPP DLLs, should we still give our customer the IPP runtime to install, or just use our custom IPP DLLs, or some other method. Could we do not show the IPP runtime installing screen in our installing process?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;=======================================================================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-jiing-</description>
      <pubDate>Fri, 01 Jul 2005 10:14:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986936#M21884</guid>
      <dc:creator>jiing</dc:creator>
      <dc:date>2005-07-01T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions about customize DLLs of Intel(R) IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986937#M21885</link>
      <description>&amp;gt; The above in Chinese means C:Program is not internal or external command, executable or batch files)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried changing "Program Files" to "Progra~1" i.e. the DOS short file name syntax.  It appears that the error is saying that "Program.exe" or "Program.com" is not a system executable, hence it is not recognising that it is a path.  Of course you will have to reformat the full path (i.e. Visual Studio.......).&lt;BR /&gt;&lt;BR /&gt;I have created a custom DLL (only got three functions in it!) and I just distribute the DLL without problems.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 06 Jul 2005 14:44:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986937#M21885</guid>
      <dc:creator>metalmickey</dc:creator>
      <dc:date>2005-07-06T14:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions about customize DLLs of Intel(R) IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986938#M21886</link>
      <description>Thanks for your instruction.&lt;BR /&gt;&lt;BR /&gt;But when I change the MSVCDIR to:&lt;BR /&gt;&lt;BR /&gt; MSVCDir=C:Progra~1Microso~VC98&lt;BR /&gt;&lt;BR /&gt;and nmake it again, it show an erro message:&lt;BR /&gt;&lt;BR /&gt;C:Program FilesIntelIPP41ia32_itanium	oolscustomdll&amp;gt;nmake&lt;BR /&gt;&lt;BR /&gt;Microsoft  Program Maintenance Utility   Version 1.50&lt;BR /&gt;Copyright (c) Microsoft Corp 1988-94. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;tools.ini(56) : fatal error U1050: Path to MSVC is not found! Check the MSVCDir&lt;BR /&gt;in tools.ini&lt;BR /&gt;Stop.</description>
      <pubDate>Tue, 30 Aug 2005 15:33:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986938#M21886</guid>
      <dc:creator>jiing</dc:creator>
      <dc:date>2005-08-30T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions about customize DLLs of Intel(R) IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986939#M21887</link>
      <description>I found what's wrong with me.&lt;BR /&gt;&lt;BR /&gt;I guess is that I installed the PXPerl and causing some problems.&lt;BR /&gt;when I use a clean computer just with windowsxp+visual studio 6+IPP&lt;BR /&gt;then it works but with some error in creating ipptwo test problem&lt;BR /&gt;I think it's because I did not revise the test program.&lt;BR /&gt;&lt;BR /&gt;Anyway, it generated the customize dll I needed.&lt;BR /&gt;&lt;BR /&gt;Now, could anyone help me to use the customize dll.&lt;BR /&gt;just include the lib and funclist.h seems not work.&lt;BR /&gt;thanks in advance.&lt;BR /&gt;&lt;BR /&gt;-jiing-</description>
      <pubDate>Thu, 08 Sep 2005 09:25:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986939#M21887</guid>
      <dc:creator>jiing</dc:creator>
      <dc:date>2005-09-08T09:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions about customize DLLs of Intel(R) IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986940#M21888</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;S.Taylor IPP book Chapter 2 has complete detailed explanations for linkage strategy and IPP customisation. Included source code and projects makes this process very simple and does not require complex often obscure policy presented in standard IPP docs. So don't waste time : go to the book.&lt;/DIV&gt;
&lt;DIV&gt;SRSR&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Sep 2005 13:17:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986940#M21888</guid>
      <dc:creator>support2</dc:creator>
      <dc:date>2005-09-08T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions about customize DLLs of Intel(R) IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986941#M21889</link>
      <description>Thanks for your response, &lt;BR /&gt;&lt;BR /&gt;I had read the following document and found it's alike as what you mentioned.&lt;BR /&gt;&lt;A href="http://cache-www.intel.com/cd/00/00/21/93/219301_linkage_models.pdf" target="_blank"&gt;http://cache-www.intel.com/cd/00/00/21/93/219301_linkage_models.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now I have a question:&lt;BR /&gt;If I want to use all of the functions in ippcore.h, ipps.h, ippsc.h, ippsr.h. Did I have to customize IPP dll, or just use their respectively Dynamic Linking library, ippcore.lib, ipps20.lib, ippsc20.lib, ippsr20.lib.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;-jiing-</description>
      <pubDate>Thu, 08 Sep 2005 16:36:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986941#M21889</guid>
      <dc:creator>jiing</dc:creator>
      <dc:date>2005-09-08T16:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions about customize DLLs of Intel(R) IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986942#M21890</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;usually, if can want to create custom DLL to reduce binaries distributed with your application in case you use only few IPP functions. If you extensively use several IPP domains there is no benefits from custom DLL. Note, you also can link your application with static IPP libraries, in this case only those functions which are used in your application will be linked into final binary.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Sep 2005 23:09:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Two-questions-about-customize-DLLs-of-Intel-R-IPP/m-p/986942#M21890</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-09-08T23:09:40Z</dc:date>
    </item>
  </channel>
</rss>

