The dynamic-link library (DLL) in a user library reference was found, but the DLL function specified wasn't found within the DLL. This error has the following causes and solutions:
Check for the proper ordinal or call the function by name.
You may have the correct version on your machine, but if the directory containing the wrong version precedes the directory containing the correct one in your path, the wrong DLL is accessed. Check your machine for different versions. If you have an early version, contact the supplier for a later version.
Make sure the DLL name and alias are correct.
If the function takes string-type arguments, try appending an "A" to the function name.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).