Results 1 to 2 of 2

Thread: dll?

  1. #1

    Thread Starter
    Addicted Member MegaMan's Avatar
    Join Date
    May 2002
    Posts
    128

    Question dll?

    some of the windows dll contain API functions and from my understanding API's are written in C++...

    could someone elaborate on this process?

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    actually, windows .DLLs contain functions written in C.

    You can make your own by telling your C/C++ compiler that you're making a DLL, not an EXE, then using the VB "alias" statement to tell VB what the mangled name of the function is (and what DLL it's in) and then just calling the C/C++ function from VB. This if for functions, not classes.

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