General Information about libcalcfiles


  
The libcalcfiles library is a part of the CalcForge project and constitutes with the other libraries a complete framework for developing linking and/or TI calculator files oriented applications.

Overview

The libcalcfiles library is a library capable of reading/modifying/writing TI formatted files. It can also group/ungroup files.
This library is able to manipulate files in a fairly transparent fashion. With this library, the developer does not have to worry about the different file formats.
The library provides a complete API which is very easy to use and makes things easier.

The library supports all the currently available calculators and their associated file formats:
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes: TI73/83+ & 85/86).
- TI9x calculators: TI89, 92, 92+ and V200PLT.

This library has already been used by various projects (such as CalcForgeLP, Emu-TIGCC, KTIGCC) and by other developers.

Requirements

This library is dependent on GLib 2.x and libcalcconv.

Bug Reports

There may still be some bugs in the library, please report them to our bug tracker.

Copyright

Copyright (C) 2002-2009 the TiLP team
Copyright (C) 2009 the CalcForge team
See AUTHORS for detailed authorship information.

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this library (in the COPYING file); if not, see http://www.gnu.org/licenses/.

Return to the main index