I need to call a function from a dll. But all I get is this eror
Failed to call DLL function. (#2, Line 1)
Could not find function.
I wrote that dll in VB6.0.
There is only one function and I am sure that I
use the right name to call it. The return value is String,
the same as I set in SF.
What could be wrong here?
Thanks.
Failed to call DLL function. (#2, Line 1)
Could not find function.
I wrote that dll in VB6.0.
There is only one function and I am sure that I
use the right name to call it. The return value is String,
the same as I set in SF.
What could be wrong here?
Thanks.
Comment