I have installed FTN95/x64 Ver. 8.10.0 and am getting new error report when running the .exe, that I can not fix ? eg 'Argument number 4 of WINIO@ (Continuation 4) should be an integer at address ...' ( a file name and line number would be much more helpful )
my compile option was ftn95 saplot /window /64 >>ftn95.tce
I changed it to ftn95 saplot /window /64 /inhibit_check 16 >>ftn95.tce
ftn95.cfg in both the local directory and c:\program files (x86) ... /ERROR_NUMBERS /IMPLICIT_NONE /INTL /LOGL
Continuation line 4 is:
i = winio@ ('%^gr[grey, user_resize, rgb_colours, full_mouse_input]&', & ix, iy, & ! screen dimension when not maximised w_handle, & ! window handle defined in crtstart
mouse_back_func) ! ^ call back function for mouse and resize
w_handle is defined in include <JDC_menu.ins>, as: integer(7) w_handle, ptr_RGB_Address ! new /64 declaration for handles
crtstart.f90 is compiled with ftn95 crtstart /windows /64 >>%tce%
Previously with Ver 8.05 I had the error on (Continuation 112) !! so I commented out this last line of winio@ continuations and it worked.
!zz i = winio@ ('%hw', hw_handle) ! return the handle of the current window. INTEGER(7) HD_HANDLE
I now can't shift this error !!
Any clues ?
John