|
||
Installation of ProImage is easy.
First be sure that you have the latest version of ImageEx software installed. ProImage requires a minimum version of ImageEx 3.6 (ImageEx 4.x if you are using Clarion 7) and is only available for Clarion 7.x , Clarion 6.x or Clarion 55H. Older versions of Clarion are not supported.
When you are ready to install ProImage, simply run the SetupBuilder installation file and follow the prompts.
The SetupBuilder install is Clarion aware and will assist you in installing for any supported version of Clarion.
Note: To install ProImage for more than one version of Clarion, just re-run the install and select a different version.
The ProImage install will offer to register the templates for you. If you decide not to allow the installer to perform these tasks, then you will need to do them yourself.
Manually registering the templates
The templates to register are:
For Clarion 7
C:\Program Files\SoftVelocity\Clarion7\accessory\template\win\PS_ProImageABC.tpl
C:\Program Files\SoftVelocity\Clarion7\accessory\template\win\PS_ProImageLeg.tpl
C:\Program Files\SoftVelocity\Clarion7\accessory\template\win\PS_Utils.tpl
For earlier versions of Clarion
C:\Clarion6\3rdParty\Template\PS_ProImageABC.tpl
C:\Clarion6\3rdParty\Template\PS_ProImageLeg.tpl
C:\Clarion6\3rdParty\Template\PS_Utils.tpl
Note - if your system has something blocking your DDE, then sometimes the installer will fail to automatically register all three templates. If this happens (or you do not let the installer register them for you), then you will need to register them yourself.
Manually updating the redirection (.RED) file for Clarion 5.5 and Clarion 6 ( NOT needed for Clarion 7 )
This modification to the redirection file allows the Utility Template in Clarion to import the ProImage TXA's into your app.
To add compiler support for ProImage add the following to the [Common] section of your Clarion redirection (.RED) file:
For Clarion 6.x:
*.txa=C:\Clarion6\3rdParty\LibSrc
For C55:
*.txa=C:\C55\3rdParty\LibSrc
Note: Earlier versions of ProImage required the .RED file to be modified to support the .ccl files. These lines are no longer needed so you can remove these lines if you have them:
For Clarion 6.x:
*.ccl=C:\Clarion6\3rdParty\Libsrc
For C55:
*.ccl=C:\C55\3rdParty\Libsrc