Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-19 Thread Sieghard
Hello fredvs, you wrote on Wed, 18 Mar 2020 15:18:20 -0700 (MST): > Hello Sieghard and others. > > Just by curiosity, do you have try the enum program example with Delphi ? > Sadly I dont have delphi installed any more. No, sorry, at least not an even marginally recent version. Only Delphi 6

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread Roland Chastain
Great! Thank you. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
And for the first msestat file, this is working too: [mainfo.mainstatfile] msedir=/home/fred/msegui A file with only those 2 lines is ok, mseide will fill automatically the missing lines. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
I think you have to check in msesettings.pas -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread Roland Chastain
Hello Fred! Thank you for all the informations. If possible, I would have also liked to know where, in MSEide source code, is the code that creates the configuration file. If you know... For the location of the file under Windows, it's explained here:

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Re_hello Roland. Even better. For first time loading, only this is needed (not needed : [actionsmo.shortcuts] and others, it will be updated by meside himself after close.) So only this in mseideli.sta: [mainfo.mainstatfile] fpcdir= fpclibdir= msedir= // here to fill

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Re-hello Roland: Here a complete "virgo" mseideli.sta file. Only fields msedir=, compiler=, debugger=, exeext=, target=, targetosdir= and printcommand= should be filled by the installer. [[mainfo.mainstatfile] fpcdir= fpclibdir= msedir= mselibdir=${MSEDIR}lib/common/

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Hello Roland. Good news, it will be very easy, you will have to only change the 4th line of mseideli.sta This is mine: [mainfo.mainstatfile] fpcdir= fpclibdir= msedir=/home/fred/mseide-msegui/ // change msedir=/with/your/directory Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
> The first time you run MSEide, the stat file is created, with the default > value assigned (most of them empty). In Linux, it is saved as mseideli.sta in .mseide (directory hidden) /home/you/.mseide/mseideli.sta In Windows is in (not sure) c:/users/fred/Application Data/.mseide/mseideli.sta

Re: [MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread fredvs
Hello Roland > I would like to find the code that is used by MSEide to create the > configuration file. It done by a mse-stat file. The first time you run MSEide, the stat file is created, with the default value assigned (most of them empty). When you load the configuration form and change the

[MSEide-MSEgui-talk] Procedure to create the configuration file of MSEide

2020-03-19 Thread Roland Chastain
Hello! I think of creating an installer for MSEide. I would like to find the code that is used by MSEide to create the configuration file. My idea is to fill automatically the field MSEDIR. I could search by myself but I believe that Fred will probably know that. :) Regards. Roland -- Sent