1. Unzip the files included into a directory {$DIR}
2. From Delphi:
Add the directory where the files are unzipped {$DIR} to the Delphi library pat under Tools, Environment options, Directories
All Delphi/C++Builder Versions
Add the directory {$DIR}\source to the library path
For specific Delphi/C++Builder version
Delphi 7 : Add the directory {$DIR}\libD7 to the library path
Delphi 2007 : Add the directory {$DIR}\libD2007 to the library path
Delphi 2009 : Add the directory {$DIR}\libD2009 to the library path
Delphi 2010 : Add the directory {$DIR}\libD2010 to the library path
Delphi XE : Add the directory {$DIR}\libDXE to the library path
Delphi XE2 : Add the directory {$DIR}\libDXE2\$(Platform) to the library path
Delphi XE3 : Add the directory {$DIR}\libDXE3\$(Platform) to the library path
Delphi XE4 : Add the directory {$DIR}\libDXE4\$(Platform) to the library path
Delphi XE5 : Add the directory {$DIR}\libDXE5\$(Platform) to the library path
Delphi XE6 : Add the directory {$DIR}\libDXE6\$(Platform) to the library path
Delphi XE7 : Add the directory {$DIR}\libDXE7\$(Platform) to the library path
Delphi XE8 : Add the directory {$DIR}\libDXE8\$(Platform) to the library path
Delphi 10 : Add the directory {$DIR}\libD10\$(Platform) to the library path
Delphi 10.1 : Add the directory {$DIR}\libD10_1\$(Platform) to the library path
Delphi 10.2 : Add the directory {$DIR}\libD10_2\$(Platform) to the library path
Delphi 10.3 : Add the directory {$DIR}\libD10_3\$(Platform) to the library path
3. From Delphi
Choose
File, Open and browse for the correct Packages\sgcWebBroker.groupproj (First compile sgcWebBrokerX.dpk and then install dclsgcWebBrokerX.dpk)
packages files for Delphi
sgcWebBrokerD7.groupproj : Delphi 7
sgcWebBrokerD2007.groupproj : Delphi 2007
sgcWebBrokerD2009.groupproj : Delphi 2009
sgcWebBrokerD2010.groupproj : Delphi 2010
sgcWebBrokerDXE.groupproj : Delphi XE
sgcWebBrokerDXE2.groupproj : Delphi XE2
sgcWebBrokerDXE3.groupproj : Delphi XE3
sgcWebBrokerDXE4.groupproj : Delphi XE4
sgcWebBrokerDXE5.groupproj : Delphi XE5
sgcWebBrokerDXE6.groupproj : Delphi XE6
sgcWebBrokerDXE7.groupproj : Delphi XE7
sgcWebBrokerDXE8.groupproj : Delphi XE8
sgcWebBrokerD10.groupproj : Delphi 10
sgcWebBrokerD10_1.groupproj : Delphi 10.1
sgcWebBrokerD10_2.groupproj : Delphi 10.2
sgcWebBrokerD10_3.groupproj : Delphi 10.3
4. Demos
All demos are available in subdirectory Demos.