i now use this destructor:
--
destructor TGtk2WidgetSet.Destroy;
begin
if assigned(im_context) then
g_object_unref(im_context);
im_context:=nil;
im_context_widget:=nil;
inherited Destroy;
end;
--
now there is
2009/4/17 Vincent Snijders :
> Henry Vermaak schreef:
>>> 596 ldrd r0,[r0]
>>
>> hmm, this looks like the wrong syntax for ldrd, maybe it should be "ldr"?
>>
>
> I don't know the arm instruction set, but this could be a deliberate illegal
> instruction to test what type of arm processor is
Benedikt Schindler schreef:
i recompiled the hole fpc with the option "-gl" and the patch Paul
Ishenin mentioned.
there is still a problem with programms, that wonna use windows.
console prorgamms just work fine.
if i try to run a lazarus programm i get this backtrace.
Program received signa
Henry Vermaak schreef:
2009/4/17 Benedikt Schindler :
i recompiled the hole fpc with the option "-gl" and the patch Paul Ishenin
mentioned.
there is still a problem with programms, that wonna use windows.
console prorgamms just work fine.
if i try to run a lazarus programm i get this backtrace.
2009/4/17 Benedikt Schindler :
> i recompiled the hole fpc with the option "-gl" and the patch Paul Ishenin
> mentioned.
> there is still a problem with programms, that wonna use windows.
> console prorgamms just work fine.
>
> if i try to run a lazarus programm i get this backtrace.
>
>
>
> --
i recompiled the hole fpc with the option "-gl" and the patch Paul
Ishenin mentioned.
there is still a problem with programms, that wonna use windows.
console prorgamms just work fine.
if i try to run a lazarus programm i get this backtrace.
---
(gd