• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

P3D v4 Issue with RequestData Sample

Messages
26
Country
france
Hello,
I'm trying to set up my tools to compile my old FSXA C++ codes into P3DV4 64bit one. Therefore I used P3D V4.1.7 SDK and MSVC 2015 to compile some SDK's samples.

I did a test with RequestData sample which uses Simconnect_RequestDataOnSimObjectType function that I use a lot in my Carrier or Radar gauge codes.

But when the RequestData.exe is launched (using P3D V4.0), it closes immediately.
In the Simconnect log file I have this:

(...)
> 1.43040 [ 0, 1]Open: Version=0x0000001B Name="Request Data"
< 1.43103 [0] >>>>> EXCEPTION=5, SendID=1, Index=0 <<<<<
> 1.43112 [ 0, 2] Unrecognized Client: received data ignored. [ 0, 2]
> 1.43143 [ 0, 3] Unrecognized Client: received data ignored. [ 0, 3]
> 1.43167 [ 0, 4] Unrecognized Client: received data ignored. [ 0, 4]
> 1.43190 [ 0, 5] Unrecognized Client: received data ignored. [ 0, 5]
> 1.43213 [ 0, 6] Unrecognized Client: received data ignored. [ 0, 6]
> 1.43233 [ 0, 7] Unrecognized Client: received data ignored. [ 0, 7]
1.86147 [0] Disconnected! (5, C000014B)


Is there something I missed? Does P3DV4.0 incompatible with a v4.1 compiled code?
Thank you in advance for any lead
Regards,
Sylvain
 
A program compiled against the v4.1 version of SimConnect will certainly not work with P3D v4.0
 
Hi Doug!
Thank you for your answer : no back-compatibility to be expected... My question was a dummy one ... :)
After having done my test on a v4.1 version, everything is ok!
Thanks again,

Sylvain
 
Back
Top