close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 23, 2009, 4:22:17 PM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | = What is new in Tol 1.1.7 bridge = |
| 2 | |
| 3 | This is an exceptional release created to make easier upgrading from 1.1.7 to 2.1.0 |
| 4 | It includes some new features of 2.1.0 that can be used by user to port their own TOL code. |
| 5 | |
| 6 | == Macro #Embed == |
| 7 | This macro is an alternative to function {{{Include}}} to avoid some problems using declarated Struct's as type of arguments. |
| 8 | Function {{{Include}}} acts at "evaluation time", returning a Set, and so some parser status are not well defined. |
| 9 | 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. |