On Tue, Mar 16, 2010 at 04:41:02PM -0600, C.W. Betts wrote: > Excuse my ignorance, but what would happen if it didn't find the library > dynamically?
You would check this condition (like NULL handle or NULL function pointer) in every wrapped function and return an error condition in that case. Or if there is a central startup function for the whole library, just in that one function (if this leads to the others not called). ciao, Marcus