|
-
Sep 18th, 2000, 09:13 AM
#1
Thread Starter
Lively Member
Can someone explain me the difference between
No compatibility
Project compatibility
Binary compatibility
in the project properties, TAB component
Thanks
-
Sep 18th, 2000, 09:21 AM
#2
Fanatic Member
Hmm
No Compatibility: implies that with every compilation of the component, you end up with a new entry in the windows
registry i.e if you go to Project then References you would
see a new entry every time you recompile your component
for any slight changes
Project Compatibility - is what you check off when developing so that the original entry keeps being overwritten for subsequent compilations
Binary Compatibility: Once you're ready to ship the component to the users and you're ecstatic that everything works, you set that.... Now any changes you made after that
are ok UNLESS you change the methods or properties of the
component in which case you would have to recompile all the clients that talk to this component
Getting ready for the exam, R U?
-
Sep 18th, 2000, 09:26 AM
#3
Fanatic Member
Hmm
No Compatibility: implies that with every compilation of the component, you end up with a new entry in the windows
registry i.e if you go to Project then References you would
see a new entry every time you recompile your component
for any slight changes
Project Compatibility - is what you check off when developing so that the original entry keeps being overwritten for subsequent compilations
Binary Compatibility: Once you're ready to ship the component to the users and you're ecstatic that everything works, you set that.... Now any changes you made after that
are ok UNLESS you change the methods or properties of the
component in which case you would have to recompile all the clients that talk to this component
Getting ready for the exam, R U?
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
|