LoadLibrary() not working

Hello, been a while since I last posted here.

I took a PlaneKit from the toolbox, and it doesn’t work. This is for one reason.


What is this LoadLibrary for and what can I do to make it work?
Thanks all

LoadLibrary() is no longer supported, please read this post as it explains why and it also suggests some replacement ideas:

LoadLibrary was a global that was removed (linked by @mniao above).


If the module is using it, that means the module is pretty old. You will have to replace the function yourself: