That's for dynamically loading the dll.

To statically do that, for lite-c part, if it's a C dll you only need the header and say that the functions on that header is in your dll.
There was a macro sort of like API(function_name,dll_filename), you should search that too.

http://www.conitec.net/beta/litec_api.htm


3333333333