<?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 - system error -1001 - Comments</title>
 <link>http://www.newlc.com/forum/system-error-1001</link>
 <description>Comments for &quot;system error -1001&quot;</description>
 <language>en</language>
<item>
 <title>Re: system error -1001</title>
 <link>http://www.newlc.com/forum/system-error-1001#comment-46334</link>
 <description>&lt;p&gt;     Thanks for all of you,my problem have been solved now.&lt;br /&gt;
     because i do it on S60 3rd platform,someone told me to copy the mbm file to the project&#039;s privite file,and that works now.&lt;br /&gt;
    Thank all of you again&lt;/p&gt;</description>
 <pubDate>Wed, 14 May 2008 07:32:23 +0200</pubDate>
 <dc:creator>cheney_chen</dc:creator>
 <guid isPermaLink="false">comment 46334 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: system error -1001</title>
 <link>http://www.newlc.com/forum/system-error-1001#comment-46321</link>
 <description>&lt;p&gt;Yes, you seem to have done that. The next step is then to show how you try to load that bitmap into memory and display it. Bitmaps are in mbm files, the mbg file includes the IDs of the bitmap(s) in the mbm file. There are lots of examples on how to load and draw bitmaps, have you checked them out?&lt;/p&gt;

&lt;p&gt;Consider showing all the relevant information regarding your problem when you first post your question -- helping you out would be a lot easier and faster that way.&lt;/p&gt;</description>
 <pubDate>Tue, 13 May 2008 09:28:54 +0200</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 46321 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: system error -1001</title>
 <link>http://www.newlc.com/forum/system-error-1001#comment-46317</link>
 <description>&lt;p&gt;   tks,Andreas,but i think i have converted the windows bitmap to a Symbian bitmap in the mmp file,i have gotten a mbg file.&lt;/p&gt;</description>
 <pubDate>Tue, 13 May 2008 08:19:04 +0200</pubDate>
 <dc:creator>cheney_chen</dc:creator>
 <guid isPermaLink="false">comment 46317 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: system error -1001</title>
 <link>http://www.newlc.com/forum/system-error-1001#comment-46300</link>
 <description>&lt;p&gt;Since the error is with the code, there&#039;s no use showing the mmp file contents.&lt;/p&gt;

&lt;p&gt;However, you mention that you are trying to show a bmp file. You are aware that you must first convert a Windows bitmap file to a Symbian bitmap before you can display it? Might this be the prolem?&lt;/p&gt;</description>
 <pubDate>Mon, 12 May 2008 11:31:11 +0200</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 46300 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: system error -1001</title>
 <link>http://www.newlc.com/forum/system-error-1001#comment-46296</link>
 <description>&lt;p&gt;       er.khalid,thank you very much for your quick reply.&lt;br /&gt;
       now,i find myself really new to this field.i have read the article about the error code.actually,i have read it before your reply.as regarded,i want to draw a graphic on the screem.now,i only add some code in the &quot;helloworld&quot; example.in fact,i only add a file which contains a piction in the project,and some code in the appview.cpp file,and something in the header files.my mmp file is showed as below:&lt;br /&gt;
               /*&lt;br /&gt;
============================================================================&lt;br /&gt;
 Name		: JiSuanQi.mmp&lt;br /&gt;
 Author	  : cheney&lt;br /&gt;
 Copyright   : Your copyright notice&lt;br /&gt;
 Description : This is the project specification file for JiSuanQi.&lt;br /&gt;
============================================================================&lt;br /&gt;
*/&lt;/p&gt;

&lt;p&gt;TARGET			JiSuanQi_0xE82752BC.exe&lt;br /&gt;
TARGETTYPE		exe&lt;br /&gt;
UID		  0x100039CE 0xE82752BC&lt;/p&gt;

&lt;p&gt;SOURCEPATH		..\src&lt;br /&gt;
SOURCE			JiSuanQi.cpp&lt;br /&gt;
SOURCE			JiSuanQiApplication.cpp&lt;br /&gt;
SOURCE			JiSuanQiAppView.cpp&lt;br /&gt;
SOURCE			JiSuanQiAppUi.cpp&lt;br /&gt;
SOURCE			JiSuanQiDocument.cpp&lt;/p&gt;

&lt;p&gt;START BITMAP  JiSuanQi.mbm&lt;br /&gt;
	  HEADER&lt;br /&gt;
	  SOURCEPATH ..\res\img&lt;br /&gt;
	  SOURCE 1 plus.bmp&lt;br /&gt;
END&lt;/p&gt;

&lt;p&gt;SOURCEPATH		..\data&lt;/p&gt;

&lt;p&gt;START RESOURCE	JiSuanQi.rss&lt;br /&gt;
HEADER&lt;br /&gt;
TARGET JiSuanQi_0xE82752BC.rsc&lt;br /&gt;
TARGETPATH resource\apps&lt;br /&gt;
END //RESOURCE&lt;/p&gt;

&lt;p&gt;START RESOURCE	JiSuanQi_reg.rss&lt;br /&gt;
TARGET JiSuanQi_0xE82752BC_reg.rsc&lt;br /&gt;
TARGETPATH 	  \private\10003a3f\apps&lt;br /&gt;
END //RESOURCE&lt;/p&gt;

&lt;p&gt;USERINCLUDE	   ..\inc&lt;br /&gt;
USERINCLUDE    ..\help&lt;/p&gt;

&lt;p&gt;SYSTEMINCLUDE	 \epoc32\include&lt;/p&gt;

&lt;p&gt;LIBRARY		   euser.lib&lt;br /&gt;
LIBRARY		   apparc.lib&lt;br /&gt;
LIBRARY		   cone.lib&lt;br /&gt;
LIBRARY		   eikcore.lib&lt;br /&gt;
LIBRARY		   avkon.lib&lt;br /&gt;
LIBRARY		   commonengine.lib&lt;br /&gt;
LIBRARY		   efsrv.lib &lt;br /&gt;
LIBRARY		   estor.lib&lt;br /&gt;
LIBRARY        aknnotify.lib &lt;br /&gt;
LIBRARY        eikcoctl.lib&lt;br /&gt;
LIBRARY        eikctl.lib&lt;br /&gt;
LIBRARY        form.lib&lt;br /&gt;
LIBRARY        uiklaf.lib&lt;br /&gt;
LIBRARY        fbscli.lib&lt;br /&gt;
LIBRARY        bitgdi.lib&lt;br /&gt;
LIBRARY        etext.lib &lt;br /&gt;
LIBRARY        gdi.lib &lt;br /&gt;
LIBRARY        fepbase.lib&lt;br /&gt;
LIBRARY        hlplch.lib&lt;br /&gt;
 &lt;/p&gt;

&lt;p&gt;LANG SC&lt;/p&gt;

&lt;p&gt;VENDORID	  	  0&lt;br /&gt;
SECUREID		  0xE82752BC&lt;br /&gt;
// End of File&lt;br /&gt;
SOURCEPATH ..\src&lt;br /&gt;
SOURCE CExtendedBitmap.cpp&lt;/p&gt;

&lt;p&gt;        so,what may be the problem with &quot;KErrExtendedWithText -1001&quot; as you have figured out?&lt;/p&gt;</description>
 <pubDate>Mon, 12 May 2008 07:16:24 +0200</pubDate>
 <dc:creator>cheney_chen</dc:creator>
 <guid isPermaLink="false">comment 46296 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: system error -1001</title>
 <link>http://www.newlc.com/forum/system-error-1001#comment-46294</link>
 <description>&lt;p&gt;Hi cheney_chen,&lt;/p&gt;

&lt;p&gt;for error code reference read below link&lt;br /&gt;
&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;http://www.newlc.com/article.php3?id_article=117&lt;/a&gt;&lt;br /&gt;
your error seems to be in Resource.&lt;br /&gt;
error is in &lt;span style=&quot;font-weight:bold&quot;&gt;BAFL&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight:bold&quot;&gt;KErrExtendedWithText	 -1001&lt;/span&gt;&lt;br /&gt;
 &lt;/p&gt;</description>
 <pubDate>Mon, 12 May 2008 06:03:04 +0200</pubDate>
 <dc:creator>er.khalid</dc:creator>
 <guid isPermaLink="false">comment 46294 at http://www.newlc.com</guid>
</item>
<item>
 <title>system error -1001</title>
 <link>http://www.newlc.com/forum/system-error-1001</link>
 <description>&lt;p&gt;    i am new.&lt;br /&gt;
    i want to draw a graphic on the screem,but when i run the programm,it reminds me of &quot;system error -1001&quot;.So,what&#039;s the problem?Bad image or unsupported format?i draw the graphic by using graphic-drawing tool embeded in windows,and the format is .bmp.&lt;br /&gt;
    Can anybody help me?Thanks in advance.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/system-error-1001&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/system-error-1001#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Mon, 12 May 2008 05:54:02 +0200</pubDate>
 <dc:creator>cheney_chen</dc:creator>
 <guid isPermaLink="false">20917 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
