|
When running the ProEssentials setup, the setup program installs the ProEssentials DLLs into system32 and SysWow64. It also installs the ProEssentials VCL interfaces into C:\ProEssentials10\Builder and C:\ProEssentials10\Delphi. Note if your Embarcadero IDE has both Delphi and Builder personalities, install into Builder first:
If upgrading from an ealier ProEssentials, first remove the ProEssentials components from the
Builder IDE before proceeding. Remove with Component menu, Install Packages menu, deselect Gigasoft and select Remove.
1) Open Builder and/or click Close All menu item.
2) Use the Open, Project menu item and open "GIGASOFT.CBPROJ" which is located in the c:\ProEssentials10\Builder dir.
3) If planning on developing for Win64 platform, Activate the Win64 target and select Build All Projects. Activate Win64x target and select Build All.
4) Activate the Win32 target and select Build All Projects
5) Right Click "Gigasoft.bpl" in the project window and select "Install"
6) If the Builder IDE happens to be 64bit, then reverse above and activate/build Win32 first and end up building Win64 last and then install.
|
PEGRP64H.DLL
|
ProEssentials x64 64 bit DLL |
|
PEGRP32H.DLL
|
ProEssentials x86 32 bit DLL |
| GIGASOFT.CBPROJ |
Builder Package |
| GIGASOFT.CPP |
Builder CPP helper for VCLs |
| PEGRPAPI.PAS |
ProEssentials Constants and Declarations |
| PEGVCL.PAS |
Graph Object |
| PESGVCL.PAS |
Scientific Graph Object |
| PE3DVCL.PAS |
3D Scientific Graph Object |
| PEPSVCL.PAS |
Polar Object |
| PEPCVCL.PAS |
Pie Chart Object |
| PEGRP64H.LIB (modern) |
Win64x import lib to PEGRP64H.DLL |
| PEGRP64H.a (legacy) |
Win64 import lib to PEGRP64H.DLL |
| PEGRP32H.LIB |
Win32 import lib to PEGRP32H.DLL |
The PAS interfaces are compiled and ProEssentials components installed into the "Additional" tab. We provide the PAS source which is far better than providing precompiled bins.

|