|
-
Sep 29th, 2008, 04:22 AM
#1
Thread Starter
Hyperactive Member
Application maker help
I'm not sure what category this post is in so I just post it here!
Anyway, I'm making an exe file out of my program which I used VB6 to develop with. I use Make Exe in the File menu.
The resulted exe file turned out to run perfectly well. But when I transfer the exe file together with the necessary files needed for the program such as the database file(.mdb) to another computer without VB6 installed, it won't run.It's also looking for VB
What is the problem? How can I make a full stand-alone executable out of my program that will run on other computer without VB6
-
Sep 29th, 2008, 05:24 AM
#2
Re: Application maker help
 Originally Posted by doctrin13th
I'm not sure what category this post is in so I just post it here!
Reading forum descriptions would have helped you — this clearly isn't a FAQ item. Moved.
-
Sep 29th, 2008, 06:09 AM
#3
Re: Application maker help
 Originally Posted by doctrin13th
I'm not sure what category this post is in so I just post it here!
Anyway, I'm making an exe file out of my program which I used VB6 to develop with. I use Make Exe in the File menu.
The resulted exe file turned out to run perfectly well. But when I transfer the exe file together with the necessary files needed for the program such as the database file(.mdb) to another computer without VB6 installed, it won't run.It's also looking for VB
What is the problem? How can I make a full stand-alone executable out of my program that will run on other computer without VB6
Try looking here first:
http://www.vbforums.com/showthread.php?t=350187
-
Sep 29th, 2008, 06:12 AM
#4
Re: Application maker help
The "necessary files" aren't just the ones you use for data etc, there are others which are required by your program, as explained in the FAQ article Why doesn't my program work on another computer? (from our Classic VB FAQs).
That links to our Deployment FAQs, which assist in creating an installation package for your program.
edit: I was too slow!
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
|