<?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 - compilation problem - Comments</title>
 <link>http://www.newlc.com/forum/compilation-problem-1</link>
 <description>Comments for &quot;compilation problem&quot;</description>
 <language>en</language>
<item>
 <title>Re: compilation problem</title>
 <link>http://www.newlc.com/forum/compilation-problem-1#comment-46243</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
Thank for that information,It helped me to resolve those issues after i added those libraries.But even after I am getting the following error.&lt;/p&gt;

&lt;p&gt;&quot; Undefined symbol: &#039;CLstBoxAppUi::CLstBoxAppUi(void) (??0CLstBoxAppUi@@QAE@XZ)&#039; referenced from &#039;class CEikAppUi * CLstBoxDocument::CreateAppUiL(void) (?CreateAppUiL@CLstBoxDocument@@UAEPAVCEikAppUi@@XZ)&#039; in LstBoxDocument.cpp:84	LstBox		line 0	May 8, 2008 11:06:44 AM	1702  &quot;.&lt;/p&gt;

&lt;p&gt;I have attached the file LstBoxDocument.cpp.I didnt changed the file which came by default when I creeated the projet.Plz have a look and provide me the solution.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br /&gt;
Bhaskar&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 08 May 2008 07:39:18 +0200</pubDate>
 <dc:creator>bhaskarm</dc:creator>
 <guid isPermaLink="false">comment 46243 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: compilation problem</title>
 <link>http://www.newlc.com/forum/compilation-problem-1#comment-46242</link>
 <description>&lt;p&gt;It seems that the required library is not found or you have not added the desired one. &lt;br /&gt;
Have you added all required libraries to your .mmp file? e.g. for CEikListBox  usage, you will have to add avkon.lib eikcoctl.lib eikctl.lib libraries. &lt;/p&gt;</description>
 <pubDate>Thu, 08 May 2008 07:16:02 +0200</pubDate>
 <dc:creator>jupitar</dc:creator>
 <guid isPermaLink="false">comment 46242 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: compilation problem</title>
 <link>http://www.newlc.com/forum/compilation-problem-1#comment-46240</link>
 <description>&lt;p&gt;It is working compilation for CarbideV1.1.Except I got few linking errors..&lt;/p&gt;

&lt;p&gt;1). Undefined symbol: &#039;___CxxFrameHandler&#039; referenced from &#039;void * CBase::operator new(unsigned int) (??2CBase@@SAPAXI@Z)&#039; in e32base.inl:36 referenced from &#039;void invokeTable(void (* *)(void), void (* *)(void)) (?invokeTable@@YAXPAP6AXXZ0@Z)&#039; in win32crt.h:121 (eexe.lib) referenced from &#039;void operator delete(void *) (??3@YAXPAX@Z)&#039; in win32crt.h:176 (eexe.lib) referenced from &#039;__E32Startup&#039; in uc_exe.cpp:59 (eexe.lib) referenced from &#039;void _E32Bootstrap(void) (?_E32Bootstrap@@YGXXZ)&#039; in uc_exe.cpp:68 (eexe.lib) referenced from &#039;class CApaApplication * NewApplication(void) (?NewApplication@@YAPAVCApaApplication@@XZ)&#039; in LstBox.cpp:18	LstBox		line 0&lt;/p&gt;

&lt;p&gt;2).Undefined symbol: &#039;___destroy_new_array&#039; referenced from &#039;CLstBoxApplication::~CLstBoxApplication(unsigned int) (??_ECLstBoxApplication@@UAE@I@Z)&#039; in LstBox.o	LstBox		line 0	May 7, 2008 8:47:32 PM&lt;/p&gt;

&lt;p&gt;3).Undefined symbol: &#039;___unexpected&#039; referenced from &#039;void operator delete(void *) (??3@YAXPAX@Z)&#039; in win32crt.h:176 (eexe.lib) referenced from &#039;void * CBase::operator new(unsigned int) (??2CBase@@SAPAXI@Z)&#039; in e32base.inl:36	LstBox&lt;/p&gt;

&lt;p&gt;I dont know what should be the problem.&lt;/p&gt;</description>
 <pubDate>Thu, 08 May 2008 05:18:45 +0200</pubDate>
 <dc:creator>bhaskarm</dc:creator>
 <guid isPermaLink="false">comment 46240 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: compilation problem</title>
 <link>http://www.newlc.com/forum/compilation-problem-1#comment-46239</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
I have configured and checked for command line.Same thing is happenning here also,stooped after some time.&lt;/p&gt;</description>
 <pubDate>Thu, 08 May 2008 05:13:54 +0200</pubDate>
 <dc:creator>bhaskarm</dc:creator>
 <guid isPermaLink="false">comment 46239 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: compilation problem</title>
 <link>http://www.newlc.com/forum/compilation-problem-1#comment-46235</link>
 <description>&lt;p&gt;Have you checked if you are able to compile it in command line? Note that you have to configure your environment for winscw commandline.&lt;/p&gt;</description>
 <pubDate>Wed, 07 May 2008 17:57:27 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 46235 at http://www.newlc.com</guid>
</item>
<item>
 <title>compilation problem</title>
 <link>http://www.newlc.com/forum/compilation-problem-1</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
I have carbide v1.3 version installed and active perl 5.6.x.38.I have created one project and when i tried to compile it ,it is not compiling.&lt;br /&gt;
It is stopped at 24% compilation and in the progress it is still showing that it is compiling.It is not posting any errors also.&lt;br /&gt;
Plz tell me what could be the problem.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br /&gt;
Bhaskar&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/compilation-problem-1&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/compilation-problem-1#comments</comments>
 <category domain="http://www.newlc.com/forums/carbide-eclipse">Carbide.c++</category>
 <pubDate>Wed, 07 May 2008 13:41:50 +0200</pubDate>
 <dc:creator>bhaskarm</dc:creator>
 <guid isPermaLink="false">20887 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
