Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-19 Thread fredvs
Re-hello. OK, I get a work-around. in /msegui/lib/common/fpccompatibility/mclasses.pas At line 6573 + 6574, comment this: // raise EReadError.CreateFmt(SPropertyException, // [Name, DotSep, Path, e.Message]); Without those lines, the app 64 bit run OK (no crash). But for the app 32

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-19 Thread Martin Schreiber
On Friday 20 July 2018 01:34:24 fredvs wrote: > Aaargh. > > It seems to be a Manjaro+MSE problem. > > Compiling a 64 bit app is ok but running it: > > An unhandled exception occurred at $0060B7BA : > EReadError : Error reading configfo.windowopacity: Unknown property: > "windowopacity" >

Re: [MSEide-MSEgui-talk] Multi-arch problem...

2018-07-19 Thread fredvs
Aaargh. It seems to be a Manjaro+MSE problem. Compiling a 64 bit app is ok but running it: An unhandled exception occurred at $0060B7BA : EReadError : Error reading configfo.windowopacity: Unknown property: "windowopacity" $0060B7BA line 6571 of

Re: [MSEide-MSEgui-talk] tdbenumedit*

2018-07-19 Thread mohamed hamza
Everythink works as expected. Regards. Med De : Martin Schreiber Envoyé : jeudi 19 juillet 2018 04:29 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] tdbenumedit* On Wednesday 18 July 2018 22:31:37 mohamed hamza wrote: > The

[MSEide-MSEgui-talk] Multi-arch problem...

2018-07-19 Thread fredvs
Hello Martin. I try to make my new Linux (Manjaro xfce) 64 bit multi arch work. OK, compiling 32 bit MSE application with fpc32 is OK on the 64 bit OS. But, while running (with gdb) the 32 bit app on the 64 bit system, there is that error + crash: (gdb) run Starting program: