home *** CD-ROM | disk | FTP | other *** search
-
- This package contains the OS/2 port of InterViews 3.1
-
- Filelist
- --------
- tar.exe.Z GNU tar for OS/2
- gzip.exe GNU zip for OS/2
- ivos2.tar.Z interviews for OS/2
- ovres.dll dll used by innterviews for OS/2
- diskacc.dll dll used by tar.exe
-
- Contents
- --------
-
- iv\installed\ivos.lib OS/2 Operating System dependant code
- iv\installed\ivpm.lib Presentation Manager interface library
- iv\src\lib\Interviews Interviews 3.1 source tree
- iv\src\lib\iv-2_6 InterViews 2.6 source tree
- iv\src\include Interviews include files(excluding X11)
- iv\src\examples Sample programs with Borland C++ specific Makefiles
-
- System requirement
- ------------------
-
- OS/2 2.0 with patches
-
- Borland C++ for OS/2
-
- HPFS drive for source file installation
-
- Installation
- ------------
-
- Interviews for OS/2 is distributed in GNU ZIP compressed tar format.
-
- 1. copy ovres.dll and diskacc.dll to a directory on your libpath. diskacc.dll
- is used by tar.exe
-
- 2. unzip tar.exe.z and ivos2.tar.z
-
- gzip -d tar.exe
- gzip -d ivos2.tar
-
- 3. untar ivos2.tar
-
- tar xf ivos2.tar
-
- 4. Modify IV\MAKEFILE.INC to suit your environment. Specifically you need to
- setup the following:
-
-
- 4.1 - INSTALL_LIB_PATH - This specifies location of InterViews libraries to
- Turbo linker. You can give it a full path name if required. The default is
- \IV\INSTALLED directory on current drive
-
-
- 4.2 CCDRIVE - The drive where your Borland compiler is installed. Defaults to H:
-
-
- 4.3 CCDIR - The directory name of Borland compiler. Defaults to BCOS2
-
-
- 5. From iv directory, enter MAKE -f MAKEFILE.BCC
-
- 6. For debugging, add -DDEBUG=1 to above make command line
-
- 7. Add the variable IV_HOME to your environment. This should point to
- iv directory on the drive you installed interviews.
-
- for example:
-
- SET IV_HOME=C:\IV
-
-
- Terminating Sample Application
- ------------------------------
-
- Sample programs can be terminated from task manager menu.
-
-
- For further information, contact lahooti@linkline.demon.co.uk
-