[fpc-pascal]windows resources

Matt Emson memsom at interalpha.co.uk
Thu Jan 15 17:22:23 CET 2004


> 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






More information about the fpc-pascal mailing list