<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Personal - Latest comments</title>
		<link>http://codeka.com/blogs/index.php?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://codeka.com/blogs/index.php?tempskin=_rss2&#38;disp=comments" />
		<description></description>
		<language>en-AU</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.3"/>
		<ttl>60</ttl>
				<item>
			<title>Renato [Visitor] in response to: Pathfinding in Starcraft 2</title>
			<pubDate>Fri, 16 Jul 2010 12:11:48 +0000</pubDate>
			<dc:creator>Renato [Visitor]</dc:creator>
			<guid isPermaLink="false">c14682@http://codeka.com/blogs/</guid>
			<description>what you consider the biggest problems in the pathfinders found in games today? What problem do you consider important to be solved? I also work with this area and I am looking for a problem to solve it.&lt;br /&gt;
=)</description>
			<content:encoded><![CDATA[what you consider the biggest problems in the pathfinders found in games today? What problem do you consider important to be solved? I also work with this area and I am looking for a problem to solve it.<br />
=)]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2010/03/04/pathfinding-in-starcraft-2#c14682</link>
		</item>
				<item>
			<title>Dean Harding [Member] in response to: Pathfinding in Starcraft 2</title>
			<pubDate>Fri, 21 May 2010 06:07:40 +0000</pubDate>
			<dc:creator>Dean Harding [Member]</dc:creator>
			<guid isPermaLink="false">c14667@http://codeka.com/blogs/</guid>
			<description>Nice video, Lu&amp;#237;s!</description>
			<content:encoded><![CDATA[Nice video, Lu&#237;s!]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2010/03/04/pathfinding-in-starcraft-2#c14667</link>
		</item>
				<item>
			<title>Lu&#237;s Talento [Visitor] in response to: Pathfinding in Starcraft 2</title>
			<pubDate>Mon, 26 Apr 2010 21:26:36 +0000</pubDate>
			<dc:creator>Lu&#237;s Talento [Visitor]</dc:creator>
			<guid isPermaLink="false">c14662@http://codeka.com/blogs/</guid>
			<description>check out this video about &quot;Managing Coherent Groups&quot;: vimeo.com/2313515&lt;br /&gt;
&lt;br /&gt;
and keep the good work.</description>
			<content:encoded><![CDATA[check out this video about "Managing Coherent Groups": vimeo.com/2313515<br />
<br />
and keep the good work.]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2010/03/04/pathfinding-in-starcraft-2#c14662</link>
		</item>
				<item>
			<title>Dean Harding [Member] in response to: 64-bit WebDev.WebServer.exe</title>
			<pubDate>Tue, 06 Apr 2010 21:21:55 +0000</pubDate>
			<dc:creator>Dean Harding [Member]</dc:creator>
			<guid isPermaLink="false">c14655@http://codeka.com/blogs/</guid>
			<description>It was a while ago now that I did it, but I think I actually deleted NtlmAuth.cs entirely. Just delete the file, recompile, and delete any references to NtlmAuth in the code. It's only needed if you want to do NTLM authentication and you might not even need it at all (though I guess if you do need it, then you've got a bit of work ahead of you, cause I don't know how to fix that problem ;)&lt;br /&gt;
&lt;br /&gt;
The only thing I can think of is to make sure you're compiling with the &quot;Allow unsafe code&quot; option checked.</description>
			<content:encoded><![CDATA[It was a while ago now that I did it, but I think I actually deleted NtlmAuth.cs entirely. Just delete the file, recompile, and delete any references to NtlmAuth in the code. It's only needed if you want to do NTLM authentication and you might not even need it at all (though I guess if you do need it, then you've got a bit of work ahead of you, cause I don't know how to fix that problem ;)<br />
<br />
The only thing I can think of is to make sure you're compiling with the "Allow unsafe code" option checked.]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2007/06/18/64_bit_webdev_webserver_exe#c14655</link>
		</item>
				<item>
			<title>Peter [Visitor] in response to: 64-bit WebDev.WebServer.exe</title>
			<pubDate>Tue, 06 Apr 2010 20:19:00 +0000</pubDate>
			<dc:creator>Peter [Visitor]</dc:creator>
			<guid isPermaLink="false">c14654@http://codeka.com/blogs/</guid>
			<description>I too am having some issues with the conversion after using reflection. Related to lines 61-65 in the NtlmAuth.cs file. cannot declare pointer to non-unmanaged type void. any ideas?</description>
			<content:encoded><![CDATA[I too am having some issues with the conversion after using reflection. Related to lines 61-65 in the NtlmAuth.cs file. cannot declare pointer to non-unmanaged type void. any ideas?]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2007/06/18/64_bit_webdev_webserver_exe#c14654</link>
		</item>
				<item>
			<title>Rob [Visitor] in response to: 64-bit WebDev.WebServer.exe</title>
			<pubDate>Tue, 23 Mar 2010 22:09:48 +0000</pubDate>
			<dc:creator>Rob [Visitor]</dc:creator>
			<guid isPermaLink="false">c14648@http://codeka.com/blogs/</guid>
			<description>I'm trying to do this exact same thing, but got caught by the &quot;just fix up a few things&quot; step.  Do you have notes of which lines changed in which ways from the reflector version?</description>
			<content:encoded><![CDATA[I'm trying to do this exact same thing, but got caught by the "just fix up a few things" step.  Do you have notes of which lines changed in which ways from the reflector version?]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2007/06/18/64_bit_webdev_webserver_exe#c14648</link>
		</item>
				<item>
			<title>Donnette Kleckner [Visitor] in response to: Mesh Viewer</title>
			<pubDate>Wed, 03 Mar 2010 06:12:47 +0000</pubDate>
			<dc:creator>Donnette Kleckner [Visitor]</dc:creator>
			<guid isPermaLink="false">c14639@http://codeka.com/blogs/</guid>
			<description>I certainly agree especially with the third paragraph.&lt;br /&gt;
&lt;br /&gt;
[This spam was funny, so I've deleted the URL and published anyway :&gt;&gt; - Ed]</description>
			<content:encoded><![CDATA[I certainly agree especially with the third paragraph.<br />
<br />
[This spam was funny, so I've deleted the URL and published anyway :>> - Ed]]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2009/10/10/mesh-viewer-1#c14639</link>
		</item>
				<item>
			<title>Dean Harding [Member] in response to: Got Visual Studio 2008 Professional, Want Profiling?</title>
			<pubDate>Fri, 26 Feb 2010 12:10:35 +0000</pubDate>
			<dc:creator>Dean Harding [Member]</dc:creator>
			<guid isPermaLink="false">c14621@http://codeka.com/blogs/</guid>
			<description>Unfortunately, I don't know the answer to that one.&lt;br /&gt;
&lt;br /&gt;
For .NET profiling, there is &lt;a href=&quot;http://code.google.com/p/slimtune/&quot; rel=&quot;nofollow&quot;&gt;SlimTune&lt;/a&gt; which is shaping up to be pretty good. I believe native code support is planned, but not yet implemented. Maybe you can give it a go and raise an issue re: native code as well...</description>
			<content:encoded><![CDATA[Unfortunately, I don't know the answer to that one.<br />
<br />
For .NET profiling, there is <a href="http://code.google.com/p/slimtune/" rel="nofollow">SlimTune</a> which is shaping up to be pretty good. I believe native code support is planned, but not yet implemented. Maybe you can give it a go and raise an issue re: native code as well...]]></content:encoded>
			<link>http://codeka.com/blogs/index.php/2009/03/21/got-visual-studio-2008-professional-want#c14621</link>
		</item>
			</channel>
</rss>
