Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
If you read the important note in the thread of nativechecker plugin, you will notice that you must load the plugin last. If nativechecker plugin is not loaded last, any function from plugins that were loaded after will give the message about not registered functions; even if they are (in your case).
You get run time error 19 because you forgot to load Whirlpool plugin.