Results 1 to 3 of 3

Thread: DLLs

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    183

    DLLs

    Does anyone know where I can read a comprehensive yet easy guide to making DLL files and then using them. Also since DLL files dont have all the visuals, do you still need the microsoft runtimees for them to work?

    Cheers Cow
    When you ask a question, try and answer a few

  2. #2
    New Member
    Join Date
    Jul 2002
    Location
    Dallas, TX
    Posts
    2

    Arrow Making a DLL

    I have made a DLL before. I used Microsoft Visual C++ and then I referenced that DLL from Visual Basic. Is this what you want to do? If so, I can dig up the project and go through some of the key things necessary to make it work. I had a hell of a time because I used functions in C++ that returned arrays of chars (strings).
    Mike Gagne
    Application Developer
    OrthoRX, Inc
    Plano, TX

  3. #3
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    here's full working sample code to create a C DLL & reference it in VB
    Attached Files Attached Files

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