A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 70
5.2.3 Using Turbo C++
User can download Turbo C++ version 1.01 from the community website of
Borland company: http://community.borland.com/article/0,1410,21751,00.html
.
Here are the working steps to use TC++ 1.01.
Step 1: Copy the lib files, iviewL.lib & mmi100.lib, of iVIEW-100 to the
“lib” folder of TC++ (Ex:TCPP).
Ex: Copy iviewL.lib & mmi100.lib to c:\tcpp\lib.
Step 2: Copy the iview.h & mmi100.h files of iVIEW-100 from CD to the
“include” folder of TC++.
Ex: Copy iview.h & mmi100.h to c:\tcpp\include.
Step 3: Edit the main program. Or you can copy the “HELLO2.C” file
from CD to c:\TCPP. CD: \iview100\iviewapp\TCPP\hello2.c