<?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 - Undefined symol: Class CMdaAudioPlayerUtility - Comments</title>
 <link>http://www.newlc.com/forum/undefined-symol-class-cmdaaudioplayerutility</link>
 <description>Comments for &quot;Undefined symol: Class CMdaAudioPlayerUtility&quot;</description>
 <language>en</language>
<item>
 <title>Re: Undefined symol: Class CMdaAudioPlayerUtility</title>
 <link>http://www.newlc.com/forum/undefined-symol-class-cmdaaudioplayerutility#comment-45175</link>
 <description>&lt;p&gt;Hi Alert,&lt;/p&gt;

&lt;p&gt;Thnx for ur help&lt;/p&gt;</description>
 <pubDate>Tue, 18 Mar 2008 10:16:43 +0100</pubDate>
 <dc:creator>panda.pranaya</dc:creator>
 <guid isPermaLink="false">comment 45175 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Undefined symol: Class CMdaAudioPlayerUtility</title>
 <link>http://www.newlc.com/forum/undefined-symol-class-cmdaaudioplayerutility#comment-45156</link>
 <description>&lt;p&gt;I bet it won&#039;t be the header file that is missing but the .lib.&lt;/p&gt;</description>
 <pubDate>Mon, 17 Mar 2008 20:20:35 +0100</pubDate>
 <dc:creator>Numpty Alert</dc:creator>
 <guid isPermaLink="false">comment 45156 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Undefined symol: Class CMdaAudioPlayerUtility</title>
 <link>http://www.newlc.com/forum/undefined-symol-class-cmdaaudioplayerutility#comment-45154</link>
 <description>&lt;p&gt;Undefined symbol means that the compiler can&#039;t find the definition for the symbol.&lt;br /&gt;
You must make sure that each .cpp file that uses this symbol has access to the header file it is declared in...&lt;/p&gt;

&lt;p&gt;To me, it sounds like you have written the code for your constructors in the .h-file of your class, but then only include the header for CMdaAudioPlayerUtility in the .cpp file.&lt;br /&gt;
That way, it will work fine to compile your original class, but you would get undefined symbol when trying to use it in another .cpp file without including the header for CMdaAudioPlayerUtility.&lt;/p&gt;

&lt;p&gt;Study patterns for how to organize your cpp/header files in C++, and you will avoid problems like this.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Mon, 17 Mar 2008 15:18:30 +0100</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 45154 at http://www.newlc.com</guid>
</item>
<item>
 <title>Undefined symol: Class CMdaAudioPlayerUtility</title>
 <link>http://www.newlc.com/forum/undefined-symol-class-cmdaaudioplayerutility</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Actually  I wrote my own class in which I declared an object pointer for CMdaAudioPlayerUtility class&lt;br /&gt;
in order to access different functionalities of the class CMdaAudioPlayerUtility. I allocated the&lt;br /&gt;
memory by two phase construction. I again wrote another class inside which I am  declaring an&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/undefined-symol-class-cmdaaudioplayerutility&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/undefined-symol-class-cmdaaudioplayerutility#comments</comments>
 <category domain="http://www.newlc.com/forums/2d-3d-graphics">Bitmaps and Graphics</category>
 <pubDate>Mon, 17 Mar 2008 13:17:40 +0100</pubDate>
 <dc:creator>panda.pranaya</dc:creator>
 <guid isPermaLink="false">20513 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
