#define MyDLL SUPORTDIR^"qutils.dll"
prototype qutils.PutCDIFieldEx(BYREF STRING, BYREF STRING, BYREF STRING,
BYREF SHORT, BYREF STRING);
nResult = UseDLL (MyDLL);
if (nResult = 0) then
nResult = PutCDIFelsEx(Sect, Fld,Val,Term,File)
although I suppose that
#define MyDLL SUPORTDIR^"qutils.dll"
is causing some headaches there is not enough information to tell what
the problem really is. Did you debug you install script and the
PutCDIFieldEx() function?
Martin Golm
Reico GmbH