VB6: Question about version numbers of dependent OCXs

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-06-16T13:56:52Z Indexed on 2010/06/16 14:12 UTC
Read the original article Hit count: 289

Filed under:
|
|
|

Is it important for a VB6 app to refer to certain OCX versions?

I have noticed that if I put my VB6 app code through the IDE on one machine then the form files will refer to different version of some OCXs than if I use another machine.

What is the rule of thumb with this? Is it safe to assume that most of these old OCX versions will be compatible with each other and so I shouldn't worry?

Some of the OCXs in question are:

RICHTX32.OCX  v1.1 and v1.2
COMCTL32.OCX  v1.2 and v1.3

© Stack Overflow or respective owner

Related posts about vb6

Related posts about dependencies