|
-
February 22nd, 1999, 11:24 AM
#1
patches
how can I make a patch for my rpogram to update it instead of reinstalling a newly compiled program.
-
February 22nd, 1999, 12:32 PM
#2
Re: patches
Hi
That all depends on how you have designed your program.
If your program is made up of ActiveX DLL's/EXE's or OCX's, then you only have to reinstall the changed component (unless you've broken compatibility). There is no 'exe-patching' available in VB (at least that I'm aware of, and I'm pretty sure that nobody from Microsoft would encourage it).
If you need to learn about Compatibility, take a look at the Books-online documentation that came with your copy of VB.
Regards
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb
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
|