I have created a test dll and wish to use it with a program using the declare:

"Public Declare Function OneOne Lib "COne.dll" (pOne, pTwo) As Variant"

I get the error: "Run time error '453' Can't find DLL entry point OneOne in COne.dll"

I have briefly read of the existance of .def files.. but I have absolutely no idea what they are and can find no information on them. Are .def files the answer to this problem? If so, how do I create such a file?

Thank you,

Alder