|
Gnostice PageProducer is a component provided to interface with web applications and eDocEngine components to directly send the eDocEngine created documents to web.
During installation of eDocEngine all the Project Group, Run time and design time packages of PageProducer Interface gets copied to the location: <eDocEngine InstallDir>/Source/Producer/
The table below lists project group and package libraries for the Gnostice PageProducer component. Replace the place holders in the instructions with appropriate names by referring this table.
Place holder
|
Delphi 5
|
Delphi 6
|
Delphi 7
|
Delphi 2005
|
<Folder Name>
|
D5
|
D6
|
D7
|
D2005
|
<Project Group>
|
gtDocProdD50.bpg
|
gtDocProdD60.bpg
|
gtDocProdD70.bpg
|
gtDocProdD2005.bdsgroup
|
<Run-time Package>
|
gtDocProdD50.bpl
|
gtDocProdD60.bpl
|
gtDocProdD70.bpl
|
gtDocProdD2005.bpl
|
<Design-time Package>
|
DCLgtDocProdD50.bpl
|
DCLgtDocProdD60.bpl
|
DCLgtDocProdD70.bpl
|
DCLgtDocProdD2005.bpl
|
Place holder
|
BDS 2006
|
C++Builder 5
|
C++Builder 6
|
<Folder Name>
|
BDS2006
|
C5
|
C6
|
<Project Group>
|
gtDocProdBDS2006.bdsgroup
|
gtDocProdC50.bpg
|
gtDocProdC60.bpg
|
<Run-time Package>
|
gtDocProdBDS2006.bpl
|
gtDocProdC50.bpl
|
gtDocProdC60.bpl
|
<Design-time Package>
|
DCLgtDocProdBDS2006.bpl
|
DCLgtDocProdC50.bpl
|
DCLgtDocProdC60.bpl
|
Before proceeding with Installing/Re-Compiling:
| 1. | Delete any stray files of Gnostice PageProducer component. See the topic 'Stray Files' for detailed list of stray files that need to be deleted. |
| 2. | In the IDE, check if the '<eDocEngine InstallDir>\Lib\<Folder Name>' path is included under Tools | Environment Options...| Library | Library Path. |
| 3. | Choose "Components | Install Packages" and remove Gnostice PageProducer component if present earlier. |
Installing/Re-Compiling:
| 1. | Open "<eDocEngine InstallDir>\Source\Producer\<Project Group>" in Delphi/C++Builder. |
Note: For C++Builder only:
| a. | Right-click the <Run-time Package> and choose "Options" from the pop up menu. In the "Directories/Conditionals" tab, under the BPI/LIB output enter '..\..\Lib\<Folder Name>' and click OK. |
| b. | Right-click the <Design-time Package> and choose "Options" from the pop up menu. In the "Directories/Conditionals" tab, under the BPI/LIB output enter '..\..\Lib\<Folder Name>' and click OK. |
| 2. | Select "Project | Build All Projects" on the main menu. |
| 3. | For BDS 2006 only: Run the batch file from the location "<eDocEngine Install Dir>\Source\Producer\gtDocProdBDS2006.bat". |
| 4. | Right-click <Design-time Package> in the Project Manager and choose "Install" from the popup menu. |
5. For Delphi 2005 only: Run the batch file from the location "<eDocEngine Install Dir>\Source\Producer\gtDocProdD2005.bat".
6. For C++Builder only: Copy the "<eDocEngine Install Dir>\Source\Producer\*.hpp" files to "<eDocEngine Install Dir>\Lib\<Folder Name>".
A new tab named 'eDocEngine Additional' along with Gnostice PageProducer component should now appear on the component palette!
|