<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J.et wong&#039;s 懒人记事本 &#187; carbide c++</title>
	<atom:link href="http://j.etwong.com/blog-tag/carbide-c/feed" rel="self" type="application/rss+xml" />
	<link>http://j.etwong.com</link>
	<description>看看想想记记</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:59:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Carbide C++编译排错备忘</title>
		<link>http://j.etwong.com/blog-55</link>
		<comments>http://j.etwong.com/blog-55#comments</comments>
		<pubDate>Sun, 07 Jun 2009 01:25:48 +0000</pubDate>
		<dc:creator>J.et wong</dc:creator>
				<category><![CDATA[Symbian]]></category>
		<category><![CDATA[carbide c++]]></category>
		<category><![CDATA[调试]]></category>

		<guid isPermaLink="false">http://j.etwong.com/?p=55</guid>
		<description><![CDATA[1.编译没有指定到文件 这种可能是某种方法没有实现，或者lib包也没放到mmp中，，， 2. E32USER-CBase 71 The explanation of E32USER-CBase 71 This panic is raised when TRAPs have been nested and an attempt is made to exit from a TRAP nest level before all the cleanup items belonging to that level have been popped off the cleanup stack. There must be the same number of items [...]]]></description>
			<content:encoded><![CDATA[<p>1.编译没有指定到文件</p>
<p>这种可能是某种方法没有实现，或者lib包也没放到mmp中，，，</p>
<p>2. E32USER-CBase 71</p>
<p>The explanation of E32USER-CBase 71</p>
<p>This panic is raised when TRAPs have been nested and an attempt is made to exit from a TRAP nest level before all the cleanup items belonging to that level have been popped off the cleanup stack.</p>
<p>There must be the same number of items on the cleanup stack on entering a TRAP harness as there is on exiting. In other words, anything that is pushed onto the cleanup stack inside a TRAP harness must be popped off before leaving the harness.</p>
<p>For example, the following code avoids this panic when FooLC() does not leave, by explicitly popping pointer before the end of the harness:</p>
<p>TRAPD(error, pointer = FooLC(); CleanupStack::Pop(pointer));</p>
<p>3.</p>
<h3 class="fnToggleHeadline"><strong><strong>BAFL 15 PANIC</p>
<p>多半是资源文件没有加载进来，记得查看一下编译成功的 rsc或者rsg文件，是否内容有更新</strong></strong></h3>
<p><strong><strong>4.Cardbide c++只是有报错，但没报哪一行<br />
这种就比较复杂一点了，多数是因为mmp里面的.lib文件没有加载进来</strong></strong></p>
<p><strong><strong>5。<br />
</strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://j.etwong.com/blog-55/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

