Results 1 to 4 of 4

Thread: HELP! DLLs...

  1. #1
    Senior Member
    Join Date
    Oct 2001
    Posts
    385

    Exclamation HELP! DLLs...

    I've written a program in VB, and I want to be able to use it on more than just my computer. Unfortunately, I need the DLLs on the disk it's been compiled on, and I have no clue how to do that. PLease help me.

    TIA.
    Preliminary operational tests were inconclusive (the dang thing blew up)

    \"Ask not what the kernel can do for you, ask what you can do for the kernel!\"

  2. #2
    Old-Fogey:Addicts founder Terr's Avatar
    Join Date
    Aug 2001
    Location
    Seattle, WA
    Posts
    2,007
    You should either make your own installer to install your program and the VB runtime DLLs onto another system, or get them from microsoft's site.
    [HvC]Terr: L33T Technical Proficiency

  3. #3

    Re: HELP! DLLs...

    Originally posted by Kezil
    I've written a program in VB, and I want to be able to use it on more than just my computer. Unfortunately, I need the DLLs on the disk it's been compiled on, and I have no clue how to do that. PLease help me.

    TIA.

    Visit following links

    http://dllstar.hypermart.net/


    ---------------------------------------------------------------------------------
    In Every Digital Circuit There Is An Analog Circuit Screaming To Come Out.

  4. #4
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    Try compiling using a different option (I think it's called 'native code'). However, this feature is only available in VB6 and even then it only appears to be in the Professional or Enterprise editions.

    Hope this helps.
    Paul Waring - Web site design and development.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •