Results 1 to 2 of 2

Thread: Weak references

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2001
    Posts
    37
    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.

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width