What we need to do before releasing of 1.7 ?

Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

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

Post 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;
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

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

Post 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.
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

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

Post 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.
Post Reply