|
-
Dec 5th, 2007, 03:41 AM
#1
Thread Starter
Fanatic Member
Load library(DLL) on run-time
HI guys help please! How can I load Library(DLL) during runtime? Thanks in advance!
-
Dec 5th, 2007, 04:38 AM
#2
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?
-
Dec 5th, 2007, 05:09 AM
#3
Thread Starter
Fanatic Member
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!
-
Dec 5th, 2007, 05:37 AM
#4
Re: Load library(DLL) on run-time
Oh you meant you wanted to register an ActiveX DLL, not load it.
-
Dec 5th, 2007, 05:45 AM
#5
Thread Starter
Fanatic Member
Re: Load library(DLL) on run-time
yap...Is it posible to programmatically check if a particular dll is registered?
-
Dec 5th, 2007, 05:45 AM
#6
Re: Load library(DLL) on run-time
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|