prosens
07-01-2008, 06:52 AM
So far we were using Stingray version : 9.0.3.0, recently we have migrated to 11.0.0.0. We have a range of applications where we use stingray. It was not possible to migrate all of them to the latest version. So initially we tried few things which I will list here: Lets assume we have an application A which uses a dll B. Both of them uses stingray.
Observation: 1
**************
A's stingray version: 9.0.3.0 (Static Linking)
B's stingray version: 11.0.0.0(Static Linking)
Result: Some debug assertion from GxCore, Grid grays out and goes to read only mode
Observation: 2
**************
A's stingray version: 11.0.0.0(Static Linking)
B's stingray version: 11.0.0.0(Static Linking)
Result: Problem in grid controls which has combo box
Observation: 3
**************
A's stingray version: 11.0.0.0(Static Linking)
B's stingray version: 11.0.0.0(Dynamic Linking)
Result: Some debug assertion from GxCore, Grid grays out and goes to read only mode
Observation: 4
**************
A's stingray version: 9.0.3.0 (Static Linking)
B's stingray version: 11.0.0.0(Dynamic Linking)
Result: Some debug assertion from GxCore, Grid grays out and goes to read only mode
Also I have seen that if I build A using VC6 and build B using VC8 we encounter some debug assertions. I am not sure if these assertions are because of stingray or not.
Is it a known problem, or I am missing some steps here. Can you please suggest some suitable solutions for the case where the same application has different components built with different versions of stingray.
Observation: 1
**************
A's stingray version: 9.0.3.0 (Static Linking)
B's stingray version: 11.0.0.0(Static Linking)
Result: Some debug assertion from GxCore, Grid grays out and goes to read only mode
Observation: 2
**************
A's stingray version: 11.0.0.0(Static Linking)
B's stingray version: 11.0.0.0(Static Linking)
Result: Problem in grid controls which has combo box
Observation: 3
**************
A's stingray version: 11.0.0.0(Static Linking)
B's stingray version: 11.0.0.0(Dynamic Linking)
Result: Some debug assertion from GxCore, Grid grays out and goes to read only mode
Observation: 4
**************
A's stingray version: 9.0.3.0 (Static Linking)
B's stingray version: 11.0.0.0(Dynamic Linking)
Result: Some debug assertion from GxCore, Grid grays out and goes to read only mode
Also I have seen that if I build A using VC6 and build B using VC8 we encounter some debug assertions. I am not sure if these assertions are because of stingray or not.
Is it a known problem, or I am missing some steps here. Can you please suggest some suitable solutions for the case where the same application has different components built with different versions of stingray.