<?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>Software utilities &#187; C/C++</title>
	<atom:link href="http://www.small-software-utilities.com/category/cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.small-software-utilities.com</link>
	<description>Software reviews and technology news</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:21:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Boost log  linking problem with parse_formatter</title>
		<link>http://www.small-software-utilities.com/2011/09/boost-log-linking-problem-with-parse_formatter/</link>
		<comments>http://www.small-software-utilities.com/2011/09/boost-log-linking-problem-with-parse_formatter/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 09:27:30 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=265</guid>
		<description><![CDATA[While compiling boost log you may get a linker error like this: &#160; undefined reference to `boost::log2_mt_nt5::formatter_types&#60;char&#62;::formatter_type boost::log2_mt_nt5::parse_formatter&#60;char&#62;(char const*, char const*)&#8217; &#160; This is due to a missing library, specifically boost_log_setup, which you should add to the library list. &#160; Happy coding!]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2011/09/boost-log-linking-problem-with-parse_formatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application not initialized correctly (0xc000001d) error and VS2005</title>
		<link>http://www.small-software-utilities.com/2008/06/application-not-initialized-correctly-0xc000001d-error-and-vs2005/</link>
		<comments>http://www.small-software-utilities.com/2008/06/application-not-initialized-correctly-0xc000001d-error-and-vs2005/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 15:53:25 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/158/application-not-initialized-correctly-0xc000001d-error-and-vs2005/</guid>
		<description><![CDATA[While trying to transfer an application created using VS2005 to an embedded PC (VIA C3 M 10000 embedded PC), I run into this very annoying problem. First, I got a slightly different exception, which was due to the msvcr80.dll file missing. So, I used the VS20005 redistributable to deploy the application. But my journey through [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/06/application-not-initialized-correctly-0xc000001d-error-and-vs2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

