PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8011 Location: Salford, UK
|
Posted: Sat May 05, 2018 7:25 am Post subject: FTN95 beta testing |
|
|
The latest FTN95 and DLLs are available for beta testing via the following download link. This is for users who have v8.30 and want to test the latest fixes. The demo program has not changed. It should be extracted to its own folder.
Please be careful to create backup versions and make sure that each file is copied to the relevant installation folder.
The download includes a new clearwin.ins but not the corresponding mod files. Declarations (bindings) for new routines can be extracted from clearwin.ins.
https://www.dropbox.com/s/eosju489vghv4i7/Beta169.zip?dl=0
Please note the following corrections to files in this download.
1) The subject of topic 407 in clwplus.enh should be SELECT_GRAPHICS_OBJECT@ and not SELECT_GRAPHICS_REGION@
2) The following lines should have been included in clearwin.ins...
Code: | C_EXTERNAL GET_CURRENT_GRAPHICS_REGION@ &
&'__get_current_graphics_region' :INTEGER(7)
C_EXTERNAL SELECT_GRAPHICS_REGION@ '__select_graphics_region' &
&(VAL) :INTEGER*4
C_EXTERNAL WINOP_FUN@ '__winop_fun'(INSTRING,REF) |
|
|