|
-
Jun 29th, 2000, 05:34 AM
#1
Thread Starter
Fanatic Member
I wanted to put my program on floppy and bring it over to my friend's. I used the make exe command and copied the other file that goes with it, but when I copied it to my friend's computer and then tried to double-click it, I got a message "A required .DLL file, MSVBVM60.DLL was not found." I then figured I'd have to copy that file to his computer but when I found it in \windows\system, it took up almost a whole floppy.
What's the deal with making your program .exe? Can't I make it totally self-contained? If not, is there any freeware I can use to make it self-extracting so it will fit onto one floppy?
mikeycorn
-
Jun 29th, 2000, 05:42 AM
#2
Welocme to the download side of VB. You need all of the Runtime files to run it.
Use the Package and Deployment Wizard to create the setup for your EXE then give it to your friend. But be warned. All of a sudden, your 50KB App turns into about 2MB with all of the Runtime files and controls.
-
Jun 29th, 2000, 06:20 AM
#3
Or on your friends computer, go on the internet and download these necessary files from softseek in order to run a vb6 program to the C:\Windows\System directory: http://www.softseek.com/Utilities/VB...823_index.html
-
Jun 29th, 2000, 06:54 AM
#4
Hyperactive Member
dll's
this is microsoft's site for the runtime files ...
http://support.microsoft.com/support/vbasic/runtime.asp
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
|