gaab Posted May 31, 2017 Report Posted May 31, 2017 Hello, Hope this is the right topic for this message. LM just made official that old plugin dll will not work in P3D V4. I was wondering if it would be feasible to create a "compatibility layer" which would translate 32bits calls in the 64bits API, allowing to "port" all our beloved aircrafts (using dll) which will not be updated. With your indeepth knowledge of SimConnect, you are probably the most capable person to develop such a tool if it makes sense. I am pretty sure it would be a winner. Thanks for your attention. Regards - Gérard Simconnect compatibility V3 vs V4 Postby Beau Hollis » Wed May 31, 2017 10:52 am If your plugin is a standalone exe (which many of the SDK samples are), then it is possible to stay 32-bit and target older SDK versions. If your plugin is a dll, then it must be updated to x64 and compiled against the v4 SDK in order to link and run properly. Beau Hollis Prepar3D Rendering System Lead
Luke Kolin Posted May 31, 2017 Report Posted May 31, 2017 You cannot load a 32-bit DLL into a 64-bit process. This is a Windows (probably x64 in general) limitation. Cheers! Luke
Pete Dowson Posted May 31, 2017 Report Posted May 31, 2017 1 hour ago, gaab said: I was wondering if it would be feasible to create a "compatibility layer" which would translate 32bits calls in the 64bits API, allowing to "port" all our beloved aircrafts (using dll) which will not be updated. With your indeepth knowledge of SimConnect, you are probably the most capable person to develop such a tool if it makes sense. I am pretty sure it would be a winner. Sorry, I've got far too much to do as it is. And it has little to do with Simconnect. Aircraft DLLs are intimately tied into many parts of the sim, and rarely if at all Simconnect. Pitch your suggestion elsewhere please. Pete
gaab Posted June 1, 2017 Author Report Posted June 1, 2017 Hello, I was wondering if it would be feasible Thanks for your answer and perdon my ignorance...Now I know. Have a good day and many thanks to provide a new FSPCUI... Gérard
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