You can use LoadLibrary() to load the DLLs at runtime instead of linking to them at compile time.
However, if you do this you will need to load each function pointer programatically.

dan demers wrote:
 
 

in the windows environment,
 
is it possible to use the explicitly link the openssl dll(s) (ssleay32.dll and libeay32.dll) as needed from my application?
 
i wanted to include in my general dll (used by all my programs) an ssl object the uses openssl and explicitly loads the dll(s) as needed if the ssl object is created.
 
it this possible or do i always need to deliver the openssl dlls with my general dll which doesn't always use the ssl stuff.
 
thanks,
 
dan

Reply via email to