<?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: Problem to use cryptograph lib...LNK 2001...T.T in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903792#M13134</link>
    <description>&lt;P&gt;What I mean is that you need to explicitely set library name to linker. This is additional to setting the path where linker will look for the library.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2007 08:55:07 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-10-09T08:55:07Z</dc:date>
    <item>
      <title>Problem to use cryptograph lib...LNK 2001...T.T</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903787#M13129</link>
      <description>&lt;P&gt;HI~&lt;/P&gt;
&lt;P&gt;I made the code using IPP package and cryptograph package.&lt;/P&gt;
&lt;P&gt;I installed both packages on my computer.&lt;/P&gt;
&lt;P&gt;I wrote the example code of DES.&lt;/P&gt;
&lt;P&gt;When I compiled it, I found LNK 2001.&lt;/P&gt;
&lt;P&gt;I already set environment variable.(System and VC 2005, include path, lib path, add lib dependency...etc...)&lt;/P&gt;
&lt;P&gt;I don't know the reason.&lt;/P&gt;
&lt;P&gt;The error message is like that...&lt;/P&gt;
&lt;P&gt;'1&amp;gt;MFCDlg.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippStaticInit@0"&gt;_ippStaticInit@0&lt;/A&gt;&lt;BR /&gt;1&amp;gt;MFCDlg.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippsDESGetSize@4"&gt;_ippsDESGetSize@4&lt;/A&gt;&lt;BR /&gt;1&amp;gt;MFCDlg.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippsDESInit@8"&gt;_ippsDESInit@8&lt;/A&gt;&lt;BR /&gt;1&amp;gt;MFCDlg.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippsDESEncryptECB@20"&gt;_ippsDESEncryptECB@20&lt;/A&gt;&lt;BR /&gt;1&amp;gt;MFCDlg.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippsDESDecryptECB@20"&gt;_ippsDESDecryptECB@20&lt;/A&gt;&lt;BR /&gt;1&amp;gt;D:userjjhanIntelTestMFCReleaseMFC.exe : fatal error LNK1120: 5 unresolved externals&lt;BR /&gt;1&amp;gt;Build log was saved at "&lt;A&gt;file://d:userjjhanIntelTestMFCMFCReleaseBuildLog.htm&lt;/A&gt;"&lt;BR /&gt;1&amp;gt;MFC - 6 error(s), 4 warning(s)&lt;BR /&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========='&lt;/P&gt;
&lt;P&gt;My system environment is 'intel xeon', 'Visual studio 2005'...&lt;/P&gt;
&lt;P&gt;Please, anyone tell me the solution...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;p.s. my ipp package didn't have ippmerge.lib...&lt;/P&gt;
&lt;P&gt;Maythat be the reason??&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2007 07:13:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903787#M13129</guid>
      <dc:creator>jjhan</dc:creator>
      <dc:date>2007-10-05T07:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to use cryptograph lib...LNK 2001...T.T</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903788#M13130</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;as I see your linker did not find functions from IPP crypto library. Please be sure you specified ippcp libraries in your linker settings.&lt;/P&gt;
&lt;P&gt;Please also note that IPP crypto package is separate distribution which you should register and download separately from the main IPP package.&lt;/P&gt;
&lt;P&gt;Additional note, *merge libraries, which are IPP static libraries, are availbale only in commercial version of IPP. They are not part of IPP evaluation package. Of course you may use IPP dynamic libraries for evaluation purposes.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2007 08:36:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903788#M13130</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-10-05T08:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to use cryptograph lib...LNK 2001...T.T</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903789#M13131</link>
      <description>&lt;P&gt;Thanks for your reply...&lt;/P&gt;
&lt;P&gt;As I mention it, I already set up lib path.&lt;/P&gt;
&lt;P&gt;Of course, I installed the IPP package and the Crypto package which are downloaded in IPP main page.&lt;/P&gt;
&lt;P&gt;I think that there is another problem what I don't know.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2007 00:41:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903789#M13131</guid>
      <dc:creator>jjhan</dc:creator>
      <dc:date>2007-10-08T00:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to use cryptograph lib...LNK 2001...T.T</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903790#M13132</link>
      <description>&lt;P&gt;Please also check that you specfied which libraries to link intoyour application. Yo need to cpecify ippcp.lib (in case you link with IPP DLL)&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2007 09:07:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903790#M13132</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-10-08T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to use cryptograph lib...LNK 2001...T.T</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903791#M13133</link>
      <description>&lt;P&gt;Thanks Vladimir...&lt;/P&gt;
&lt;P&gt;ippcp.lib is in stublib folder.&lt;/P&gt;
&lt;P&gt;Of course, I already setthe path and bin folder's(There are dll files)path in my application.&lt;/P&gt;
&lt;P&gt;but, I couldn't complie my project.&lt;/P&gt;
&lt;P&gt;So, I tried that I moved dll files in stublib folder.&lt;/P&gt;
&lt;P&gt;The result was like above result.&lt;/P&gt;
&lt;P&gt;I'm sure that all path are correct.&lt;/P&gt;
&lt;P&gt;But, there is the problem about LNK 2001 and I don't know the reason. &lt;/P&gt;
&lt;P&gt;T.T...&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2007 00:29:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903791#M13133</guid>
      <dc:creator>jjhan</dc:creator>
      <dc:date>2007-10-09T00:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to use cryptograph lib...LNK 2001...T.T</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903792#M13134</link>
      <description>&lt;P&gt;What I mean is that you need to explicitely set library name to linker. This is additional to setting the path where linker will look for the library.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2007 08:55:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-to-use-cryptograph-lib-LNK-2001-T-T/m-p/903792#M13134</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-10-09T08:55:07Z</dc:date>
    </item>
  </channel>
</rss>

