<?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 - RFile &amp;amp; RFs error - Comments</title>
 <link>http://www.newlc.com/en/topic-16425</link>
 <description>Comments for &quot;RFile &amp; RFs error&quot;</description>
 <language>en</language>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35319</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Your problem is most probably that the developers of carbide wants to reinvent the build process of some reason...&lt;br /&gt;&lt;br /&gt;In the express version, I don&amp;#039;t think they have support for mmp files at all, you have to add the lib in the project settings from within carbide, in their menues...&lt;br /&gt;&lt;br /&gt;Stupid move imo, i think it was a really nice idea with an ide agnostic config, where you generate project files to whatever ide you like to use, but still keep all config in the same place.&lt;/div&gt;</description>
 <pubDate>Wed, 25 Oct 2006 10:34:28 +0200</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 35319 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35318</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Thank you guys. I find a solution including this line (I found this in the doc) :&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;#pragma comment(lib,&amp;quot;efsrv.lib&amp;quot;)&lt;/div&gt;&lt;br /&gt;Now it works &lt;img src=&quot;/fr/sites/all/modules/smf_filter/smf_smileys/smiley.gif&quot; alt=&quot;Smiley&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 25 Oct 2006 09:41:37 +0200</pubDate>
 <dc:creator>nico</dc:creator>
 <guid isPermaLink="false">comment 35318 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35317</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: nico&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;Hi everybody!&lt;br /&gt;&lt;br /&gt;I have a problem with Rfile &amp;amp; RFs. I think you have already seen the errors :&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;Undefined Symbol: &amp;#039;int RFs::Connect(int) (?Connect@RFs@@QAEHH@Z)&amp;#039; ...&lt;br /&gt;Undefined Symbol: &amp;#039;int RFile::Open(class RFs &amp;amp;,class TDesC16 const &amp;amp;, unsigned int) (?Open@RFile...&lt;/div&gt;&lt;br /&gt;I read a lot of things about these errors, like including the efsrv.lib but it doesn&amp;#039;t work and I&amp;#039;m going to become crazy. Here&amp;#039;s a short sample of my code but I think there&amp;#039;s no error :&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;User::LeaveIfError(fsSession.Connect());&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;br /&gt;TInt err=file.Open (fsSession,KWorksDataFile,EFileStreamText|EFileWrite|EFileShareAny);&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;br /&gt;if (err==KErrNotFound) &lt;br /&gt;err=file.Create(fsSession,KWorksDataFile,EFileStreamText|EFileWrite|EFileShareAny);&lt;/div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I use Carbide.C++ to manage my project. Perhaps the problem comes from here. &lt;br /&gt;&lt;br /&gt;I don&amp;#039;t know. &lt;br /&gt;&lt;br /&gt;Please help &lt;img src=&quot;/fr/sites/all/modules/smf_filter/smf_smileys/cry.gif&quot; alt=&quot;Cry&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;I guess you r not doing this &lt;br /&gt;RFs fsSession;&lt;br /&gt;RFile file;&lt;br /&gt;include the header file f32file.h&amp;nbsp; and library efsrv.lib .&lt;br /&gt;It should work&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 25 Oct 2006 08:07:25 +0200</pubDate>
 <dc:creator>vishwas-forum</dc:creator>
 <guid isPermaLink="false">comment 35317 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35316</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I used to get this error, so after a long RnD I solved the issue by changing the path from long file name to DOS supporting file name. For example the path like this:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;C:\Program Files\Common Files\Symbian\tools\&lt;/div&gt;&lt;br /&gt;should be changed to:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;C:\Progra~1\Common~1\Symbian\tools\&lt;/div&gt;&lt;br /&gt;From the dos prompt enter this command:&lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;C:\&amp;gt;dir/x&lt;/div&gt;&lt;br /&gt;This displays the short names generated for non-8dot3 file names.&lt;/div&gt;</description>
 <pubDate>Mon, 23 Oct 2006 06:01:36 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 35316 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35315</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;If I build from the command line, I have another problem I didn&amp;#039;t manage to solve. I suppose it&amp;#039;s a problem of path but I don&amp;#039;t really understand why. Here&amp;#039;s the report :&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;Creating \Symbian\UIQ3SDK\EPOC32\BUILD\Symbian\Carbide\workspace\MobileClientUIQ&lt;br /&gt;3\group\MOBILECLIENTUIQ3\WINSCW\UDEB&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\UIQ3SDK\EPOC32\BUILD\Symbian\Carbide\workspace\MobileCli&lt;br /&gt;entUIQ3\group\WINSCW.make&amp;quot; TARGET CFG=UDEB VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -r -f &amp;quot;\Symbian\UIQ3SDK\EPOC32\BUILD\Symbian\Carbide\workspace\MobileCl&lt;br /&gt;ientUIQ3\group\MOBILECLIENTUIQ3\WINSCW\MOBILECLIENTUIQ3.WINSCW&amp;quot; UDEB&lt;br /&gt;MobileClientUIQ3View.cpp&lt;br /&gt;process_begin: CreateProcess((null), mwccsym2.exe -g -O0 -inline off -wchar_t of&lt;br /&gt;f -align 4 -warnings on -w nohidevirtual,nounusedexpr -msgstyle gcc -enum int -s&lt;br /&gt;tr pool -exc ms -trigraphs on -nostdinc -d _DEBUG -d _UNICODE -d __SYMBIAN32__ -&lt;br /&gt;d __CW32__ -d __WINS__ -d __WINSCW__ -d __EXE__ -d __SUPPORT_CPP_EXCEPTIONS__ -c&lt;br /&gt;wd source -i- -i \Symbian\Carbide\workspace\MobileClientUIQ3\inc -i \Symbian\Car&lt;br /&gt;bide\workspace\MobileClientUIQ3\data -i \Symbian\UIQ3SDK\EPOC32\include -i \Symb&lt;br /&gt;ian\UIQ3SDK\EPOC32\include\variant -i \Symbian\UIQ3SDK\epoc32\include\variant -i&lt;br /&gt; &amp;quot;\Symbian\UIQ3SDK\epoc32\include\variant\ &amp;quot; -include UIQ_3.0.hrh -o \Symbian\UI&lt;br /&gt;Q3SDK\EPOC32\BUILD\Symbian\Carbide\workspace\MobileClientUIQ3\group\MOBILECLIENT&lt;br /&gt;UIQ3\WINSCW\UDEB\MobileClientUIQ3View.o -c \Symbian\Carbide\workspace\MobileClie&lt;br /&gt;ntUIQ3\src\MobileClientUIQ3View.cpp, ...) failed.&lt;br /&gt;make (e=2): File not found.&lt;br /&gt;make[1]: *** [\Symbian\UIQ3SDK\EPOC32\BUILD\Symbian\Carbide\workspace\MobileClie&lt;br /&gt;ntUIQ3\group\MOBILECLIENTUIQ3\WINSCW\UDEB\MobileClientUIQ3View.o] Error 2&lt;br /&gt;make: *** [TARGETMOBILECLIENTUIQ3] Error 2&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\UIQ3SDK\EPOC32\BUILD\Symbian\Carbide\workspace\MobileCli&lt;br /&gt;entUIQ3\group\WINSCW.make&amp;quot; FINAL CFG=UDEB VERBOSE=-s&lt;/div&gt;&lt;br /&gt;If you can determine the problem, it would be great &lt;img src=&quot;/fr/sites/all/modules/smf_filter/smf_smileys/smiley.gif&quot; alt=&quot;Smiley&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 20 Oct 2006 09:28:10 +0200</pubDate>
 <dc:creator>nico</dc:creator>
 <guid isPermaLink="false">comment 35315 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35314</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;What happens if you build from the command line?&lt;/div&gt;</description>
 <pubDate>Thu, 19 Oct 2006 18:20:28 +0200</pubDate>
 <dc:creator>NumptyAlert</dc:creator>
 <guid isPermaLink="false">comment 35314 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35313</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Yes I included the header file f32file.h !!!&lt;br /&gt;&lt;br /&gt;And the efsrv.lib is included in my MMP for a long time now. I always rebuild the entire project.&lt;br /&gt;&lt;br /&gt;It&amp;#039;s totally crazy &lt;img src=&quot;/fr/sites/all/modules/smf_filter/smf_smileys/huh.gif&quot; alt=&quot;Huh&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 19 Oct 2006 11:01:44 +0200</pubDate>
 <dc:creator>nico</dc:creator>
 <guid isPermaLink="false">comment 35313 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35312</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: nico&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;...&lt;br /&gt;I read a lot of things about these errors, like including the efsrv.lib but it doesn&amp;#039;t work and I&amp;#039;m going to become crazy. Here&amp;#039;s a short sample of my code but I think there&amp;#039;s no error&lt;br /&gt;...&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Did you try to build the project from command prompt amd have you re-imported the project after putting the efsrv.lib in your MMP? &lt;/div&gt;</description>
 <pubDate>Thu, 19 Oct 2006 10:59:01 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 35312 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425#comment-35311</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi ..&lt;br /&gt;plz check whether you have included the header file f32file.h ?&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;Badshah&lt;/div&gt;</description>
 <pubDate>Thu, 19 Oct 2006 10:52:13 +0200</pubDate>
 <dc:creator>Badshah</dc:creator>
 <guid isPermaLink="false">comment 35311 at http://www.newlc.com</guid>
</item>
<item>
 <title>RFile &amp; RFs error</title>
 <link>http://www.newlc.com/en/topic-16425</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-16425&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-16425#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Thu, 19 Oct 2006 10:15:50 +0200</pubDate>
 <dc:creator>nico</dc:creator>
 <guid isPermaLink="false">16078 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
