What is new in Tol 1.1.7 bridge
This is an exceptional release created to make easier upgrading from 1.1.7 to 2.1.0 It includes some new features of 2.1.0 that can be used by user to port their own TOL code.
Macro #Embed
This macro is an alternative to function Include
to avoid some problems using declarated Struct's as type of arguments.
Function Include
acts at "evaluation time", returning a Set, and so some parser status are not well defined.
Macro #Embed is equivalent to C-C++ #Include
, is to say, is the same that copy the text of embeded file in the caller file.