Results 1 to 6 of 6

Thread: Load library(DLL) on run-time

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Load library(DLL) on run-time

    HI guys help please! How can I load Library(DLL) during runtime? Thanks in advance!

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: Load library(DLL) on run-time

    Well technically speaking a DLL is always loaded during runtime. Are you talking about function type libraries (such as User32.dll) or ActiveX DLLs?

  3. #3

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: Load library(DLL) on run-time

    hmm..im not sure..But i found the solution a solution HERE But, i still have a question, how can I check if the DLL is registered in my system? Thanks!

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: Load library(DLL) on run-time

    Oh you meant you wanted to register an ActiveX DLL, not load it.

  5. #5

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: Load library(DLL) on run-time

    yap...Is it posible to programmatically check if a particular dll is registered?

  6. #6
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: Load library(DLL) on run-time

    See your other thread.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width