simconnect-rust icon indicating copy to clipboard operation
simconnect-rust copied to clipboard

Is it possible to use this with 32-bit builds of Prepar3D?

Open JohnnyCurran opened this issue 3 years ago • 2 comments

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

JohnnyCurran avatar Mar 18 '21 20:03 JohnnyCurran