We are using extend 9.2.5 10.1 on a Windows Server 2008 R2 Standard Services Pack 1
We exclude the directory from anti-virus
When the call his done we have a on exception
and on the same server extend 8.1.2.1 his working
MOVE SPACES TO FIELD-1
ACCEPT FIELD FROM ENVIRONMENT "OCX-DIR"
IF field NOT = SPACES
STRING FIELD DELIMITED BY SPACES
"CLIPACU.DLL"
DELIMITED BY SIZE
INTO FIELD-1
set environment "DLL_CONVENTION" to "1"
CALL field-1
on exception continue
end-call
set environment "DLL_CONVENTION" to "0".