Creating the Opercalc DLL for the Custom Operation Calculation Routine
The SyteLine setup program installs the standard version of the opercalc50.dll into your \winnt\system32 directory. This dll contains a dummy version of the ol_opercalc routine. You must create a customized opercalc50.dll containing your custom ol_opercalc routine that will be used instead of the standard opercalc50.dll.
To create this dll, follow these steps:
Definition file example
             ;--------------------------------------------------
				         ; OPERCALC50.DEF DLL library module definition file
				         ;--------------------------------------------------          LIBRARY
				OPERCALC50 INITINSTANCE          DESCRIPTION 'SyteAPS V5.0 OperCalc', Copyright
				© 2010 Infor. All rights reserved. www.infor.com'          ;          EXPORTS
				         ol_opercalc = _ol_opercalc@4          _ol_opercalc = _ol_opercalc@4