> I'm assuming that in order to access things in a dll file (for example > the sqlite stuff) I would need to review the section in the > documentation on "using windows resources"? LoadLibrary, FreeLibrary and GetProcAddress would be usefull things to look up. Unless you want static binding of your DLL. Matt