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:
-
Mar 17, 2011, 12:07:42 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
12 | 12 | 1. '''LoadDynLib''': [wiki:LoadDynLib Dynamic linkage of C++ binary libraries] |
13 | 13 | 1. '''CINT''': Embeding interpreted C/C++ in TOL to speed some large cycles. |
14 | | 1. '''#Embed''': Inserts the TOL code of a file in another one avoiding some |
15 | | problems in parsing with structures that are not recognized using {{{Include}}} function |
| 14 | 1. '''#Embed''': This macro is an alternative to function Include to avoid some problems using |
| 15 | declarated Struct's as type of arguments. Function Include acts at "evaluation time", returning |
| 16 | a Set, and so some parser status are not well defined. Macro #Embed is equivalent to C-C++ |
| 17 | #Include, is to say, is the same that copy the text of embeded file in the caller file. |
16 | 18 | 1. '''Crashes''': The number of fatal crashes has been reduced and when happen, system |
17 | 19 | gives more information about the problem wich can be avoided or solved more easily. |