GHD Posted November 9, 2018 Report Posted November 9, 2018 I have several C++ programs which interface to FSX via FSUIPC. If I specify FSConnection(SIM_ANY); will the 32 bit program connect to 64bit P3D V4 or do I need to recompile my program in 64bit? George Edit. They seem to work ok.
Pete Dowson Posted November 9, 2018 Report Posted November 9, 2018 2 hours ago, GHD said: I have several C++ programs which interface to FSX via FSUIPC. If I specify FSConnection(SIM_ANY); will the 32 bit program connect to 64bit P3D V4 or do I need to recompile my program in 64bit? No, you are okay. FSUIPC5 does have a different interface for 64-bit programs (which isn't supported in FSUIPC4 and earlier), but existing 32-bit ones are okay with the older interface. And there's nothing extra fror 64 bit programs. 2 hours ago, GHD said: Edit. They seem to work ok. Ah, you found out! 😉 Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now