Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

UseDLL

3 views
Skip to first unread message

Ray Strain

unread,
Nov 21, 2000, 3:00:00 AM11/21/00
to
I can get the DLL loaded into memory, but when I call a function to the
DLL I get a return code of -1 every time. Here is a example of my code;

#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)


Martin Golm

unread,
Nov 22, 2000, 3:00:00 AM11/22/00
to
Ray,

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

0 new messages