O.P. [question] Calling an external DLL
How do you call an external dll? I'm really confused. I'm using VB.NET to make the dll, and I'm registering it in the DotNetFiles section of the ScriptInfo.xml. However, each time I've tried to call a function from it, I get "Error: unknown."
I tried giving the DLL Name parameter of Interop.Call a nonexistant filename, and I get the same error with the same parameters as I did, with the same error code. This leads me to believe that Plus! cannot find my dll, however, everything I've tried gives me this same error.
So how can I make this work?
|