Page 27 of 30

Re: HMG 3.4.3

Posted: Mon Mar 27, 2017 4:03 pm
by srvet_claudio
Rathinagiri wrote: Mon Mar 27, 2017 2:49 pm Until now the new version of IDE didn't give problems. I will confirm after using tomorrow also.
Thanks for the info.

In the earlier version of the IDE I had for error HMG compiled with incremental enabled and with debuginfo in on.

Re: HMG 3.4.3

Posted: Mon Mar 27, 2017 4:22 pm
by mol
I'm testing this version of IDE, too.
I haven' t problems in previous versio, current working ok too.

Re: HMG 3.4.3

Posted: Mon Mar 27, 2017 5:16 pm
by srvet_claudio
mol wrote: Mon Mar 27, 2017 4:22 pm I'm testing this version of IDE, too.
I haven' t problems in previous versio, current working ok too.
Thanks

Re: HMG 3.4.3

Posted: Mon Mar 27, 2017 6:45 pm
by Pablo César
Rathinagiri wrote: Mon Mar 27, 2017 2:49 pm Until now the new version of IDE didn't give problems. I will confirm after using tomorrow also.
+1

Re: HMG 3.4.3

Posted: Mon Mar 27, 2017 7:32 pm
by srvet_claudio
Pablo César wrote: Mon Mar 27, 2017 6:45 pm
Rathinagiri wrote: Mon Mar 27, 2017 2:49 pm Until now the new version of IDE didn't give problems. I will confirm after using tomorrow also.
+1
Thanks

Re: HMG 3.4.3

Posted: Tue Mar 28, 2017 7:56 am
by Karl
Hi Claudio,

the recent version of IDE froze every time after 15-20 cycles of compiling. With your new version it doesn´t happen and I´m very happy.

Thanks a lot.

Have a good day
Karl

WIN 7 Pro 64-bit, HMG 3.4.3 IDE 1.2a

Re: HMG 3.4.3

Posted: Tue Mar 28, 2017 11:45 am
by srvet_claudio
Karl wrote: Tue Mar 28, 2017 7:56 am Hi Claudio,

the recent version of IDE froze every time after 15-20 cycles of compiling. With your new version it doesn´t happen and I´m very happy.

Thanks a lot.

Have a good day
Karl

WIN 7 Pro 64-bit, HMG 3.4.3 IDE 1.2a
Thanks

Re: HMG 3.4.3

Posted: Tue Mar 28, 2017 11:58 am
by salamandra
srvet_claudio wrote: Wed Mar 22, 2017 2:19 pm
salamandra wrote: Wed Mar 22, 2017 2:08 pm Hi Dr Claudio,
Thank you very much for your help !!

Is a very strange error, libwinpthread-1.dll is need because the pthread lib is not linked in static mode, the hbmk2 directive -ldflag="-pthread -static -lpthread" has not efect. What is your Windows versión and your compile is in ANSI o Unicode?

Please try change in your build.bat
-ldflag="-pthread -static -lpthread"

For:
-ldflag="-pthread -static-libgcc -static-libstdc++ -static -lpthread"
I did what you suggested and the problem with libwinpthread-1.dll was solved. ;) ;)

My working environment: Windows 7, 32 bits, libraries compiled in ANSI mode, HMG installed in the local disk (c:\) and my working (sources) and running directory for the compiled program it is located in a Network drive.

I have downloaded this install package HMG3.4.3, applied Pack 1,built libraries, applied pack 2 and built libraries again.

Another strange fact: yesterday I did some tests with HMG versions 3.4.0., 3.4.1 and 3.4.2 and the problem with HMG_GridInPlaceEdit() also occurs exactly the same way.

TIA,
[]´s Salamandra
Please post a small demo that show the bug in HMG_GridInPlaceEdit()
Ok Dr Claudio, I'll try to do.



[]´s Salamandra

Re: HMG 3.4.3

Posted: Wed Mar 29, 2017 3:38 am
by Pablo César
Hi Claudio,

I am sorry to tell you IDE crashed again with this last version 1.2a :|

Crashed at begining of this night.

I've used a lot today, was not so frequently (twince in probably 60 compilations). I do not the number exactly.

I will prepare a counter and when I know it's crashed, I can turn on to zero again for finally to report to you.

Re: HMG 3.4.3

Posted: Wed Mar 29, 2017 4:27 am
by Pablo César
Hi All,

I just prepared CountCompile.exe to count the number of compilations for who wish to help us to find the number of compilations with IDE.

For more details how to install it and use, please read this: viewtopic.php?p=50582#p50582