<?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 for 0x4142</title>
	<atom:link href="http://thomasfischer.biz/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://thomasfischer.biz</link>
	<description>Just Another Blog About Bits And Bytes</description>
	<lastBuildDate>Tue, 06 Mar 2012 16:45:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on building ZXing as JNI lib by thomas</title>
		<link>http://thomasfischer.biz/?p=573&#038;cpage=1#comment-12529</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Tue, 06 Mar 2012 16:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=573#comment-12529</guid>
		<description>yay, this was merged/fixed:
http://code.google.com/p/zxing/source/detail?r=2219#
http://code.google.com/p/zxing/source/detail?r=2220#</description>
		<content:encoded><![CDATA[<p>yay, this was merged/fixed:<br />
<a href="http://code.google.com/p/zxing/source/detail?r=2219#" rel="nofollow">http://code.google.com/p/zxing/source/detail?r=2219#</a><br />
<a href="http://code.google.com/p/zxing/source/detail?r=2220#" rel="nofollow">http://code.google.com/p/zxing/source/detail?r=2220#</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on windows UAC (User Account Control) and cmake: simpler as you might think by Fraser</title>
		<link>http://thomasfischer.biz/?p=237&#038;cpage=1#comment-12528</link>
		<dc:creator>Fraser</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=237#comment-12528</guid>
		<description>For VS2010, the following seems to work better:

&lt;code&gt;SET_TARGET_PROPERTIES(your-target-name PROPERTIES LINK_FLAGS &quot;/level=&#039;requireAdministrator&#039; /uiAccess=&#039;false&#039;&quot;)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>For VS2010, the following seems to work better:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SET_TARGET_PROPERTIES(your-target-name PROPERTIES LINK_FLAGS &quot;/level='requireAdministrator' /uiAccess='false'&quot;)</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fixing UAC in VS2010 when using CMake by Fraser</title>
		<link>http://thomasfischer.biz/?p=460&#038;cpage=1#comment-12527</link>
		<dc:creator>Fraser</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=460#comment-12527</guid>
		<description>Using the following in your CMakeLists.txt should avoid having to edit the vcxproj file by hand:

&lt;code&gt;SET_TARGET_PROPERTIES(your-target-name PROPERTIES LINK_FLAGS &quot;/level=&#039;requireAdministrator&#039; /uiAccess=&#039;false&#039;&quot;)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Using the following in your CMakeLists.txt should avoid having to edit the vcxproj file by hand:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SET_TARGET_PROPERTIES(your-target-name PROPERTIES LINK_FLAGS &quot;/level='requireAdministrator' /uiAccess='false'&quot;)</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on embedding Ogre 1.7 into wxWidgets 2.9 cross platform by Tim Hutton</title>
		<link>http://thomasfischer.biz/?p=382&#038;cpage=1#comment-12526</link>
		<dc:creator>Tim Hutton</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=382#comment-12526</guid>
		<description>Thankyou!

This solution works for wxVTK too.

Tim</description>
		<content:encoded><![CDATA[<p>Thankyou!</p>
<p>This solution works for wxVTK too.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cross platform timer class by 0&#215;4142 &#187; benchmarking std::vector</title>
		<link>http://thomasfischer.biz/?p=262&#038;cpage=1#comment-12524</link>
		<dc:creator>0&#215;4142 &#187; benchmarking std::vector</dc:creator>
		<pubDate>Sun, 16 Oct 2011 14:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=262#comment-12524</guid>
		<description>[...] to compile, add the Timer.h from my previous post [...]</description>
		<content:encoded><![CDATA[<p>[...] to compile, add the Timer.h from my previous post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to add IRC to your vBulletin forum/CMS by Connor</title>
		<link>http://thomasfischer.biz/?p=441&#038;cpage=1#comment-12523</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Wed, 14 Sep 2011 17:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=441#comment-12523</guid>
		<description>So, why is it not linking?</description>
		<content:encoded><![CDATA[<p>So, why is it not linking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About / Contact by Jon Anderson</title>
		<link>http://thomasfischer.biz/?page_id=2&#038;cpage=1#comment-12522</link>
		<dc:creator>Jon Anderson</dc:creator>
		<pubDate>Wed, 07 Sep 2011 17:00:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-12522</guid>
		<description>This is very nice. I noticed that backslash needs to be escaped. This means that you need to do a search and replace in your code before using the tool. I tried using it on some code that had a null as part of a string literal, and it cut off everything after that point, presumably because it interpreted the slash zero as an actual null. I second the configuration idea. Bonus points for making it simple to configure via checkboxes/dropdowns/etc, but providing the actual config text as an easy way to copy/paste the config.</description>
		<content:encoded><![CDATA[<p>This is very nice. I noticed that backslash needs to be escaped. This means that you need to do a search and replace in your code before using the tool. I tried using it on some code that had a null as part of a string literal, and it cut off everything after that point, presumably because it interpreted the slash zero as an actual null. I second the configuration idea. Bonus points for making it simple to configure via checkboxes/dropdowns/etc, but providing the actual config text as an easy way to copy/paste the config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to format bytes as a human readable string without branching by thomas</title>
		<link>http://thomasfischer.biz/?p=505&#038;cpage=1#comment-12521</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Tue, 09 Aug 2011 19:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=505#comment-12521</guid>
		<description>thanks to soeren for finding out that &quot;PB&quot; was missing :)</description>
		<content:encoded><![CDATA[<p>thanks to soeren for finding out that &#8220;PB&#8221; was missing <img src='http://thomasfischer.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on x-sendfile patch for SMF 2 by thomas</title>
		<link>http://thomasfischer.biz/?p=364&#038;cpage=1#comment-12064</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Mon, 05 Apr 2010 18:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=364#comment-12064</guid>
		<description>little correction:
[cc lang=&#039;php&#039;]
        // XXX: lighttpd x sendfile optimization
        header(&#039;Content-Length: &#039; . filesize($filename));
        header(&quot;x-sendfile: $filename&quot;);
        die(0);
[/cc]</description>
		<content:encoded><![CDATA[<p>little correction:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">// XXX: lighttpd x sendfile optimization</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/header"><span style="color: #990000;">header</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Content-Length: '</span> <span style="color: #339933;">.</span> <a href="http://www.php.net/filesize"><span style="color: #990000;">filesize</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/header"><span style="color: #990000;">header</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;x-sendfile: <span style="color: #006699; font-weight: bold;">$filename</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/die"><span style="color: #990000;">die</span></a><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORM for c++: some tests by thomas</title>
		<link>http://thomasfischer.biz/?p=361&#038;cpage=1#comment-12062</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Fri, 02 Apr 2010 09:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://thomasfischer.biz/?p=361#comment-12062</guid>
		<description>some user commented on goolge code that this should be working:

try this:
[cc code=&quot;c++&quot;]
//add
template&lt;class C&gt; inline
sql_nvp&lt;C&gt; make_nvp(const char * _name, C &amp; _value){
	return sql_nvp&lt;C&gt;(_name, _value);
}

//modify
//#define HIBERLITE_NVP(Field) hiberlite::sql_nvp&lt; typeof(Field) &gt;(#Field,Field)
#define HIBERLITE_NVP(Field)\
	hiberlite::make_nvp(#Field, Field)
[/cc]

thanks to ddl5200! :)</description>
		<content:encoded><![CDATA[<p>some user commented on goolge code that this should be working:</p>
<p>try this:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">//add<br />
template&lt;class C&gt; inline<br />
sql_nvp&lt;C&gt; make_nvp(const char * _name, C &amp; _value){<br />
&nbsp; &nbsp; return sql_nvp&lt;C&gt;(_name, _value);<br />
}<br />
<br />
//modify<br />
//#define HIBERLITE_NVP(Field) hiberlite::sql_nvp&lt; typeof(Field) &gt;(#Field,Field)<br />
#define HIBERLITE_NVP(Field)\<br />
&nbsp; &nbsp; hiberlite::make_nvp(#Field, Field)</div></td></tr></tbody></table></div>
<p>thanks to ddl5200! <img src='http://thomasfischer.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

