Changes between Version 8 and Version 9 of Docs/Prog/Manual/ApplicationLibraries/lib825


Ignore:
Timestamp:
01/27/15 13:22:57 (9 years ago)
Author:
travis_l
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825

    v8 v9  
    11= Standard 825 Library with Application class (lib825) =
    22
    3 The standard library (lib825) is a collection of Cardinal utilities that simplifies the process of writing code for the [[wiki:WikiStart Cardinal 825]]. The library is distributed free of charge and available here to download.
     3The standard library (lib825) is a collection of Cardinal utilities that simplifies the process of writing code for the [WikiStart Cardinal 825]. The library is distributed free of charge and available here to download.
    44
    5 This library contains all of the same functions as the newer lib825ev library http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev#Standard825LibrarywithEVENTfeatureslib825ev plus it contains the ''Application'' and ''DynamicForm'' classes. Applications using ''Application'' or ''DynamicForm'' classes will be required to link to this library. The ''Application'' class is an alternative to the event based programming model preferred for the lib825ev library.
     5This library contains all of the same functions as the newer lib825ev library http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev#Standard825LibrarywithEVENTfeatureslib825ev plus it contains the ''Application'' and ''!DynamicForm'' classes. Applications using ''Application'' or ''!DynamicForm'' classes will be required to link to this library. The ''Application'' class is an alternative to the event based programming model preferred for the lib825ev library.
    66
    77For details about the ''Application'' and ''Dynamic Form'' classes refer to the lib825 library source code and Doxygen comments included in the source code.