Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
argument list does not match a function
An expression called a function with an actual parameter list that did not match the formal parameter list of any function with the same name defined in the program.
Overloaded functions can be called only if there is an exact parameter match or a match that does not require the construction of an object.
This error is identical to CAN0047.