| SENDS-W 2.0 Reference Software Installation Notes | |
|
The complete SENDS-W 2.0 distribution consists of seven 3.5 inch High Density
diskettes, labeled as follows: Diskette 1 of 1 (Executables) Diskette 1 of 1 (Victor Source) Diskettes 1 through 5 (Image Manager/Comms Manager) 2 of 5 Part A - Image Manager Source 5 of 5 - Comm Manager Source You should install the Image and Communication Manager Executable Installation Disk first (1 of 1). In addition to installing the executable files for both the image and communication manager, it also installs the default configuration and initialization files. These files will be required whether you want to compile the source code or not. After installing the Image and Communication Manager Executable Installation Disk , you will be able to run both the Communication Manager (comm_mgr) and the Image Manager (imag_mgr) from its Windows group icon. Suggested Hardware Requirements: Software Requirements: (SENDS-W 2.0 Executable
Installation Disk Only) Microsoft Windows should be installed before installing these executables. To install the executables, place the Image Manager and Communication Manager Executable Installation Disk into the a: floppy drive (or b:). Type a:install and follow the directions on the screen. You can also execute install from within Windows. install will install all necessary files to run both Image Manager and the Communication Manager. Run Windows and select the imag_mgr or com_mgr icon from the appropriate group. STOP HERE! If compiling SENDS-W, there are additional software requirements. Software Requirements: (Required to compile source code
in Disks 1-5) To do a complete compilation, you will need to purchase a compiler, the assembler, the XVT toolkit, and the VICTOR License. The installation steps outlined below, suggest that all the software packages be installed into default directories, all the environment variables be set in the AUTOEXEC.BAT file (an example is listed below), and the XVT directories be in the same drive as the SENDS software. If you use multiple drives, and the paths are set correctly, there should not be a problem. The makefiles in various directories or .def files may require editing if problems arise. The code will not link if drive paths are set wrong. The following is an example of the LIB, INCLUDE, PATH and XVT_DSC_DIR environment variables set in the AUTOEXEC.BAT file before SENDS-W installation. It is by no means meant to be the correct values for your setup, this is an example, so that you can determine if you have missed required values in your initial software installation. These values should be set when installing the toolkits and the compiler. SET TEMP=D:\TEMP 1. Installing the Image and Communication Manager Source Code The Image Manager consists of one user modifiable executable file (IMAG_MGR.EXE) and three user modifiable Dynamic Link Libraries (DLL's). They are: BI_LEVEL.DLL, NJC.DLL, and VIC.DLL. The following steps will install the source so that these executables and libraries can be built. Insert Disk 1 of 1 and copy the file INSTALL.BAT to your hard drive. Type install d:\des_path a: (or b:) where d:\des_path is the destination drive and path to the directory you wish to install SENDS 2.0 into, a: (or b:) is the floppy drive where you have inserted the Installation Diskette. This install routine will copy all the necessary files and create the directories required on your hard drive. The install routine uses xcopy; if you have a problem, just use xcopy to retain the directory structure on the diskette. If you have the VICTOR license, install the VICTOR SOURCE diskette (Diskette 1 of 1) along with disks 1-5. 2. Compiling the Image Manager Source Code Making BI_LEVEL.DLL a) Change directories to \NJC on your hard drive b) Type nmake /f njcdll.mak c) Copy NJC.DLL to the directory in which you have or will be installing the executable files
Making VIC.DLL Making IMAG_MGR.EXE (Part A, Part B, Part C, Diskettes 2-4 of
5) 3. Compiling the Communication Manager Source Code The Communication Manager consists of a single user modifiable executable file (COM_MGR.EXE) and three .COM files (SLIP.COM, HDLC.COM, and FIST.COM). The Communication Manager also requires the file TOOLHELP.DLL, which is included in the executable distribution. Source code for FIST.COM is NOT provided due to proprietary considerations. The makefile supplied with the Communication Manager may be used either from the DOS command line with NMAKE, or from the Programmer's Work Bench (PWB) of C7. It has NOT been tested with the Visual C++ version of PWB.a) Execute the program ASM.BAT in the following subdirectories of \SIDS\SOURCE\CM\TACO2.127\PCIP\SRCLIB. This should be done for each file ending in .asm in each sub-directory. Examples: asm hdlc would be executed in the HDLC sub-directory. Type the following in the order given: .\PC b) Change directories to \SIDS\SOURCE\CM c) Type nmake /f COM_MGR.MAK d) Copy the following files to the directory in which you have installed the executable files. \SIDS\SOURCE\CM\COM_MGR.EXE |
|
All Documents ·
Test Program Plan ·
Format ·
Compression Graphics · Communications · Information Documents Demonstration Software · Sample Files · JITC Test Tools Table of Contents · Previous Page |