Results 1 to 7 of 7

Thread: What support files do I absolutely need?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Posts
    10

    Post

    I created my programme using VB5. I assumed that other than OCX files, MSVBVM50.DLL was the only support file that I needed to distribute with the programme. (I want to include all files not included with a bare-bones Windows 95 setup that my programme will need.) Just to be sure, I ran Application Setup Wizard - I'm not going to use it to distribute my programme, but I wanted to look at the list of dependency files it generated. It came up with a bunch of OLE DLL files and other junk. Do I really need these?

    Can somebody please list the files required by a VB programme? Also, my programme also uses COMCTL32.OCX and COMDLG32.OCX. Do those OCX files require any DLLs not included with Windows?

  2. #2
    Member
    Join Date
    Jan 1999
    Location
    Gig Harbor, WA, USA
    Posts
    48

    Post

    as far as I know, MSVBVM50.DLL, OLE32.DLL, OLEAUT32.DLL, and maybe 1 or 2 more OLE DLL's.

    ------------------
    (¯`·.¸¸.·´¯`·->ShadowCrawler<-·´¯`·.¸¸.·´¯)

    welcome.to/X12Tech
    [email protected]


  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Posts
    10

    Post

    I'm writing my own installer. The OLE files are listed as in the VB SETUPKIT directory not in the Windows SYSTEM directory. Why?

  4. #4

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Posts
    10

    Post

    Also, do I need to figure out how to make my installer register COMCTL32.OCX and COMDLG32.OCX? It used to be that you could just copy the files.....

  5. #5

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Posts
    10

    Post

    Please help!

  6. #6
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Look at the code in the Setup1.vbp project. It will show you how everything is done by the VB Installer.

    ------------------
    Marty

  7. #7
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Yes, you need everything that the setup wizard says you do. Why not use it to distribute your program?

    ------------------
    Marty

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