To work around a bug in SimConnect, introduced in FSX and apperantly solved in P3Dv4.* , I need to identify the exact FSX/P3D version a user has installed; to keep my XML code compatible for all FSX/P3D versions.
For FS9 / FSX / P3Dv1/2/3, I'm now using Doug Dawson's XMLsound gauge, which provides these version number in Lvars.
Like:
The version for FSX-Accel is: 10.0.61637.0
Reflected in Doug's Lvars by:
- (L:FSVersionMajor,number) = 10
- (L:FSVersionMinor,number) = 0
- (L:FSVersionBuild,number) = 61637
Questions:
1. Does this concept still work for Doug's 64-bit XML-Sound gauge (for P3Dv4.*) ??
(I can't try this myself, since I only have FSX-Accel)
2. If so:
Does somebody have an overview of all FS9 / FSX-boxed / FSX-Steam / P3D versions released sofar ??
3. If not:
Any other suggestions ??
Thanks in advance ,
Rob
For FS9 / FSX / P3Dv1/2/3, I'm now using Doug Dawson's XMLsound gauge, which provides these version number in Lvars.
Like:
The version for FSX-Accel is: 10.0.61637.0
Reflected in Doug's Lvars by:
- (L:FSVersionMajor,number) = 10
- (L:FSVersionMinor,number) = 0
- (L:FSVersionBuild,number) = 61637
Questions:
1. Does this concept still work for Doug's 64-bit XML-Sound gauge (for P3Dv4.*) ??
(I can't try this myself, since I only have FSX-Accel)
2. If so:
Does somebody have an overview of all FS9 / FSX-boxed / FSX-Steam / P3D versions released sofar ??
3. If not:
Any other suggestions ??
Thanks in advance ,
Rob


