Files You Need when Using the GUI Component
You can use the GUI Component in the following ways:
Files for the Stand-alone Executable Program
File |
Comments |
guilib.dll |
Use at run time. Supply this file to your end-user. |
itole.exe |
GUI Component OLE server |
itole.ini |
GUI Component OLE server initialization file |
You also need additional DLL files as listed below. |
Files for the Out-of-process ActiveX Server
File |
Comments |
guilib.dll |
Use at run time. Supply this file to your end-user. |
itole.exe |
GUI Component OLE server |
itoleapp.tlb (optional) |
GUI Component OLE server type library |
You also need additional DLL files as listed below. |
Files for the In-process ActiveX Server
File |
Comments |
guilib.dll |
Use at run time. Supply this file to your end-user. |
itole.ocx |
GUI Component OLE control |
You also need additional DLL files as listed below. |
Required DLL Files
Several other DLL files are also required when using the GUI Component. They are installed as part of the installation of the
For example, the librfc32.dll file is an SAP DLL used by the GUI Library. It is installed as part of the SAP Automation installation.
Third-party DLLs
Several Microsoft and other third-party DLLs are also required when using the GUI Component. They, too, are installed as part of the installation of the SAP Automation, if needed:
Sample Files
The following are sample files for using the GUI Component:
File |
Type |
itsheet.xls |
Excel sample program |
itvfp.prg |
Visual FoxPro sample program |
In addition, the
source files of the Code Generator are a sample of using the GUI Component.