1. Download Binary files
2. What files should be installed for Waypoint?
The following table shows what files are needed for Waypoint.
| Type
|
File Name |
Description |
EXE
|
Waypoint.exe
DatabaseManager.exe
DCT.exe |
Main
executable files. |
| WpSync.ocx
WpLV.ocx
WpORM.ocx
WpSSP.ocx
WpCoord.ocx
WpODT.ocx
WpTree.ocx
WpTypeCtrl.ocx
WpInstanceCtrl.OCX
WpLoginCtrl.ocx
WpCln.ocx
WpClnType.ocx
WpFP.ocx
WpFPWT.ocx
WpFPType.ocx
WpSSC.ocx
WpTV.ocx
WpSystem.ocx
WpError.ocx
WpStatusCtrl.ocx
WpAttachment.ocx
WpSqlFormCtrl.ocx
WpML.ocx
WpReport.ocx
WpMOType.ocx
WpRepCtrl.ocx
WpMigrate.ocx
WpIS.ocx
WpMPC.ocx
WpIconEditor.ocx
WpSearch.ocx
WpOpenWk.ocx
|
These ocx files shall be registered by using regsvr32. |
DLL
|
rep32.dll
GuiFunctoidLib.dll
StdFunctoidLib.dll
WpDCT.dll
WpDrawTool.dll
WpMacro.dll
WpMultiple.dll
WpNetworkDiagram.dll |
These files are used by the EXE files described above. Therefore these files should be placed in the same directory which the EXE files exist. |
COM
| WpDbifCom.dll
GEHashTable.DLL
WpTypeCom.dll
WpInstanceCom.DLL
GEHashTable.DLL
WpLicSecCom.dll
WpCoordinateBuffer.dll
WpProgress.exe
WpDXFParserCom.dll
|
In-process server COM files(.dll) shall be registered by using regsvr32. Out-of-process server COM file (WpProgress.exe) shall be registered by using /RegServer (or /UnregServer) option. |
Help Files |
Waypoint.chm
rep.chm
|
|
Icon Files |
Icon files
|
|
3. Required External Components
In order to run Waypoint, the following components are required.
| Component |
Required Files |
Microsoft Jet Database Engine 3.51 |
|
| Data Access Object 3.6 |
Dao360.dll |
Microsoft Component Category Manager Library
|
comcat.dll |
| Microsoft OLE 2.40 for Windows NT(TM) and Windows 95(TM) Operating Systems |
asycfilt.dll
oleaut32.dll
olepro32.dll
stdole2.tlb
|
| MDAC 2.5 or higher |
|
| MSXML 4.0 |
|
| DCOM95 |
|
| MFCDLL Shared Library |
mfc42.dll |
| Microsoft (R) C Runtime Library |
msvcrt.dll |
| Visual Basic Virtual Machine |
msvbvm60.dll |
| Oracle Object for OLE (OO4O) |
oraclem32.dll |
| Oracle Call Interface |
ociw32.dll |
4. Sample Install Script (Batch file)
We provide a sample install script.(RegisterWaypointModules.Bat, This file is included in the Waypoint Binary files package above.) You can install Waypoint product without using any other setup program or you can build your own setup package by referring the script file.