View Single Post
  #1  
Old 04-26-2004, 09:26 AM
gmichaud gmichaud is online now
Registered User
 
Join Date: 04-22-2004
Posts: 7
'No Compatibility' option

Why isn't there a "Set No Compatibility" option in the "Make VB6" action? The documentation mentions that project set to no compatibility are compiled and references are updated automatically. We'd like to use this mode instead of project compatibility.

Why? We've found a problem with VBControlExtender and UserControls. As soon as the TypeLib version hits 10, VBControlExtender no longer receive any events. I can't locate a knowledge base article that documents the problem, however there are many posts on Google Groups and most people suggest to rebuild with no compatibility. Also, this post specifically mention that the problem start occuring when the TypeLib version is >= 10, and that's exactly our problem.

http://groups.google.com/groups?q=Wi...ftngp09&rnum=1

The only solution we have is to manually set them to no compatibility, however i'd like to have Visual Build set all of them to "Binary Compatibility" afterwards, like I can do right now when building with "Project Compatibility"

Thanks again!
Reply With Quote