|
-
Mar 12th, 2001, 10:21 AM
#1
Thread Starter
Member
Hi.
Can someone explain to me what are "weak references"?
I've seen people talking about it but didn't find any explanation about that.
Thanks.
-
Mar 13th, 2001, 03:17 AM
#2
I don't know the term in question, but to my mind it could be one of two things:
A weak referential link in a database (eg a 0..n link rather than a 1..n link - the link doesn't have to exist)
or
A reference to a DLL that is created at run time (ie: the project is compiled without having a refernce to the DLL, and the DLL is loaded at reuntim using the CreateObject or LoadLibraru command. Similar in approach to the plugin concept)
Hope that helps a bit
- gaffa
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
|