Simconnect client to be used with both MSFS and P3D

In my experience it does not work. What I tested and got to work BTW is to have the code choose between two unmanaged DLLs. If they have the same name, you can link the external code with “DllImport”, after using a “LoadLibrary” call to get one of the two from a subdirectory. I am unsure if you can do something like that with Managed DLLs though.