Hello!
Just started using the SimConnect SDK and I'm having some issues. I'm writing an external C++ applications using the .lib and .h files included in the SDK.
The thing is, when I build my project with the P3D v3 SimConnect SDK files, my app connects fine to P3D (but as expected not to FSX:SE). In order to get my app working with both FSX and P3D, from what I understand, I must build my app using the FSX SimConnect SDK. When I do so, my app connects to FSX:SE, but when trying to connect with P3D, the connection is opened, but shortly after I get the SIMCONNECT_EXCEPTION_VERSION_MISMATCH (dwException=5, dwSendID=1, dwIndex=262144).
My program works as expected with both SDKs as long as they are used with their respective simulator.
Any thoughts?
Just started using the SimConnect SDK and I'm having some issues. I'm writing an external C++ applications using the .lib and .h files included in the SDK.
The thing is, when I build my project with the P3D v3 SimConnect SDK files, my app connects fine to P3D (but as expected not to FSX:SE). In order to get my app working with both FSX and P3D, from what I understand, I must build my app using the FSX SimConnect SDK. When I do so, my app connects to FSX:SE, but when trying to connect with P3D, the connection is opened, but shortly after I get the SIMCONNECT_EXCEPTION_VERSION_MISMATCH (dwException=5, dwSendID=1, dwIndex=262144).
My program works as expected with both SDKs as long as they are used with their respective simulator.
Any thoughts?
