Results 1 to 3 of 3

Thread: Accessing an external DLL functions...

  1. #1

    Thread Starter
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307

    Question

    Hey guys...
    I wondered...let's say i have the ICQ.
    It has some built-in DLL's.
    How can I access those DLL's functions with VB?
    I mean, Is there any way so I'll be able to "view" or use the functions in a DLL that is not written by me?
    P.S: let's say I dont know the functions names in the dll in advance.

    Waiting for answer.
    Thanks.

  2. #2
    Addicted Member
    Join Date
    Jan 2000
    Location
    Oshkosh, WI
    Posts
    163
    First you would need an application that would let you view the entry points into the DLL's. Off the top of my head I can't name one, but I'm sure there are some out there.

    Even if you have the names of the functions you would still need to have the calling conventions. If you can get your hands on the C header files it should give you both of these things.

    If you get this far. How will you know what the function does ?

    I'm not trying to disuade you, this however is a hit & miss task.
    Glenn D
    Development/Analyst

  3. #3

    Thread Starter
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307
    Thanks,

    Any other ideas?

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