[lazarus] Problems with lazarus CVS
Marc Weustink
marc at dommelstein.net
Sat Nov 15 07:33:49 EST 2003
At 13:29 15-11-2003, Raúl Moratalla wrote:
>Thanks, It sould work ok now, but it gives the next error:
>
>[FORMS.PP] ExceptionOccurred
> Sender=EACCESSVIOLATION
> Exception=Access violation
>TApplication.HandleException Access violation
>TApplication.HideAllFormsWithStayOnTop :TSPLASHFORM
>[FORMS.PP] ExceptionOccurred
[snip]
>A few days ago, I downloaded the rpm package for lazarus and it worked
>good. I removed the package and compiled lazarus from CVS but now I
>can't execute the binary compiled :(
Can you run lazarus from gdb and create a backtrace like :
gdb lazarus
break TAPPLICATION__HANDLEEXCEPTION
run
bt
Marc
More information about the Lazarus
mailing list