J
JimP
How do I use a function in a class library (third party)
1. I have a registered dll in Tools/References for the class library and it
appears in the references collection
2. The class library has one function that accepts a parameter.
How do I call the function?
1. Call Newdll.NewFunction(Argument1) - produces an error (object block not
set)
2. Using CreateObject("NewDll") resolves the error, but the function does
not execute.
Is the CreateObject statement incorrect, or are other statements missing?
1. I have a registered dll in Tools/References for the class library and it
appears in the references collection
2. The class library has one function that accepts a parameter.
How do I call the function?
1. Call Newdll.NewFunction(Argument1) - produces an error (object block not
set)
2. Using CreateObject("NewDll") resolves the error, but the function does
not execute.
Is the CreateObject statement incorrect, or are other statements missing?