|
-
Sep 16th, 2000, 12:23 PM
#1
Thread Starter
Member
Can someone tell me how to embed one file to the other so that the first file outputs the embedded file.(Like self-extracting exes,setup files etc...)
-
Sep 16th, 2000, 12:31 PM
#2
You can include any file with a VB program using a resource file. But your application can't ran on a computer that doesn't have the VB runtime files.
-
Sep 16th, 2000, 12:31 PM
#3
-
Sep 16th, 2000, 01:02 PM
#4
Thread Starter
Member
Matthew,I took allok at the compression util and downloaded it.But it doesnt work on my Win95 box!!.When I try to run the source it says I dont have MSCHART.ocx or something.I dont have time right now to examine the code so......
Can you briefly explain what it does?
To Joacim, i want to know how to embed files after the program has been compiled.Can resource files be updated after compilation?
-
Sep 16th, 2000, 06:51 PM
#5
With respects to file embedding, you can use a Byte Array.
-
Sep 17th, 2000, 12:40 AM
#6
Frenzied Member
No, you can't modify resources after compilation. I used to do it all the time in Win 3.1, but the 32bit versions don't allow it.
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
|