|
To port from an earlier version to version 7, simply install v7 into
the Delphi/Builder IDE and recompiling your project.
For installation instructions,
please review the included Walk-Throughs which discuss installation.
Note:
If upgrading from an earlier version of ProEssentials, first remove the
ProEssentials components from the Delphi/Builder IDE before proceeding.
Delphi
Walk-Through
Builder
Walk-Through
Related
to Porting!
Printing Logic Needs Changing!
The addition of clipping logic has the potential to break current ProEssentials
implementations which include custom printing logic. In the process of
porting an application to v6, you should plan on changing calls of PEresetimage to PEresetimageEx
or disabling clipping by setting DisableClipping
to TRUE.
Also, if calling the Windows PlayMetafile api call, it should be replaced with the ProEssentials PEplaymetafile api call.
Custom Parameter Set now Disabled!
NoCustomParms is now by default
set to TRUE. If desired, set this property back to FALSE.
|