Hi!
I'm having problems when connecting multiple instances of SimConnect clients to FSX. I have made an application (C#) which contains three forms that are to show up at run-time. Each form creates a SimConnect-connection and subscribes to the simevents that they need.
If I just show one form at the time, it works just fine. But when I show more than one, the first one showed stoppes getting data from SimConnect, and the other form captures the OnRecvException for every time it recieves data. The dwException is set to 3, which translates to UNRECOGNIZED_ID in the exception enum.
I guess that this exception is the key to the problem with multiple instances as well, but I just can't figure out which ID is unrecognized?
Any ideas?
Thanks!
I'm having problems when connecting multiple instances of SimConnect clients to FSX. I have made an application (C#) which contains three forms that are to show up at run-time. Each form creates a SimConnect-connection and subscribes to the simevents that they need.
If I just show one form at the time, it works just fine. But when I show more than one, the first one showed stoppes getting data from SimConnect, and the other form captures the OnRecvException for every time it recieves data. The dwException is set to 3, which translates to UNRECOGNIZED_ID in the exception enum.
I guess that this exception is the key to the problem with multiple instances as well, but I just can't figure out which ID is unrecognized?
Any ideas?
Thanks!

