How to load library file?

How can I load a .dll file ? should I use:

#include

or is there another way? I wanna load some Lua files with it :wink:

Please, learn C++ before doing that. I insist, because if you knew something about C++, the “#include” thing (which is totally wrong) would never have come to your mind.

Ok