|
-
May 23rd, 2003, 05:51 AM
#1
Thread Starter
Lively Member
DLL LOADING at Run Time
can we load DLL at run time of our Application...
i dont want to add DLL the desgintime thru add referances
.......i want to add DLL when i need it to use.
a
regards
anand
Anand Thakur 
-
May 23rd, 2003, 07:02 AM
#2
Sleep mode
If these DLLs are references used in your app , then you can't (I mean data.dll or winform.dll ) . If they are doing extra job , like plug-ins , then you yes you can . Search this forum for Plugins example posted by Cander .
-
May 23rd, 2003, 07:27 AM
#3
Thread Starter
Lively Member
okey,,
i have made a DLL to call some info from another process.. . named test.dll
i dont want to use test.dll in referance, can i use its functions at the run time...with adding it in referance list
anand
Anand Thakur 
-
May 23rd, 2003, 07:37 AM
#4
Sleep mode
That's what interfaces exactly do ! Have you read about it first !
-
May 23rd, 2003, 08:37 AM
#5
Fanatic Member
The referenced DLL is not loaded when your applications starts. It is only loaded when you make a call to it. Just-In-Time Execution!
-
May 23rd, 2003, 08:38 AM
#6
study this thread which is about dynamically loading dll's
http://www.vbforums.com/showthread.p...hlight=plugins
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
|