<?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"
	>
<channel>
	<title>Comments on: Visual C++ exception handling</title>
	<atom:link href="http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/</link>
	<description>Software, the Internet and you.</description>
	<pubDate>Sat, 05 Jul 2008 12:39:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Raghavan</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-73271</link>
		<dc:creator>Raghavan</dc:creator>
		<pubDate>Sat, 28 Jun 2008 11:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-73271</guid>
		<description>Hi, 

This article well describes the Exception Handling in C++. I am able to understand it very well. Is there any way we can get the File and line no where exception occured ?

Raghavan</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This article well describes the Exception Handling in C++. I am able to understand it very well. Is there any way we can get the File and line no where exception occured ?</p>
<p>Raghavan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushil</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-42178</link>
		<dc:creator>Sushil</dc:creator>
		<pubDate>Fri, 07 Dec 2007 19:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-42178</guid>
		<description>There is a pblm with me...that I want to upgrade a project that is successfully compiling in C++ compiler 5.02...I want to compile it in C++ builer 6.0..but it gives error..as in this project try and except is used ...error is for except()...and error is "catch expected"...what I do to resolve this error...help me</description>
		<content:encoded><![CDATA[<p>There is a pblm with me&#8230;that I want to upgrade a project that is successfully compiling in C++ compiler 5.02&#8230;I want to compile it in C++ builer 6.0..but it gives error..as in this project try and except is used &#8230;error is for except()&#8230;and error is &#8220;catch expected&#8221;&#8230;what I do to resolve this error&#8230;help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic C</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-40476</link>
		<dc:creator>Dominic C</dc:creator>
		<pubDate>Wed, 07 Nov 2007 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-40476</guid>
		<description>Excellent article, a must!</description>
		<content:encoded><![CDATA[<p>Excellent article, a must!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Motti Lanzkron</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-28286</link>
		<dc:creator>Motti Lanzkron</dc:creator>
		<pubDate>Mon, 28 May 2007 13:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-28286</guid>
		<description>VS8 allows you to keep the (bad) old behaviour by using the /EHa flag (project properties -&#62; C/C++ -&#62; Enable C++ Exceptions = Yes with SEH Exceptions)</description>
		<content:encoded><![CDATA[<p>VS8 allows you to keep the (bad) old behaviour by using the /EHa flag (project properties -&gt; C/C++ -&gt; Enable C++ Exceptions = Yes with SEH Exceptions)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McM</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-26400</link>
		<dc:creator>John McM</dc:creator>
		<pubDate>Mon, 30 Apr 2007 22:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-26400</guid>
		<description>Great description of a potentially tricky issue.  I rarely read such well written pieces.

The C++ boost (v 1.33.1) unit testing library pre-built didn't get built with the 'async exception model' and  couple of the self-tests broke in a way which I think you've just explained for me.

Also, good font and layout choice, which made it not only worthwhile to read, but also pleasant to read.</description>
		<content:encoded><![CDATA[<p>Great description of a potentially tricky issue.  I rarely read such well written pieces.</p>
<p>The C++ boost (v 1.33.1) unit testing library pre-built didn&#8217;t get built with the &#8216;async exception model&#8217; and  couple of the self-tests broke in a way which I think you&#8217;ve just explained for me.</p>
<p>Also, good font and layout choice, which made it not only worthwhile to read, but also pleasant to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennett</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-18340</link>
		<dc:creator>Bennett</dc:creator>
		<pubDate>Thu, 08 Feb 2007 10:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-18340</guid>
		<description>Jason, it can take a bit of investigation and preparation to set everything up, but once you get it working it's really nice. Now you too can recover from null pointer references, just like all your fancy C# friends!</description>
		<content:encoded><![CDATA[<p>Jason, it can take a bit of investigation and preparation to set everything up, but once you get it working it&#8217;s really nice. Now you too can recover from null pointer references, just like all your fancy C# friends!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Powell</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-18214</link>
		<dc:creator>Jason Powell</dc:creator>
		<pubDate>Wed, 07 Feb 2007 18:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-18214</guid>
		<description>Thanks for the information.  The Microsoft documents are very misleading to an exception handling newbie.</description>
		<content:encoded><![CDATA[<p>Thanks for the information.  The Microsoft documents are very misleading to an exception handling newbie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennett</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-13380</link>
		<dc:creator>Bennett</dc:creator>
		<pubDate>Fri, 29 Dec 2006 20:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-13380</guid>
		<description>Packia, as I said: "The EXCEPTION_POINTERS structure that gets passed to win32_exception::translate() contains a lot of other information. In particular, you can use it to get a stack trace..."

Try looking up EXCEPTION_POINTERS on &lt;a href="http://msdn2.microsoft.com/" rel="nofollow"&gt;MSDN Library&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Packia, as I said: &#8220;The EXCEPTION_POINTERS structure that gets passed to win32_exception::translate() contains a lot of other information. In particular, you can use it to get a stack trace&#8230;&#8221;</p>
<p>Try looking up EXCEPTION_POINTERS on <a href="http://msdn2.microsoft.com/" rel="nofollow">MSDN Library</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Packia</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-13335</link>
		<dc:creator>Packia</dc:creator>
		<pubDate>Fri, 29 Dec 2006 08:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-13335</guid>
		<description>Good article. Helps me!

Please provide information about getting stack trace</description>
		<content:encoded><![CDATA[<p>Good article. Helps me!</p>
<p>Please provide information about getting stack trace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Klinik</title>
		<link>http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/#comment-11345</link>
		<dc:creator>Markus Klinik</dc:creator>
		<pubDate>Tue, 12 Dec 2006 13:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/plusplus/20050421/visual-c-exception-handling/#comment-11345</guid>
		<description>Yes, you are right. Sorry.</description>
		<content:encoded><![CDATA[<p>Yes, you are right. Sorry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
