Re: Libraries of subs and functions
- From: "Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 8 Jun 2007 21:55:19 -0700
"Kevin Provance" <casey@xxxxxxxxxxx> wrote in message
news:egLYnLhqHHA.1220@xxxxxxxxxxxxxxxxxxxxxxx
If you go that route, a word of advice...set the project for binary
compatibility. If not and you change something significant it could break
compatibility with earlier versions and you'll run into some nice DLL
Hell.
- Kev
fwiw, If you compile without maintaining binary compatibility nothing needs
to change at all. Just the act of recompiling will break it because VB will
generate all new interface IDs for all public members. Not a single code
change required. Also, it must be "maintained". Some just set it and forget
it. Big mistake.... the errors you get are far more confusing when the dll's
only partially broken. Here's a quicky "primer" on the subject.
Binary Compatibility
http://www.vbsight.com/BinaryComp.htm
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
.
- Follow-Ups:
- Re: Libraries of subs and functions
- From: mayayana
- Re: Libraries of subs and functions
- References:
- Re: Libraries of subs and functions
- From: Kevin Provance
- Re: Libraries of subs and functions
- Prev by Date: Re: Libraries of subs and functions
- Next by Date: Re: Class not registered error
- Previous by thread: Re: Libraries of subs and functions
- Next by thread: Re: Libraries of subs and functions
- Index(es):
Relevant Pages
|