DLL "ex function not found"

Hi allI ve written a dll function in VB and tried to incorporate it, in Notes, but the error it was giving is “External function not found” any suggestion.

thnx

Subject: Is the DLL found along the PATH?

You probably got two options;

Either ensure that the external DLL is placed in one of the paths specified by your PATH environment variable. And in the same check, verify that your Notes Program Directory (where the NLNOTES.EXE is) also is specified in the PATH environment variable

Hardcode the full path to the DLL in the Declare statement in LotusScript.

Hope this helps!

Bob,

Proud Programmer

Subject: RE: Is the DLL found along the PATH?

ya bob what you ve i ve gone for the second option, ie declared the full path with in the double codes.

and one more thing is my data folder an the dll file is not in the same directoroy, so i spelled the full path name. bt still the error is gfiving.

Subject: DLL “ex function not found”

see the steps how to incorporate vb to notes.

Subject: RE: DLL “ex function not found”

if you know then only reply,