Gambas 3.14.2
What's new?
This release mainly includes a fix of the Message class that disturbs a lot of people.
Compilation and installation
Read the instructions
there.
If everything was fine, type "gambas3" to run the development environment.
Enjoy it !
Changelog
INTERPRETER
-
Fix Find() method on Float, Single, and Long arrays.
GB.DB.POSTGRESQL
-
Compile with PostgreSQL 12
GB.GUI.BASE
-
Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt.