|
-
Nov 6th, 1999, 09:35 AM
#1
Thread Starter
New Member
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?
-
Nov 6th, 1999, 01:33 PM
#2
Member
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]
-
Nov 7th, 1999, 01:27 AM
#3
Thread Starter
New Member
I'm writing my own installer. The OLE files are listed as in the VB SETUPKIT directory not in the Windows SYSTEM directory. Why?
-
Nov 7th, 1999, 01:38 AM
#4
Thread Starter
New Member
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.....
-
Nov 7th, 1999, 05:18 AM
#5
Thread Starter
New Member
-
Nov 7th, 1999, 11:42 AM
#6
Look at the code in the Setup1.vbp project. It will show you how everything is done by the VB Installer.
------------------
Marty
-
Nov 7th, 1999, 12:38 PM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|