<br><br><div class="gmail_quote">2009/11/3 Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Tue, 3 Nov 2009 17:18:54 +0900<br>
Dians <<a href="mailto:diansopandi95@gmail.com">diansopandi95@gmail.com</a>> wrote:<br>
<br>
> dear all,<br>
> i got this error<br>
><br>
> Project project1 raised exception class 'EXTERNAL : SIGPFE'<br>
><br>
> this line on LCLProc unit<br>
> if (length(Msg) div (length(Msg) div 10000))=0 then ; // this show<br>
> an error<br>
><br>
> on myform use powerpdf cmponent<br>
<br>
</div></div>This is called when the LCL spots an inconsistency.<br>
Use the debugger and see the Callstack and you will find out, what<br>
you are doing wrong.<br>
<br>
Or: Create a backtrace:<br>
<br>
<a href="http://wiki.lazarus.freepascal.org/Creating_a_Backtrace_with_GDB" target="_blank">http://wiki.lazarus.freepascal.org/Creating_a_Backtrace_with_GDB</a><br>
<br>
Mattias<br>
<font color="#888888"><br>
--</font> </blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font color="#888888">
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</font></blockquote></div><br>thanks mattias for help, I'll learn about it.<br><br>