Hi ,
This may seem like a question un-related to SQLite but there is a link.

On Windows platform to dynamically load a DLL into your program you use LoadLibrary 
and GetProcAddress to get the reference to an exported function in the DLL.

My question is how do non Windows platforms do this?  

regards
Greg O

Reply via email to