A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 63
Chapter 5. Libraries & compiler
User must use C language to develop the application program for
iVIEW-100-40 and iVIEW-100. We provide hundreds of functions in the
libraries for user to call for C programming.
When compile and link your programs, you can use
TC 1.0~3.0, TC++
1.0~3.0, BC 2.0, BC++ 3.1~5.02, MSC 8.00c or MSVC++ 1.52.
You can
download the freeware, TC 2.01 and the TC++ 1.01, from the website
of Borland company: http://community.borland.com/museum.
5.1 Libraries
There are two libraries for iVIEW-100-40 & iVIEW-100 programming:
(1) iVIEWL.lib
: for normal functions program. (LARGE MODEL)
(2) mmi100.lib
: specially for LCD display functions. (LARGE MODEL)
All the function declarations are described in iVIEW.h and mmi100.h. The
application program has to add “iVIEWL.lib” and “mmi100.lib” into the project to
implement the user functions, and include the following headers to the start of
the code.
#include "iVIEW.h"
#include "mmi100.h"