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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now