In my VBP file I have a line:
[tt]Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#[blue]1.3[/blue]#0; comctl32.Ocx[/tt]
I work in a team of 7 people. 6 computers are OK, but if this one person uses the vbp file, the version (in blue) jumps from 1.3 to 1.4 on the line with comctl32.Ocx
We use Vault as our code library to check files in and out. So if this one person checks vbp file out and checks it back in, everybody else ends up with 1.4 which errors in VB6. I have to re-set it back to 1.3
Any idea of what I need to do for all 7 people / computers to work with the same version of this ocx?
Have fun.
---- Andy
A bus station is where a bus stops. A train station is where a train stops. On my desk, I have a work station.
[tt]Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#[blue]1.3[/blue]#0; comctl32.Ocx[/tt]
I work in a team of 7 people. 6 computers are OK, but if this one person uses the vbp file, the version (in blue) jumps from 1.3 to 1.4 on the line with comctl32.Ocx
We use Vault as our code library to check files in and out. So if this one person checks vbp file out and checks it back in, everybody else ends up with 1.4 which errors in VB6. I have to re-set it back to 1.3
Any idea of what I need to do for all 7 people / computers to work with the same version of this ocx?
Have fun.
---- Andy
A bus station is where a bus stops. A train station is where a train stops. On my desk, I have a work station.