Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Your call to a dynamic-link library (DLL) indicated to use a number instead of a procedure name, using the #num syntax. This error has the following possible causes:
An attempt to convert the
#numexpression to an ordinal failed.The
#numspecified does not specify any function in the DLL.A type library has an invalid declaration resulting in internal use of an invalid ordinal number.
To correct this error
Make sure the expression represents a valid number, or call the procedure by name.
Make sure
#numidentifies a valid function in the DLL.Isolate the procedure call causing the problem by commenting out the code. Write a
Declarestatement for the procedure, and report the problem to the type library vendor.