<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">I will create a bug report.<br>
Basically, after removing block by block and test again, the cause
seems to be :<br>
-in a unit<br>
-define a class with a method with inline directive<br>
-in that method implementation, create a try except end block and in
the except section, do some assignment involving the exception object<br>
<br>
try<br>
except<br>
on E: exception do begin<br>
localVar := E.Message;<br>
end;<br>
end;<br>
<br>
<br>
</font><br>
Mattias Gaertner wrote:
<blockquote cite="mid:20130729190823.7e5faeb9@limapholos" type="cite">
<pre wrap="">On Tue, 30 Jul 2013 00:46:16 +0800
Dennis Poon <a class="moz-txt-link-rfc2396E" href="mailto:dennis@avidsoft.com.hk"><dennis@avidsoft.com.hk></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">What does that mean?
The IDE's selected line stopped at the end of a unit of my project.
</pre>
</blockquote>
<pre wrap="">
'internal errors' mean you found a bug in the compiler.
Please create a bug report and attach a sample program to reproduce the
error. Such errors are usually fixed quickly.
Mattias
_______________________________________________
fpc-pascal maillist - <a class="moz-txt-link-abbreviated" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a>
-----
No virus found in this message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 2013.0.3349 / Virus Database: 3209/6528 - Release Date: 07/28/13
</pre>
</blockquote>
</body>
</html>