Thread: dll question

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    71

    dll question

    I want my programm to dynamic load the SSL dlls.
    At the moment I use the Additional Dependencies options, but my programm won't start when the SSL dlls are not available.
    My programm should test if these dlls are available, and when not start without the SSL functionallity.
    Can you help me with some code?

  2. #2
    Registered User
    Join Date
    Feb 2006
    Posts
    71
    OK I now use static linking, my dll size increases but it works.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. Dll Injection Question
    By zenox in forum C Programming
    Replies: 13
    Last Post: 03-15-2008, 10:54 AM
  3. dll and classes question
    By Rune Hunter in forum C++ Programming
    Replies: 2
    Last Post: 12-17-2005, 09:26 PM
  4. C++ .NET - "inconsistent dll linkage" - What's that?
    By BrianK in forum Windows Programming
    Replies: 2
    Last Post: 03-16-2004, 10:16 AM
  5. Calling a VB DLL w/ forms from C++ DLL
    By UW_COOP in forum C++ Programming
    Replies: 8
    Last Post: 06-30-2003, 08:04 AM