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.
use of _based(void) pointer requires :> operator
A pointer based on void
cannot be used directly. You must form a complete pointer using the :> operator.
This error is identical to CAN0044.