|
To recompile eDocEngine follow the instructions.
Before proceeding with re-compiling/re-installing:
| 1. | Delete any stray files of eDocEngine. 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\C6' path is included under Tools | Environment Options...| Library | Library Path. |
| 3. | Choose "Components | Install Packages" and remove all existing Gnostice eDocEngine components including Additionals if any. |
Re-Compiling/Re-Installing eDocEngine
The table below lists project group and package libraries for the eDocEngine Professional and Standard editions. Replace the place holders in the instructions with appropriate names by referring this table.
Place holder
|
Report Export
|
Professional
|
Standard
|
<Project Group>
|
gtDocEngC60RE.bpg
|
gtDocEngC60Pro.bpg
|
gtDocEngC60Std.bpg
|
<Run-time package library>
|
gtDocEngC60RE.bpl
|
gtDocEngC60Pro.bpl
|
gtDocEngC60Std.bpl
|
<Design-time package library>
|
DCLgtDocEngC60RE.bpl
|
DCLgtDocEngC60Pro.bpl
|
DCLgtDocEngC60Std.bpl
|
| 1. | Open the file "<eDocEngine InstallDir>\Source\<Project Group>". |
| 2. | Right-click the "<eDocEngine InstallDir>\Source\gtDocEngC60.bpl" choose "Options" from the pop up menu. In the "Directories/Conditionals" tab, under the BPI/LIB output enter '..\Lib\C6' and click OK. |
| 3. | Right-click the "<Run-time package library>" choose "Options" from the pop up menu. In the "Directories/Conditionals" tab, under the BPI/LIB output enter '..\Lib\C6' and click OK. |
| 4. | Right-click the "<Design-time package library>" choose "Options" from the pop up menu. In the "Directories/Conditionals" tab, under the BPI/LIB output enter '..\Lib\C6' and click OK. |
| 5. | Build the projects using "Project | Build All Projects" menu. |
| 6. | Right-click <Design-time package library> in the Project Manager and choose "Install" from the popup menu. |
| 7. | Copy the "<eDocEngine Install Dir>\Source\*.hpp" files to "<eDocEngine Install Dir>\Lib\C6\". |
A new tab named 'eDocEngine' should now appear on the component palette!
Re-compile the Additionals that were removed earlier. Refer section Installing and Re-Compiling eDocEngine Additionals.
|