
FTN95 Express gives you:
FTN95 power including CHECKMATE our unrivalled bug spotting technology.
Visual Studio IDE with syntax highlighting, macros, integrated build, debugger and online help.
FTN95 Express will install the Visual Studio Shell and FTN95 Personal Edition. If you own FTN95 then you do not want to install the Personal Edition part of FTN95 Express
v6.3 [Jul 19, 2012]
.cs files can now be included in a DBK_LINK2/4 command line in order to transmit assembly attributes to the exe/dll.
/CHECK argument checking now extended to module subprograms.
/LINK with /DEBUG now activates /3GB in SLINK.
ASSEMBLEY_INTERFACE now allows ARRAY="REF" (default ARRAY="NET") to allow star-sized arrays to be passed only as a reference to the first element of each array in the argument list.
Clearwin : Two new functions have been added to the library as an alternative or addition to %gr[user_surface]. These are CREATE_USER_SURFACE@ and SELECT_USER_SURFACE@. The associated %gr is identified by its Windows handle (see %lc) and the programmer must store the associated device context and DIB pointer.
CALL CREATE_USER_SURFACE@(width, height, hdc, ptr) !(inputs width and height and returns hdc and ptr - all INTEGERs)
ia = SELECT_USER_SURFACE@(hwnd, hdc, ptr) !(inputs all arguments and returns non-zero value on success)
Clearwin : New standard callback HELP_LOOKUP added. This takes two character strings. The first is the full path of a .CHM help file. The second is the keyword that identifies the topic that is to be displayed. This keyword must be included in the .HHK file that forms part of a Microsoft project to compile the .CHM file. Note: HELP_CONTENTS can already be used with .CHM files.
The Remote Debugger Installation is intended for computers without Visual Studio