-
ACTIVATE WORKSHOP
INI File Modification
Uniface 7.2
Copy the custaddr.dll to the Uniface BIN directory
Modify the USYS.INI file to load this DLL on request:
[userdlls] ;path= demandload=custaddr.dll
Uniface 8.2
Copy the custaddr.dll to the Uniface PROJECT directory
Modify the ASN file to load this DLL on request:
[USER_3GL] .\ud8.dll(CUSTADDR)
Course outline
1.
Multiple Implementations
2.
'C' Implementation
3.
INI File Modification
4.
Application Workbench
5.
Signature Definition
6.
Define Implementation
7.
Define Operation
8.
Activate the result
[go to top]