Can we load external dll's in lite-c? I really need to be able to load the sqlite3.dll and use it for database access. But I am at a loss on how to load an external dll into our lite-c code. I have a lot of experience in C/C++ programming but am at a loss about how to include the .h file and then compile to access the external dll. I am confused at the difference between pure C mode and lite-c mode and can I combine them? Help!!!!!! I can't find any code examples in the documentation. We need a lite-c reference guide very badly.