COM w.r.t Uniface-Dependencies
•Comes with the default installation of Uniface
•DLLs required
•ufcom10?.dll
•Changes in the usys.ini file
There are no extra drivers needed to implement Com on Uniface.It comes with the default installation.There is a com driver available for the default installation.                                          There are two files in the UNIFACE installation required by the COM driver: UFCOM10?.DLL (the question mark '?' is replaced by the platform-specific code, that is, C for Intel and X for Alpha), and UFCOMSK?.DLL. The file UFCOM10?.DLL must reside in the UNIFACE bin directory. UFCOMSK?.DLL is the skeleton file required if you want to generate COM Interface DLL files for UNIFACE services                                                                                                         UFCOM10?.DLL  is required if the UNIFACE application is performing COM call-out or call-in
In the ini file,the UFCOM10?.DLL and UFCOMSK?.DLL file name must be included in the DEMANDLOAD list of the [UNIFACE_DLLS] section of USYS.INI. This is handled by the installation program.