<?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 Fatal error LNK1000 to link iPP 7.0.6.278 static library with G in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824767#M5084</link>
    <description>Dear Sergey,&lt;BR /&gt;&lt;BR /&gt;I'm sorry for answering your question so lately, and opened a static library file in a 'binary' mode is corret, and changed all '.debug$S' expressions to '.data' of IMAGE_SCN_CNT_INITIALIZED_DATA|IMAGE_SCN_ALIGN_16BYTES|IMAGE_SCN_MEM_READ|IMAGE_SCN_MEM_WRITE(0xC0500040) characteristics. I think that correct method is insert a '.debug$F' section after '.text' section, but it'll correct all sections which relate with these section's number.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;ANdy</description>
    <pubDate>Sun, 29 Jan 2012 12:32:21 GMT</pubDate>
    <dc:creator>Jongan888</dc:creator>
    <dc:date>2012-01-29T12:32:21Z</dc:date>
    <item>
      <title>fatal error LNK1000 to link iPP 7.0.6.278 static library with Generate debug info option</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824759#M5076</link>
      <description>&lt;P&gt;When I'm using VC++ 6.0 to link iPP 7.0.6.278 static library with Generate debug info option, it report fatal error LNK1000. But disable the option to link again, it link well. Why? and How to solve the problem if I need use static library and debug my application simultaniusly?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2012 11:03:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824759#M5076</guid>
      <dc:creator>Jongan888</dc:creator>
      <dc:date>2012-01-24T11:03:53Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824760#M5077</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1327415665406="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=225499" href="https://community.intel.com/en-us/profile/225499/" class="basic"&gt;andizhong@gmail.com&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;P&gt;When I'm &lt;STRONG&gt;using &lt;SPAN style="text-decoration: underline;"&gt;VC++ 6.0&lt;/SPAN&gt; to link iPP 7.0.6.278 static library&lt;/STRONG&gt; with Generate debug info option, it report fatal error LNK1000. But disable the option to link again, it link well. Why? and How to solve the problem if I need use static library and debug my application simultaniusly?&lt;/P&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;LNK1000&lt;/STRONG&gt; - Unknown error; consult documentation for technical support options&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;VC++ 6.0&lt;/STRONG&gt; is a legacy C/C++ compiler and some problems could be expected because &lt;STRONG&gt;IPP 7.x&lt;/STRONG&gt; static&lt;BR /&gt;libraries could be created with some modern C/C++ compiler.&lt;BR /&gt;&lt;BR /&gt;Iwould try:&lt;BR /&gt;&lt;BR /&gt;- &lt;STRONG&gt;Service Packs 5&lt;/STRONG&gt; or &lt;STRONG&gt;6&lt;/STRONG&gt; for &lt;STRONG&gt;Visual Studio 98&lt;/STRONG&gt;&lt;BR /&gt;- to compile, link and debugthe code with some modern C/C++ compiler, for example, &lt;STRONG&gt;Visual Studio 2005&lt;/STRONG&gt;&lt;BR /&gt; ( just for verification! )&lt;BR /&gt;&lt;BR /&gt;Would you be able to attach a &lt;SPAN style="text-decoration: underline;"&gt;simple Test-Case witha static library&lt;/SPAN&gt; you're using? I have a &lt;STRONG&gt;Visual Studio 98 SP5&lt;/STRONG&gt; and I could do some tests.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:44:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824760#M5077</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-24T14:44:34Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824761#M5078</link>
      <description>Thank you Sergey,&lt;BR /&gt;&lt;BR /&gt;But yes, I'm using the Visual Studio 6.0 Service Pack 5. And I do some research about this static library, I found that there is .debug$S section in the library but no .debug$F followed. So I think it's the problem to produce LNK1000 error.</description>
      <pubDate>Tue, 24 Jan 2012 17:00:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824761#M5078</guid>
      <dc:creator>Jongan888</dc:creator>
      <dc:date>2012-01-24T17:00:20Z</dc:date>
    </item>
    <item>
      <title>fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824762#M5079</link>
      <description>Please see into documentation the official system requirements for the IPP 7.0:&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;P&gt;&lt;EM&gt;IA-32 for Microsoft* Windows* Compiler Compatibility&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;..........&lt;/LI&gt;&lt;LI&gt;Microsoft Visual Studio* 2010&lt;/LI&gt;&lt;LI&gt;Microsoft Visual Studio* 2008&lt;/LI&gt;&lt;LI&gt;Microsoft Visual Studio* 2005&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px;"&gt;that's mean this versions of IPP were validated with these versions of Microsoft Compiler ...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;and correspondingly IPP's libraries were build by one of the latest Intel Compiler (v.12.*) too.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;--Gennady&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jan 2012 03:05:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824762#M5079</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-01-25T03:05:46Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824763#M5080</link>
      <description>Please try to search the web with "&lt;STRONG&gt;LNK1000 Visual Studio 98&lt;/STRONG&gt;" expression. Here are two links from the top:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://support.microsoft.com/kb/948127"&gt;http://support.microsoft.com/kb/948127&lt;/A&gt;&lt;BR /&gt; &lt;A href="http://archive.msdn.microsoft.com/KB948127"&gt;http://archive.msdn.microsoft.com/KB948127&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; Unfortunately, they describe problems with &lt;STRONG&gt;Visual Studio 2008&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;1.&lt;/SPAN&gt;&lt;/STRONG&gt; Could you try to change '&lt;STRONG&gt;/INCREMENTAL&lt;/STRONG&gt;' to '&lt;STRONG&gt;/INCREMENTAL:NO&lt;/STRONG&gt;'?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;2.&lt;/SPAN&gt;&lt;/STRONG&gt; Could you try to install &lt;STRONG&gt;SP6&lt;/STRONG&gt; for &lt;STRONG&gt;Visual Studio 98&lt;/STRONG&gt;? ( There is a little hope that it will fix the problem ).&lt;BR /&gt;&lt;BR /&gt;By the way,a &lt;STRONG&gt;Linker&lt;/STRONG&gt; version installed with &lt;STRONG&gt;VS98&lt;/STRONG&gt;on my test laptop is &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;6.00.8447&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2012 04:35:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824763#M5080</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-25T04:35:45Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824764#M5081</link>
      <description>Dear Sergey,&lt;BR /&gt;&lt;BR /&gt;Thank you for your help, and I solve the problem finally. Just like I said that there are .debug$S section but not seen .debug$F section after, and I write a small program to modify .debug$S section to .data section, and everything is allright. It build well, and I can turn on Generate debug info option and also /INCREMENTAL. And no need to use higher modern compiler or linker just VC++ 6.0 SP5. Thanks again.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 25 Jan 2012 18:17:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824764#M5081</guid>
      <dc:creator>Jongan888</dc:creator>
      <dc:date>2012-01-25T18:17:11Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824765#M5082</link>
      <description>&lt;P&gt;PS. Because of this research, I wrote a program can Compact my static library atfer link iPP static library, because just link iPP static library is too large. &lt;BR /&gt;&lt;BR /&gt;Before Compact is 108MB&lt;BR /&gt;After Compact is 1.61MB&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2012 18:26:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824765#M5082</guid>
      <dc:creator>Jongan888</dc:creator>
      <dc:date>2012-01-25T18:26:43Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824766#M5083</link>
      <description>&lt;P&gt;I don't use a static linking but I think developers who use the static linking of&lt;STRONG&gt;IPP&lt;/STRONG&gt; libraries could be&lt;BR /&gt;interested to learn more about the problem. You stated that:&lt;BR /&gt;&lt;BR /&gt; ...I write a small program to modify &lt;STRONG&gt;.debug$S&lt;/STRONG&gt; section to &lt;STRONG&gt;.data&lt;/STRONG&gt; section...&lt;BR /&gt;&lt;BR /&gt;Do you mean that your '&lt;SPAN style="text-decoration: underline;"&gt;small program&lt;/SPAN&gt;'opened a static library file in a '&lt;STRONG&gt;binary&lt;/STRONG&gt;' mode and chaged all&lt;BR /&gt;'&lt;STRONG&gt;.debug$S&lt;/STRONG&gt;' expressions to '&lt;STRONG&gt;.debug$F&lt;/STRONG&gt;'? Is that correct?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2012 14:07:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824766#M5083</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-26T14:07:05Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824767#M5084</link>
      <description>Dear Sergey,&lt;BR /&gt;&lt;BR /&gt;I'm sorry for answering your question so lately, and opened a static library file in a 'binary' mode is corret, and changed all '.debug$S' expressions to '.data' of IMAGE_SCN_CNT_INITIALIZED_DATA|IMAGE_SCN_ALIGN_16BYTES|IMAGE_SCN_MEM_READ|IMAGE_SCN_MEM_WRITE(0xC0500040) characteristics. I think that correct method is insert a '.debug$F' section after '.text' section, but it'll correct all sections which relate with these section's number.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;ANdy</description>
      <pubDate>Sun, 29 Jan 2012 12:32:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824767#M5084</guid>
      <dc:creator>Jongan888</dc:creator>
      <dc:date>2012-01-29T12:32:21Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824768#M5085</link>
      <description>Thank you, Andy!&lt;BR /&gt;&lt;BR /&gt;I understood that your modifications are related toa '&lt;STRONG&gt;Characteristics&lt;/STRONG&gt;' member of &lt;STRONG&gt;IMAGE_SECTION_HEADER&lt;/STRONG&gt; structure (declared in&lt;STRONG&gt;WinNT.h&lt;/STRONG&gt; header ).&lt;BR /&gt;&lt;BR /&gt; ...&lt;BR /&gt; typedef struct _IMAGE_SECTION_HEADER&lt;BR /&gt; {&lt;BR /&gt;  ...&lt;BR /&gt;  DWORD &lt;STRONG&gt;Characteristics&lt;/STRONG&gt;;&lt;BR /&gt; } &lt;STRONG&gt;IMAGE_SECTION_HEADER&lt;/STRONG&gt;;&lt;BR /&gt; ...&lt;BR /&gt;&lt;BR /&gt;and some functions from&lt;STRONG&gt;ImageHlp&lt;/STRONG&gt; or &lt;STRONG&gt;DbgHlp&lt;/STRONG&gt; APIhave beenused.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2012 00:42:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824768#M5085</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-30T00:42:15Z</dc:date>
    </item>
    <item>
      <title>fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824769#M5086</link>
      <description>Hi, format of objects anddebug information changed with transition to MS VS 2005 - it's know fact - objects contain additional binary records (Safe SEH, security cookies, etc.) that can't be recognized by the old linker version.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Fri, 03 Feb 2012 06:32:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824769#M5086</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-02-03T06:32:27Z</dc:date>
    </item>
    <item>
      <title>fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824770#M5087</link>
      <description>Dear Igor:&lt;BR /&gt;&lt;BR /&gt;Yes, you're right butI just need a static library including iPP to link with my old program in Visual C++ 6.0. TheiPP static library does have security cookies, but can write a empty code to link with.Just replace the section talked before and LNK1000 Error is disappear(Generate debug info option is on). Attach a ijl20l.lib below which you can try to link with Visual C++6.0.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 03 Feb 2012 07:53:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824770#M5087</guid>
      <dc:creator>Jongan888</dc:creator>
      <dc:date>2012-02-03T07:53:51Z</dc:date>
    </item>
    <item>
      <title>fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824771#M5088</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;the approach you use is the hackers' one - it will not work correctly for all intended cases of library use - the official way is to use a patch from Microsoft - just install &lt;A href="http://support.microsoft.com/kb/949009"&gt;http://support.microsoft.com/kb/949009&lt;/A&gt; and you'll be able to use old linker version with the latest IPP libraries&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Fri, 03 Feb 2012 08:54:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824771#M5088</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-02-03T08:54:22Z</dc:date>
    </item>
    <item>
      <title>fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824772#M5089</link>
      <description>Dear Igor,&lt;BR /&gt;&lt;BR /&gt;I take a lookat the link &lt;A href="http://support.microsoft.com/kb/949009"&gt;http://support.microsoft.com/kb/949009&lt;/A&gt;and it just fix VS2005 SP1 not Visual C++ 6.0, and download the files in the page then installedbut it appeared installation error. Beacuse I didn't install VS2005, the installer cannot find VS2005 to patch. I know that my approach is not very correct, but I cannot let Intel to release the iPP static librarycompatible with Visual C++ 6.0. So It's the shortcut to solve the problem, isn't it?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Andy&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2012 12:56:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824772#M5089</guid>
      <dc:creator>Jongan888</dc:creator>
      <dc:date>2012-02-03T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Fatal error LNK1000 to link iPP 7.0.6.278 static library with G</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824773#M5090</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1328280932046="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=485617" href="https://community.intel.com/en-us/profile/485617/" class="basic"&gt;igorastakhov&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;Andy,&lt;BR /&gt;&lt;BR /&gt;the approach you use is the hackers' one - it will not work correctly for all intended cases of library use - the official way is to use a patch from Microsoft - just install &lt;A href="http://support.microsoft.com/kb/949009"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://support.microsoft.com/kb/949009" target="_blank"&gt;http://support.microsoft.com/kb/949009&lt;/A&gt; and you'll be able to use old linker version with the latest IPP libraries&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;I also couldn't find an update or a fix for &lt;STRONG&gt;VS98&lt;/STRONG&gt;. Regarding a link provided by Igor. This is what it says:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt; &lt;STRONG&gt;You must have Visual Studio 2005 SP1 installed to apply this hotfix.&lt;/STRONG&gt;&lt;BR /&gt; ...&lt;BR /&gt;&lt;BR /&gt;If Andy's fix works for him this is a great thing even if itlooks like a hack ( and really is! ).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 15:00:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fatal-error-LNK1000-to-link-iPP-7-0-6-278-static-library-with/m-p/824773#M5090</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-03T15:00:29Z</dc:date>
    </item>
  </channel>
</rss>

