May 25, 20179 yr Hi Olliver, Just wondering how your products will fit into a 64 bit P3D ? System: MSFS2024, ASUS Rog Stryx Z790-A, Intel i9-14900KF, Asus ROG Ryujin III 360 , Asus Hyperion Case,Rog Stryx 4090 OC, Samsung 970 EVO M.2 SSD, 1Tb Samsung 860 EVO SSD,64Gb G Skill Memory, Asus Aura 1200W Gold PSU,Win 11 ,LG C4 48" 4K OLED Screen., Airbus TCA Full Kit, Stream Deck XL. WinWing FCU, EFIS, MCDU
May 25, 20179 yr Commercial Member Hi Julian, unfortunately I don't know for sure. I don't get any advance access, and I have to wait until the release of the new SimConnect libraries. But I am pretty sure that they won't work in their current state. Theoretically though, this shouldn't be a problem. All of my addons are managed code (C#), relying only on the SimConnect API, and with .Net, 32 vs 64 bit doesn't really matter. I am not using any hacks or dark magic, only lots of code ( WAMA is at 12470 lines of code currently, AITX 2.0 is at 32581 LOC). So generally speaking, a non-functional change in the API like the move to 64bit is usually only a couple of mouse clicks in my IDE, build the same program just with a different library and in 64bit configuration. And I will need a new installer, 64bit Windows apps get installed into a different place. My gauges are a different matter, as they are "classic" C++ (GDI+). But if I read the release anouncement from Lockheed correctly, then P3D V4 actually allows calling managed code DLLs directly now - this is a big deal for me (and for other developers I guess) because we can build gauges and systems simulations now, that are a lot easier to implement than they used to be - and we can build more powerful apps in the same time frame. Things that could go wrong are usually functional changes in the API, if a method is no longer there or if it suddenly does something else. But that would be against the whole philosophy of providing an API - which was the reason why I have used this type of architecture in the first place. All in all I am carefully optimistic that this will turn out well. Best regards Oliver Binder Lorby-SI LORBY-SI
May 26, 20179 yr Author Cheers thanks Oliver. Sounds like things might turn out very good. Certainly may open doors that were locked previously. System: MSFS2024, ASUS Rog Stryx Z790-A, Intel i9-14900KF, Asus ROG Ryujin III 360 , Asus Hyperion Case,Rog Stryx 4090 OC, Samsung 970 EVO M.2 SSD, 1Tb Samsung 860 EVO SSD,64Gb G Skill Memory, Asus Aura 1200W Gold PSU,Win 11 ,LG C4 48" 4K OLED Screen., Airbus TCA Full Kit, Stream Deck XL. WinWing FCU, EFIS, MCDU
Archived
This topic is now archived and is closed to further replies.