<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A.3 &#8212; Using libraries with Code::Blocks</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: A.2 &#8212; Using libraries with Visual Studio 2005 Express &#171; Learn C++</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-96458</link>
		<dc:creator>A.2 &#8212; Using libraries with Visual Studio 2005 Express &#171; Learn C++</dc:creator>
		<pubDate>Sat, 26 Nov 2011 03:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-96458</guid>
		<description>[...]  A.3 — Using libraries with Code::Blocks [...]</description>
		<content:encoded><![CDATA[<p>[...]  A.3 — Using libraries with Code::Blocks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: northyorker</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-94836</link>
		<dc:creator>northyorker</dc:creator>
		<pubDate>Sun, 31 Oct 2010 01:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-94836</guid>
		<description>Thank you very much. I learn to us Codes Block with boost libraries.</description>
		<content:encoded><![CDATA[<p>Thank you very much. I learn to us Codes Block with boost libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code::Block: ??????? &#124; ???</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-94593</link>
		<dc:creator>Code::Block: ??????? &#124; ???</dc:creator>
		<pubDate>Sat, 23 Oct 2010 06:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-94593</guid>
		<description>[...] http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/     This entry was posted in Code::Block. Bookmark the permalink.    &#8592; Python: Unexpected&#160;Indent [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/" rel="nofollow">http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/</a>     This entry was posted in Code::Block. Bookmark the permalink.    &larr; Python: Unexpected&nbsp;Indent [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Holcomb</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-86176</link>
		<dc:creator>John Holcomb</dc:creator>
		<pubDate>Tue, 08 Jun 2010 23:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-86176</guid>
		<description>Thank you so much for maintaining this web site. I was absolutely stuck, and this page gave me the knowledge to break
through the wall that was confronting me. Now I know how to link my compiler to libraries... thanks to you.</description>
		<content:encoded><![CDATA[<p>Thank you so much for maintaining this web site. I was absolutely stuck, and this page gave me the knowledge to break<br />
through the wall that was confronting me. Now I know how to link my compiler to libraries&#8230; thanks to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nhatphutho</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-69860</link>
		<dc:creator>nhatphutho</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-69860</guid>
		<description>thank you very much!
Your post is very useful!
:)</description>
		<content:encoded><![CDATA[<p>thank you very much!<br />
Your post is very useful!<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-65876</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 08 Aug 2009 23:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-65876</guid>
		<description>Hi, I need to add libnoise to Code::Blocks in order to work with perlin noise. I added the libraries of libnoise, and made a little test which compiles with no problems. But, whenever I try to build and run the project, it sends me a message which says: undefined reference to &#039;noise::module::perln::Perlin()&#039;, and five similar messages.

I don&#039;t know if I did something wrong. I saved the libraries in C:libnoise. I added in &gt;&gt;Settings&gt;&gt;Compiler and Debugger&gt;&gt;Search directories C:/libnoise/include which contains the headers; and C:/libnoise/bin which contains libnoise.lib

I did exactly the same in &gt;&gt;Settings&gt;&gt;Compiler and Debugger&gt;&gt;Linker

As the tutorial shows, In &gt;&gt;Project build options&gt;&gt;Project_Name&gt;&gt;Linker settings I added C:libnoise/bin/libnoise.lib

In theory, this should be enough to build the project, but it&#039;s not.

Please, somebody who have worked with libnoise or have an idea about what is wrong, please write a reply.

I had to use / instead of a slash.</description>
		<content:encoded><![CDATA[<p>Hi, I need to add libnoise to Code::Blocks in order to work with perlin noise. I added the libraries of libnoise, and made a little test which compiles with no problems. But, whenever I try to build and run the project, it sends me a message which says: undefined reference to &#8216;noise::module::perln::Perlin()&#8217;, and five similar messages.</p>
<p>I don&#8217;t know if I did something wrong. I saved the libraries in C:libnoise. I added in &gt;&gt;Settings&gt;&gt;Compiler and Debugger&gt;&gt;Search directories C:/libnoise/include which contains the headers; and C:/libnoise/bin which contains libnoise.lib</p>
<p>I did exactly the same in &gt;&gt;Settings&gt;&gt;Compiler and Debugger&gt;&gt;Linker</p>
<p>As the tutorial shows, In &gt;&gt;Project build options&gt;&gt;Project_Name&gt;&gt;Linker settings I added C:libnoise/bin/libnoise.lib</p>
<p>In theory, this should be enough to build the project, but it&#8217;s not.</p>
<p>Please, somebody who have worked with libnoise or have an idea about what is wrong, please write a reply.</p>
<p>I had to use / instead of a slash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-63202</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 27 Jun 2009 01:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-63202</guid>
		<description>Hey man, I just wanted to give you props for this - you saved me!  Code::Blocks is truly fantastic, and I was hoping to get it working.</description>
		<content:encoded><![CDATA[<p>Hey man, I just wanted to give you props for this &#8211; you saved me!  Code::Blocks is truly fantastic, and I was hoping to get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arash</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-61647</link>
		<dc:creator>Arash</dc:creator>
		<pubDate>Fri, 29 May 2009 14:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-61647</guid>
		<description>Thanks Alex.
God bless you.</description>
		<content:encoded><![CDATA[<p>Thanks Alex.<br />
God bless you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeus</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-51430</link>
		<dc:creator>Zeus</dc:creator>
		<pubDate>Wed, 18 Mar 2009 05:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-51430</guid>
		<description>This was an amazing tutorial. This was perfect to the problem I had earlier, and it helped me solve it! Your the best Alex thanks!</description>
		<content:encoded><![CDATA[<p>This was an amazing tutorial. This was perfect to the problem I had earlier, and it helped me solve it! Your the best Alex thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ismail</title>
		<link>http://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/comment-page-1/#comment-12729</link>
		<dc:creator>Ismail</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/uncategorized/a3-using-libraries-with-codeblocks/#comment-12729</guid>
		<description>Hello,

I just wanted to thank whom ever is behind this website, i think it&#039;s one of the best
tutorials i have seen so far on the web, as i have a good background in java, but very newbie
to C and C++ i think this website is a goldmine for anyone who want to discover these
fantastic languages, i mean, C C++ Java Perl Pascale etc..

I have one thing i don&#039;t like though, is microsoft all he has done is copying 
like C# it is exactly like java with Capitalized methods.

I am sorry but as far as microsoft is concerned to me he is just like a parasite.

Well done guys to everything you&#039;re doing
Regards
IB</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I just wanted to thank whom ever is behind this website, i think it&#8217;s one of the best<br />
tutorials i have seen so far on the web, as i have a good background in java, but very newbie<br />
to C and C++ i think this website is a goldmine for anyone who want to discover these<br />
fantastic languages, i mean, C C++ Java Perl Pascale etc..</p>
<p>I have one thing i don&#8217;t like though, is microsoft all he has done is copying<br />
like C# it is exactly like java with Capitalized methods.</p>
<p>I am sorry but as far as microsoft is concerned to me he is just like a parasite.</p>
<p>Well done guys to everything you&#8217;re doing<br />
Regards<br />
IB</p>
]]></content:encoded>
	</item>
</channel>
</rss>

