Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-02 Thread code dz
Hi Fred i tried with fpc trunk last night , but seems the problem still remains i also removed cmem unit but nothings changed .anyways i'll try to debug mseide and tell you later on , by the way , the button of select fpc dir in mseide config dialig is not working .

Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-02 Thread Fred van Stappen
Re-hello Code DZ. I did try mseide.exe -O3 via Wine ( Windows emulator on Linux ) and it seems ok here. (not yet try on a real Windows machine.) But, could you try this: in mseide.pas, in "uses" section, remove "cmem," unit and recompile mseide with -O3 -B. Do you get still crash? Fre;D

Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-02 Thread Fred van Stappen
Hello Code DZ. Hum, I did try here on Linux Debian 11 64 bit + fpc 3.2.2 + O3 and all seems ok, compiling a application, run+debug it and close mseide. Sadly I dont have a Windows machine to try right now. Note that I never use -O3, I always has problems with fpc since I use it ( 2010 ). Note

Re: [MSEide-MSEgui-talk] Release 5.6.6.

2022-03-02 Thread code dz
Hi Fred i just rebuild mseide with -O3 , i am using fpc 3.2.2 on windows7 32bits the problem now is whenever i compiling new prject then mseide hung and don't respond until i kill its process . then i rebuild mseide with -O2 and every things return working fine , i don't know if tou