<?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 FileWriter and Windows 7 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/FileWriter-and-Windows-7/m-p/828979#M5385</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a strange issue with FileWriter class and Windows 7 Pro. On Windows 7 FileWriter doesn't create the file. On XP everything works fine.&lt;BR /&gt;&lt;BR /&gt;I created a simple code to write a single number to the file but the code doesn't work. No error, but no action.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;UMC::FileWriter writer;&lt;BR /&gt;UMC::FileWriterParams writerParams;&lt;BR /&gt;wcscpy_s(writerParams.m_file_name, _T("C:\\\\foldername\\\\filename.mpg"));&lt;BR /&gt;&lt;BR /&gt;UMC::Status status = writer-&amp;gt;Init(&amp;amp;writerParams);&lt;BR /&gt;if(status == UMC::UMC_OK)&lt;BR /&gt;{&lt;BR /&gt; int i = 5;&lt;BR /&gt; int size = 1;&lt;BR /&gt;&lt;BR /&gt; writer.PutData(&amp;amp;i, s);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;writer.Close();&lt;BR /&gt;&lt;BR /&gt;I traced the UIC sample and found that Init() is using standard CreateFile(...). If I tried to use CreateFile(...) instead of writer-&amp;gt;Init(...) it's OK with file creation. I am thinking about some kind of security limitations for Windows 7.&lt;BR /&gt;&lt;BR /&gt;Does anyone know about this problem? I run the system as administrator and Parallel Studio XE 2011 with VS2010 as administrator as well.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergey Tsybikov</description>
    <pubDate>Fri, 16 Sep 2011 20:09:20 GMT</pubDate>
    <dc:creator>stsybikov</dc:creator>
    <dc:date>2011-09-16T20:09:20Z</dc:date>
    <item>
      <title>FileWriter and Windows 7</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FileWriter-and-Windows-7/m-p/828979#M5385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a strange issue with FileWriter class and Windows 7 Pro. On Windows 7 FileWriter doesn't create the file. On XP everything works fine.&lt;BR /&gt;&lt;BR /&gt;I created a simple code to write a single number to the file but the code doesn't work. No error, but no action.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;UMC::FileWriter writer;&lt;BR /&gt;UMC::FileWriterParams writerParams;&lt;BR /&gt;wcscpy_s(writerParams.m_file_name, _T("C:\\\\foldername\\\\filename.mpg"));&lt;BR /&gt;&lt;BR /&gt;UMC::Status status = writer-&amp;gt;Init(&amp;amp;writerParams);&lt;BR /&gt;if(status == UMC::UMC_OK)&lt;BR /&gt;{&lt;BR /&gt; int i = 5;&lt;BR /&gt; int size = 1;&lt;BR /&gt;&lt;BR /&gt; writer.PutData(&amp;amp;i, s);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;writer.Close();&lt;BR /&gt;&lt;BR /&gt;I traced the UIC sample and found that Init() is using standard CreateFile(...). If I tried to use CreateFile(...) instead of writer-&amp;gt;Init(...) it's OK with file creation. I am thinking about some kind of security limitations for Windows 7.&lt;BR /&gt;&lt;BR /&gt;Does anyone know about this problem? I run the system as administrator and Parallel Studio XE 2011 with VS2010 as administrator as well.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergey Tsybikov</description>
      <pubDate>Fri, 16 Sep 2011 20:09:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FileWriter-and-Windows-7/m-p/828979#M5385</guid>
      <dc:creator>stsybikov</dc:creator>
      <dc:date>2011-09-16T20:09:20Z</dc:date>
    </item>
    <item>
      <title>FileWriter and Windows 7</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FileWriter-and-Windows-7/m-p/828980#M5386</link>
      <description>Hi, Intel Support Team:&lt;BR /&gt;
&lt;BR /&gt;
I figured out what' s going on with UMC::FileWriter on Windows 7&lt;BR /&gt;
&lt;BR /&gt;
Init() function from audio-video-codecs\core\vm sample works only if I 
am using MS Visual Studio debug/release configuration with Multi-Byte 
Character Set. If I use Unicode Debug/Release configuration with Unicode
 Character Set the above function does nothing even returning the 
success.&lt;BR /&gt;
&lt;BR /&gt;
Does anyone have a suggestion how could I rebuild ipp-samples in unicode under 32-bit Windows?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Sergey Tsybikov&lt;BR /&gt;
Smith&amp;amp;Nephew Endoscopy&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2011 20:52:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FileWriter-and-Windows-7/m-p/828980#M5386</guid>
      <dc:creator>stsybikov</dc:creator>
      <dc:date>2011-09-19T20:52:56Z</dc:date>
    </item>
  </channel>
</rss>

