in VB6, why do I have to set version compatibility to No Compatibility from Binary Compatibility, an

Posted by Farhan on Stack Overflow See other posts from Stack Overflow or by Farhan
Published on 2010-04-13T10:30:34Z Indexed on 2010/04/13 10:32 UTC
Read the original article Hit count: 616

Filed under:
|

My project was originally set to Binary Compatibility, but it was not building. So I first set it to No Compatibility, it built fine that way. Then I set it back to Binary Compatibility, and overwrote over the previously generated file, it worked fine.

Why does this have to happen?

© Stack Overflow or respective owner

Related posts about vb6

Related posts about binary-compatibility