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.

Changes between Version 9 and Version 10 of WhatIsNewV201


Ignore:
Timestamp:
Mar 17, 2011, 12:07:42 PM (14 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WhatIsNewV201

    v9 v10  
    1212 1. '''LoadDynLib''': [wiki:LoadDynLib Dynamic linkage of C++ binary libraries]
    1313 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.
    1618 1. '''Crashes''': The number of fatal crashes has been reduced and when happen, system
    1719    gives more information about the problem wich can be avoided or solved more easily.