- calcit.exe. Main Application.
- calcit.chm. Help file. It is accessed through F1.
- calcit.cdt. CalcIt data file. Here all user data are stored.
Various functions, Classes and other example source code is provided.
- calclib.dll. DLL file that CalcIt generated executables need
to run.
- calculator.exe. Pre-created CalcIt executable that implements
a very convenient and powerful calculator. This Applications is found
also in source at the provided calcit.cdt file.
- ConvertFormSyntax.exe. Pre-created CalcIt Application. Use
this Application to convert a code with a lot of Form commands to
their equivalent new syntax, introduced from version v10.1. Run the
Application, copy the code you wish to convert to the clipboard and
press "Convert and store to Clipboard" button at the
Application. Then paste the result back to CalcIt main application.
The code of the conversion Application can be found in the provided
calcit.cdt so you can consult some techniques for text transformations.
- Various text files used by some example code or Applications in the
provided calcit.cdt file.
NOTE: To help CalcIt executables to
run the main CalcIt application (calcit.exe) has to run at least once so to record at
the registry the place of the needed DLL (calclib.dll).
|