Re: [MSEide-MSEgui-talk] Out-of-the-box package with fpgui, msegui and mse-fpc included.

2020-04-09 Thread fredvs
> Anyway it is extremely difficult to explain In short, according: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html 3.1.1. Shared Library Names Every shared library has a special name called the ``soname''. The soname has the prefix ``lib'', the name of the library, the phrase

Re: [MSEide-MSEgui-talk] Out-of-the-box package with fpgui, msegui and mse-fpc included.

2020-04-09 Thread fredvs
> _What_ "bug"? The bug is that fpc does not allow to link a library with soname with number. For example it is not possible to link libX11.so.6 when using "external". Fpc will strip the code into libX11.so, without the so number. You are obliged to create a symlink libX11.so that point to ink

Re: [MSEide-MSEgui-talk] Out-of-the-box package with fpgui, msegui and mse-fpc included.

2020-04-09 Thread Sieghard
Hello fredvs, you wrote on Thu, 9 Apr 2020 03:57:16 -0700 (MST): > I am thinking to create a package for the Raspbian Pi that includes > msegui, fpgui and fpc binary. You mean, "for Raspbian (distribution) for the Raspberry Pi" (hardware)? Yes, that's certainly interesting, although it

Re: [MSEide-MSEgui-talk] Out-of-the-box package with fpgui, msegui and mse-fpc included.

2020-04-09 Thread fredvs
Hello Everybody. GTK, Qt and KDE have recently change their licenses, it is much more restrictive now. Maybe the opportunity for people to try other widgetset more open, like fpGUI or MSEgui... Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-09 Thread fredvs
> Adding dscheckfilter to tdatasetstate is then not necessary in this new version 5. Yes, of course it is necessary, because later in code, dscheckfilter is called (a that generated the warning before). By the way, now you may check if the data is busy to check the filter, not sure if it is

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-09 Thread fredvs
Hello Med. In source from 5.0., you will see that dscheckfilter is commented now at line 55 //dscheckfilter = ord(high(tdatasetstate)) + 1; It is defined now in mdb.pas at line 57 TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey, dsCalcFields, dsFilter, dsNewValue,

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-09 Thread fredvs
Hello Med. So happy to read you! > What do you think ? That is great that you jump into code and test it. Of course please if you see something wrong, fix it. Do you have a Github account? The fixes are about wrong use of enumeration. dsCheckFiler is a example, in original code it is declared

Re: [MSEide-MSEgui-talk] Error compiling with 5.0

2020-04-09 Thread mohamed hamza
Hello Fred, Did you notice that dsCheckFiler is defined as a const at: msebufdataset.pas line 55 . Adding dscheckfilter to tdatasetstate is then not necessary in this new version 5.0 . What do you think ? Regards. Med

[MSEide-MSEgui-talk] Out-of-the-box package with fpgui, msegui and mse-fpc included.

2020-04-09 Thread fredvs
Hello everybody. I am thinking to create a package for the Raspbian Pi that includes msegui, fpgui and fpc binary. The idea is to provide a package out of the box, that people can use directly, without any need to install any dependencies. Sadly for that the original fpc binary is not suited