Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-03 Thread Sieghard
Hello fredvs, you wrote on Sat, 2 May 2020 16:25:13 -0700 (MST): > What I did understand is that the policy of MSEgui is to compile all what > could be needed and let, at the end, the linker take what objects is > needed for compilation. That's a nice feature of the linker. > And yes, many

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-03 Thread Graeme Geldenhuys
On 03/05/2020 12:40 am, fredvs wrote: > What I did understand is that the policy of MSEgui is to compile all what > could be needed and let, at the end, the linker take what objects is needed > for linking. 100% correct. When it comes to FPC, unused units in the uses clause it not much of a

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Re-hello Med. > > How is it possible to clean automatically mseide unit from unused > modules in Uses clause. I think I did not understand ok and my previous post has nothing to do with your question. Are you talking of all the units added automatically by the MSEdesigner after the uses

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Ha, it seems to work now, so I retry. Re-re-hello Med. After the answer of Martin , I did some tests: remove all the unused files in the uses section and compare the result of the binary produced after compilation. And I have to admit that it makes no difference, the binaries with all unused

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Re-test to sent a mail. Re-hello Med. > > How is it possible to clean automatically mseide unit from unused > modules in Uses clause. I think I did not understand ok and my previous post has nothing to do with your question. Are you talking of all the units added automatically by the

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread fredvs
Hello Med. Nice to read you. > How is it possible to clean automatically mseide unit from unused modules > in Uses clause. Do you mean before compilation? You may use a script and set it in Project Options - Make - Command before. You may also use the -B parameter (re-build all), but it does

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread mohamed hamza
Hi Fred; How is it possible to clean automatically mseide unit from unused modules in Uses clause. De : fredvs Envoyé : vendredi 1 mai 2020 17:01 À : mseide-msegui-talk@lists.sourceforge.net Objet : [MSEide-MSEgui-talk] Some news from Github issues

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-02 Thread mohamed hamza
Hi Fred; How is it possible to clean automatically mseide unit from unused modules in Uses clause. De : mohamed hamza Envoyé : samedi 2 mai 2020 17:06 À : General list for MSEide+MSEgui Objet : RE: [MSEide-MSEgui-talk] Some news from Github issues. Hi

Re: [MSEide-MSEgui-talk] Some news from Github issues.

2020-05-01 Thread Graeme Geldenhuys
On 01/05/2020 6:01 pm, fredvs wrote: > Thanks to Johann Elsass we have now a bridge that allows to use units > without the need to add 'mclasses' after 'classes'. Well done to all involved. When I saw Martin start fork standard FPC classes, I knew it was going to be a terrible idea. Very glad to

[MSEide-MSEgui-talk] Some news from Github issues.

2020-05-01 Thread fredvs
Hello everybody. Hold on! There was some movement in MSEgui code. We have now a bridge! Before the bridge, if you used a unit that uses 'classes' in uses section, you needed you add 'mclasses', just after 'classes'. This because MSEgui uses his own class definition. Thanks to Johann Elsass