<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - TTimeIntervalMicroSeconds - Comments</title>
 <link>http://www.newlc.com/topic-5641</link>
 <description>Comments for &quot;TTimeIntervalMicroSeconds&quot;</description>
 <language>en</language>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15379</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;okay compiling was all going well then came up with fatal error u1077 &#039;perl&#039; 0x1 .....&lt;br /&gt;&lt;br /&gt;had the 6.1 sdk then installed the 7.0 so could be something to do with that.. have the latest version of perl. do I need a different one for it to work ??&lt;/div&gt;</description>
 <pubDate>Wed, 23 Feb 2005 11:51:40 +0100</pubDate>
 <dc:creator>iecaff</dc:creator>
 <guid isPermaLink="false">comment 15379 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15378</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;cool that works great thanks&lt;/div&gt;</description>
 <pubDate>Wed, 23 Feb 2005 11:45:26 +0100</pubDate>
 <dc:creator>iecaff</dc:creator>
 <guid isPermaLink="false">comment 15378 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15377</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;lol yeah thats the one. &amp;nbsp;it&#039;s too early...&lt;/div&gt;</description>
 <pubDate>Mon, 21 Feb 2005 10:00:29 +0100</pubDate>
 <dc:creator>didster</dc:creator>
 <guid isPermaLink="false">comment 15377 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15376</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: didster&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;You will have to do it like this:&lt;br /&gt;&lt;br /&gt;TTimeIntervalMicroSeconds aTime; &lt;br /&gt;iMdaAudioPlayerUtility-&amp;gt;GetPosition(aTime); &lt;br /&gt;&lt;br /&gt;TTimeIntervalMicroSeconds aTimeNew = aTime.Int64() + 500; &lt;br /&gt;iMdaAudioPlayerUtility-&amp;gt;SetPosition(&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;aTimeNew&lt;/span&gt;&lt;/b&gt;);&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 21 Feb 2005 09:58:10 +0100</pubDate>
 <dc:creator>Core_RUS_</dc:creator>
 <guid isPermaLink="false">comment 15376 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15375</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Ive just checked, and that wont work either as Int64 returns a const TInt64&amp;amp;.&lt;br /&gt;&lt;br /&gt;You will have to do it like this:&lt;br /&gt;&lt;br /&gt;TTimeIntervalMicroSeconds aTime; &lt;br /&gt;iMdaAudioPlayerUtility-&amp;gt;GetPosition(aTime); &lt;br /&gt;&lt;br /&gt;TTimeIntervalMicroSeconds aTimeNew = aTime.Int64() + 500; &lt;br /&gt;iMdaAudioPlayerUtility-&amp;gt;SetPosition(aTime);&lt;/div&gt;</description>
 <pubDate>Mon, 21 Feb 2005 09:47:16 +0100</pubDate>
 <dc:creator>didster</dc:creator>
 <guid isPermaLink="false">comment 15375 at http://www.newlc.com</guid>
</item>
<item>
 <title>Use the Int64() method</title>
 <link>http://www.newlc.com/topic-5641#comment-15374</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I think you need to use Int64() to retrieve the interval as a value you can manipulate with a + operator.&lt;/div&gt;</description>
 <pubDate>Sat, 19 Feb 2005 23:33:06 +0100</pubDate>
 <dc:creator>duckling</dc:creator>
 <guid isPermaLink="false">comment 15374 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15373</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;still the same error for first one but second gives &lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;error C2678: binary &#039;+&#039; : no operator defined which takes a left-hand operand of type &#039;class TTimeIntervalMicroSeconds&#039; (or there is no acceptable conversion)&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;must be something stupid I&#039;ve missed, &lt;br /&gt;I&#039;ve included &amp;nbsp; #include &amp;lt;e32std.h&amp;gt;&lt;br /&gt;&lt;br /&gt;can&#039;t think what else &amp;nbsp;I&#039;m doing wrong though&lt;/div&gt;</description>
 <pubDate>Sat, 19 Feb 2005 14:26:58 +0100</pubDate>
 <dc:creator>iecaff</dc:creator>
 <guid isPermaLink="false">comment 15373 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15372</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Ok,&lt;br /&gt;&lt;br /&gt;Try aTime += 500;&lt;br /&gt;&lt;br /&gt;and if that doesn&#039;t work,&lt;br /&gt;&lt;br /&gt;try&lt;br /&gt;&lt;br /&gt;aTime = aTime + TTimeIntervalMicroSeconds(500);&lt;/div&gt;</description>
 <pubDate>Sat, 19 Feb 2005 11:59:53 +0100</pubDate>
 <dc:creator>didster</dc:creator>
 <guid isPermaLink="false">comment 15372 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15371</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;thanks &lt;br /&gt;&lt;br /&gt;still doesnt work though, get the following error&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;error C2676: binary &#039;+=&#039; : &#039;class TTimeIntervalMicroSeconds&#039; does not define this operator or a conversion to a type acceptable to the predefined operator&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 18 Feb 2005 17:05:35 +0100</pubDate>
 <dc:creator>iecaff</dc:creator>
 <guid isPermaLink="false">comment 15371 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641#comment-15370</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;GetPosition gives you the current position - and is used like this&lt;br /&gt;&lt;br /&gt;TTimeIntervalMicroSeconds aTime;&lt;br /&gt; iMdaAudioPlayerUtility-&amp;gt;GetPosition(aTime);&lt;br /&gt;&lt;br /&gt;SetPosition would be used to set the position, so to fastforward 500 microseconds:&lt;br /&gt;&lt;br /&gt;TTimeIntervalMicroSeconds aTime;&lt;br /&gt;iMdaAudioPlayerUtility-&amp;gt;GetPosition(aTime);&lt;br /&gt;&lt;br /&gt;aTime += TTimeIntervalMicroSeconds(500);&lt;br /&gt;&lt;br /&gt;iMdaAudioPlayerUtility-&amp;gt;SetPosition(aTime);&lt;/div&gt;</description>
 <pubDate>Fri, 18 Feb 2005 15:33:22 +0100</pubDate>
 <dc:creator>didster</dc:creator>
 <guid isPermaLink="false">comment 15370 at http://www.newlc.com</guid>
</item>
<item>
 <title>TTimeIntervalMicroSeconds</title>
 <link>http://www.newlc.com/topic-5641</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-5641&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-5641#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Fri, 18 Feb 2005 15:16:52 +0100</pubDate>
 <dc:creator>iecaff</dc:creator>
 <guid isPermaLink="false">6363 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
