<?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>EurekaLog Blog</title>
	<atom:link href="http://blog.eurekalog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eurekalog.com</link>
	<description>A blog about the EurekaLog tool</description>
	<lastBuildDate>Tue, 02 Mar 2010 08:00:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New EurekaLog 6.0.23 is out</title>
		<link>http://blog.eurekalog.com/new-eurekalog-6-0-23-is-out/</link>
		<comments>http://blog.eurekalog.com/new-eurekalog-6-0-23-is-out/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 08:00:26 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[EL 6.x]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=337</guid>
		<description><![CDATA[We are pleased to announce the availability of the new 6.0.23 version.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/new-eurekalog-6-0-23-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catching memory leaks, redux</title>
		<link>http://blog.eurekalog.com/catching-memory-leaks-redux/</link>
		<comments>http://blog.eurekalog.com/catching-memory-leaks-redux/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 02:00:54 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[memory leaks]]></category>
		<category><![CDATA[other tools]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=323</guid>
		<description><![CDATA[I tried to discuss things, that I've missed last time.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/catching-memory-leaks-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That annoying &#8220;Source file not found&#8221; dialog</title>
		<link>http://blog.eurekalog.com/that-source-file-not-found-dialog/</link>
		<comments>http://blog.eurekalog.com/that-source-file-not-found-dialog/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 18:30:00 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/that-source-file-not-found-dialog/</guid>
		<description><![CDATA[If you don’t have Enterprise edition of EurekaLog (the one, that comes with sources) – sometimes you may encounter “Source file not found” dialog. This article explains what it is and what you can do with it.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/that-source-file-not-found-dialog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tips &amp; Tricks in EurekaLog, part 1</title>
		<link>http://blog.eurekalog.com/tips-tricks-part-1/</link>
		<comments>http://blog.eurekalog.com/tips-tricks-part-1/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 10:50:57 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[customizations]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=298</guid>
		<description><![CDATA[Many our customers often ask trivial questions about how to do different things with EurekaLog. Well, we have a bit of documentation (chm-file and online one), which describes some public internals, which you can use to customize default behavior. Apparently, this is “dictionary”-like style documentation. In order to use it, you must study all pieces and then come with some way of putting them together to get the desired behavior. Looks like this is too much work for many people, as they continue to ask trivia questions like “My application runs in unattended environment. How can I disable EurekaLog's dialog?”.

So, I've planned few posts about typical usage cases and how you can implement them. This will be sort of Q&#038;A/FAQ-style articles. There are simple questions and answers on them. Answers usually include changing project options or writing a simple bits of code (usually events handlers). Here goes part one.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/tips-tricks-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EurekaLog for VisualStudio</title>
		<link>http://blog.eurekalog.com/eurekalog-for-visualstudio/</link>
		<comments>http://blog.eurekalog.com/eurekalog-for-visualstudio/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 11:26:54 +0000</pubDate>
		<dc:creator>Boro</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bug reports]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[Other places]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=279</guid>
		<description><![CDATA[After months of sleepless nights spent in front of the PC monitors trying to implement on time every single feature the marketing team promised, the countless remarks from the QA team and the reports of weird behavior by the beta testers, the product is finally finished, polished, packed in a pretty box and decorates the store shelves. In the meantime, you and your team celebrate release 1.0 of the latest hottest software. There's just the users test to be passed and the job's done perfectly... at least, until requirements for release 2.0 arrive. Well, not quite. Sub releases exist for a reason...]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/eurekalog-for-visualstudio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting support from EurekaLog team</title>
		<link>http://blog.eurekalog.com/getting-support-from-eurekalog-team/</link>
		<comments>http://blog.eurekalog.com/getting-support-from-eurekalog-team/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:36:31 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[non-technical]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=254</guid>
		<description><![CDATA[This one post describes where you can get support from EurekaLog team. And how to avoid common mistakes, that may slow down processing of your request. May be it contains few complaints from me, but I tried to avoid them :D]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/getting-support-from-eurekalog-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New EurekaLog 6.0.21 is out</title>
		<link>http://blog.eurekalog.com/new-eurekalog-6021-is-out/</link>
		<comments>http://blog.eurekalog.com/new-eurekalog-6021-is-out/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:04:49 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[EL 6.x]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=249</guid>
		<description><![CDATA[We are pleased to announce the availability of the new 6.0.21 version.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/new-eurekalog-6021-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check your Delphi’s installation – it may be infected</title>
		<link>http://blog.eurekalog.com/check-your-delphis-installation-it-may-be-infected/</link>
		<comments>http://blog.eurekalog.com/check-your-delphis-installation-it-may-be-infected/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:25:28 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[external]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=244</guid>
		<description><![CDATA[If you have strange unexplained runtime error 3 on some machines - read this post immediately! If you haven't - check it out anyway.
There is a virus, that infects Delphi installations, so any application, compiled in infected Delphi, will be also infected.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/check-your-delphis-installation-it-may-be-infected/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>(Re)Installation of EurekaLog</title>
		<link>http://blog.eurekalog.com/reinstallation-of-eurekalog/</link>
		<comments>http://blog.eurekalog.com/reinstallation-of-eurekalog/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:14:00 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[EL 6.x]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=237</guid>
		<description><![CDATA[The new RC is going out today, so I decided that it’s perfect time to write about (re)installation process. Some of you may have troubles with it, while most other don’t.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/reinstallation-of-eurekalog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to read bug-reports</title>
		<link>http://blog.eurekalog.com/how-to-read-bug-reports/</link>
		<comments>http://blog.eurekalog.com/how-to-read-bug-reports/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 05:31:20 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Access Violation]]></category>
		<category><![CDATA[bug reports]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[memory leaks]]></category>
		<category><![CDATA[other tools]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=230</guid>
		<description><![CDATA[Well, recently I’ve noticed that there are many people, who have certain difficulties with reading and/or understanding bug-reports. There are many related questions both on support and forums. While it is quite surprising for me, it looks like there is a problem, which need to be solved.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/how-to-read-bug-reports/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Catching memory leaks</title>
		<link>http://blog.eurekalog.com/catching-memory-leaks/</link>
		<comments>http://blog.eurekalog.com/catching-memory-leaks/#comments</comments>
		<pubDate>Tue, 26 May 2009 20:32:30 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Access Violation]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[memory leaks]]></category>
		<category><![CDATA[other tools]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=198</guid>
		<description><![CDATA[Before return to discussion of other ways to catch "bad" pointers - I wanted to talk about memory leaks and tools for its diagnostics. As we'll see later, this topic is very close related to our previous talk.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/catching-memory-leaks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Access Violation in details</title>
		<link>http://blog.eurekalog.com/access-violation-in-details/</link>
		<comments>http://blog.eurekalog.com/access-violation-in-details/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:00:07 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Access Violation]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[bug reports]]></category>
		<category><![CDATA[EL 6.x]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=177</guid>
		<description><![CDATA[Exception of class EAccessViolation is most common error in Delphi applications. Today I want to discuss it, its reasons and how to deal with it. This post mostly for newbies.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/access-violation-in-details/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New EurekaLog 6.0.20 is out</title>
		<link>http://blog.eurekalog.com/150/</link>
		<comments>http://blog.eurekalog.com/150/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 09:04:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[EL 6.x]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=150</guid>
		<description><![CDATA[After a bit more of one month since the last release of EurekaLog, we are pleased to announce the availability of the new 6.0.20 version.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why should you always use FreeAndNil instead of Free.</title>
		<link>http://blog.eurekalog.com/why-should-you-always-use-freeandnil-instead-of-free/</link>
		<comments>http://blog.eurekalog.com/why-should-you-always-use-freeandnil-instead-of-free/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:00:28 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Access Violation]]></category>
		<category><![CDATA[best practice]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=135</guid>
		<description><![CDATA[The subject is actually speaks for itself. I want to discuss the idea of using FreeAndNil everywhere instead of Free. Give proper arguments to this idea and consider, how EurekaLog fits here too.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/why-should-you-always-use-freeandnil-instead-of-free/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Optimal project settings</title>
		<link>http://blog.eurekalog.com/optimal-project-settings/</link>
		<comments>http://blog.eurekalog.com/optimal-project-settings/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 19:10:53 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[bug reports]]></category>
		<category><![CDATA[compiling]]></category>
		<category><![CDATA[how it works]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=122</guid>
		<description><![CDATA[Today I want to discuss a different project's settings, which can affect debugging and reporting in your Delphi application.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/optimal-project-settings/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>EurekaLog for Shareware developers</title>
		<link>http://blog.eurekalog.com/eurekalog-for-shareware-developers/</link>
		<comments>http://blog.eurekalog.com/eurekalog-for-shareware-developers/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 10:00:41 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[additional features]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[shareware]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=60</guid>
		<description><![CDATA[Today I want to browse EurekaLog's features that is related to shareware developers.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/eurekalog-for-shareware-developers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Compiling from the Command Line</title>
		<link>http://blog.eurekalog.com/compiling-from-the-command-line/</link>
		<comments>http://blog.eurekalog.com/compiling-from-the-command-line/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 08:00:22 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[compiling]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=35</guid>
		<description><![CDATA[One of the areas where questions often arise is in compilation from the command line. So I thought we would have a closer look at how command line compilation works, why it is needed and what the various options are available when you need to use it.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/compiling-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>EurekaLog&#8217;s anti-freeze feature</title>
		<link>http://blog.eurekalog.com/eurekalogs-anti-freeze-feature/</link>
		<comments>http://blog.eurekalog.com/eurekalogs-anti-freeze-feature/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 08:00:21 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[additional features]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[memory leaks]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=6</guid>
		<description><![CDATA[As you know, EurekaLog is a great tool to catch exceptions in your application. Though there are some cases which you want to consider as "bugs", but there is no exception to catch it! 
For example, consider your application is deadlocking. How about endless cycle which loads CPU core up to 100%? What about do not updating your UI for 10 minutes? Are those issues bugs or not?
Yes, all these cases are bugs in your application. But no exception is raised in such cases - your application simply stops working. Those cases can be very nasty and hard to diagnose, because your application doesn't show any error message and doesn't generate any log files. 

So, how can you catch them? ]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/eurekalogs-anti-freeze-feature/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Integrating SmartInspect and EurekaLog</title>
		<link>http://blog.eurekalog.com/integrating-smartinspect-and-eurekalog/</link>
		<comments>http://blog.eurekalog.com/integrating-smartinspect-and-eurekalog/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 16:38:39 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[other tools]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=78</guid>
		<description><![CDATA[[Link to external resource]
Integrating SmartInspect's logging capabilities and EurekaLog's exception reporting mechanism is a great way to improve the reliability of your Delphi applications. Used together, these two tools allow you to easily report and solve errors that your customers and users experience.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/integrating-smartinspect-and-eurekalog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to our new blog!</title>
		<link>http://blog.eurekalog.com/hello-world/</link>
		<comments>http://blog.eurekalog.com/hello-world/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:43:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Random thoughts]]></category>
		<category><![CDATA[non-technical]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=1</guid>
		<description><![CDATA[Welcome to the new EurekaLog blog! This is your place for most useful information about EurekaLog.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
