<?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 Error Building Samples in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799942#M3080</link>
    <description>&lt;BR /&gt;Link error while building samples:&lt;BR /&gt;LINK : fatal error LNK1181: cannot open input file 'Files.obj'&lt;BR /&gt;&lt;BR /&gt;Windows7, VS2010, IPP samples.&lt;BR /&gt;&lt;BR /&gt;Help appriciated.&lt;BR /&gt;&lt;BR /&gt;Thanks, VJ</description>
    <pubDate>Wed, 16 Feb 2011 19:34:51 GMT</pubDate>
    <dc:creator>Victor_Pisacane</dc:creator>
    <dc:date>2011-02-16T19:34:51Z</dc:date>
    <item>
      <title>Error Building Samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799942#M3080</link>
      <description>&lt;BR /&gt;Link error while building samples:&lt;BR /&gt;LINK : fatal error LNK1181: cannot open input file 'Files.obj'&lt;BR /&gt;&lt;BR /&gt;Windows7, VS2010, IPP samples.&lt;BR /&gt;&lt;BR /&gt;Help appriciated.&lt;BR /&gt;&lt;BR /&gt;Thanks, VJ</description>
      <pubDate>Wed, 16 Feb 2011 19:34:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799942#M3080</guid>
      <dc:creator>Victor_Pisacane</dc:creator>
      <dc:date>2011-02-16T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Error Building Samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799943#M3081</link>
      <description>&lt;P&gt;I suspect you are having some file write issues. The "Program Files" and "Program Files (x86)" directories in Windows 7 and Windows Vista are generally restricted to read-only access for security purposes (this is a Windows feature and has nothing to do with Intel IPP). Copy the samples into a project directory in your home directory (e.g. /users/myuserid/documents/ipp-samples) and try building them from there.&lt;BR /&gt;&lt;BR /&gt;Or, download the samples directly from our web site for a more complete set of samples, and run the build scripts from the command-line. Make sure you keep the "ipp-samples" part of the directory structure, this is used by the build scripts to find supporting files. Samples can be downloaded from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-samples-license-agreement/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-samples-license-agreement/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-ipp-70-library-release-notes/"&gt;http://software.intel.com/en-us/articles/intel-ipp-70-library-release-notes/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2011 00:03:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799943#M3081</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2011-02-17T00:03:41Z</dc:date>
    </item>
    <item>
      <title>Error Building Samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799944#M3082</link>
      <description>&lt;P&gt;Thanks for reply Paul. I moved the sampled to path with no spaces on another drive where permissions should not be problem : D:\dev\Samples\IntelIpp\Samples\ipp-samples\image-processing\image-processing-functions. Then I ran VS2010 as administrator just in case. However I still get same error.&lt;BR /&gt;&lt;BR /&gt;Could it be Intel IPP ComposerXE-2011 can not handle being installed in Program Files (x86)? Or do I have something wrong with evironment paths or directory settings in VS?&lt;BR /&gt;&lt;BR /&gt;Let me know what to try next, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2011 00:49:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799944#M3082</guid>
      <dc:creator>Victor_Pisacane</dc:creator>
      <dc:date>2011-02-17T00:49:41Z</dc:date>
    </item>
    <item>
      <title>Error Building Samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799945#M3083</link>
      <description>Hi Vitor, &lt;BR /&gt;&lt;BR /&gt;Could you uploadyourbuild log file (/Debug/ippiDemo.log)or your project? &lt;BR /&gt;&lt;BR /&gt;The Program Files (x86) should be work. for example, my log file has such below informations. But only Func.obj(cpp). no Files.obj. It seems not obj of the sample. &lt;BR /&gt;&lt;BR /&gt;Link:&lt;BR /&gt; C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:".\Debug/ippiDemo.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\Program Files (x86)\Intel\ComposerXE-2011\ipp\lib\ia32" /LIBPATH:\lib\ia32 /MANIFEST /ManifestFile:".\Debug\ippiDemo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/ippiDemo.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE:NO /IMPLIB:".\Debug\ippiDemo.lib" /MACHINE:X86 .\Debug\ippiDemo.res&lt;BR /&gt; .\Debug/Demo.obj&lt;BR /&gt; .\Debug/demoChildFrm.obj&lt;BR /&gt; .\Debug/demoDoc.obj&lt;BR /&gt; .\Debug/mainfrm.obj&lt;BR /&gt; .\Debug/StdAfx.obj&lt;BR /&gt; .\Debug/ChildFrm.obj&lt;BR /&gt; .\Debug/ippiDemo.obj&lt;BR /&gt; .\Debug/ippiDemoDoc.obj&lt;BR /&gt; .\Debug/ippiDemoView.obj&lt;BR /&gt; .\Debug/Director.obj&lt;BR /&gt; .\Debug/DragDrop.obj&lt;BR /&gt; .\Debug/Func.obj&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying H.</description>
      <pubDate>Thu, 17 Feb 2011 08:18:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799945#M3083</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-02-17T08:18:29Z</dc:date>
    </item>
    <item>
      <title>Error Building Samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799946#M3084</link>
      <description>This morning I went back to environment vars andVS directories in project and removed all quotes around the paths. Before I had them all like this: "C:\Program Files (x86)\Intel\ComposerXE-2011\ipp\lib\ia32". With quotes removed and sample project not in C:\Program Files (x86) path, I got it to build. I think I added quotes to get another sample to build in VS2005. Well it is working now. Thanks for helping.</description>
      <pubDate>Thu, 17 Feb 2011 17:24:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-Building-Samples/m-p/799946#M3084</guid>
      <dc:creator>Victor_Pisacane</dc:creator>
      <dc:date>2011-02-17T17:24:44Z</dc:date>
    </item>
  </channel>
</rss>

