Page 2 of 2

Re: What we need to do before releasing of 1.7 ?

Posted: Tue Jan 19, 2016 5:00 pm
by Ivan Denisov
B21 is already adopted.

HostWindows.CreateMainWindows has WinApi.CS_VREDRAW + WinApi.CS_HREDRAW

Code: Select all

class.style := WinApi.CS_VREDRAW + WinApi.CS_HREDRAW + WinApi.CS_DBLCLKS + WinApi.CS_OWNDC;

Re: What we need to do before releasing of 1.7 ?

Posted: Tue Jan 19, 2016 5:04 pm
by Ivan Denisov
OberonCore B22 is also not need to be applied.

This is the test program.

Code: Select all

MODULE TestTest;

       VAR
         z  :  REAL;
       BEGIN
         z  :=  ‰108.3;

END TestTest.

Re: What we need to do before releasing of 1.7 ?

Posted: Sat Apr 02, 2016 8:23 am
by Ivan Denisov
As I can see on lists all is done. I moving this topic to archive.
If I am wrong, please give your comments.