You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
64-bit versions of prepar3d are backwards compatible with 32-bit versions. A 32-bit version written with the help of this library would then support all versions of prepar3d.
I gave it a shot with 32-bit SimConnect.dll's and .lib's while targeting stable-i686-pc-windows-gnu but I can't get it to compile.
Any tips? The library as it stands returns E_FAIL from SimConnect_GetNextDispatch
The text was updated successfully, but these errors were encountered:
Seems like it'd be possible if you could specify the toolset version when targeting stable-i686-pc-windows-msvc. For P3Dv3 specifically it requires Visual Studio 2013 (v120) toolset in order for the linker not to throw a fit.
Yeah I've tried as well but can't get the linker to find the symbols in the lib file for FSX:SE... it might as well be as you've stated that we need an older toolset.
64-bit versions of prepar3d are backwards compatible with 32-bit versions. A 32-bit version written with the help of this library would then support all versions of prepar3d.
I gave it a shot with 32-bit SimConnect.dll's and .lib's while targeting
stable-i686-pc-windows-gnu
but I can't get it to compile.Any tips? The library as it stands returns
E_FAIL
fromSimConnect_GetNextDispatch
The text was updated successfully, but these errors were encountered: