- Messages
- 42
- Country

I've updated my SimConnect app for SP1 and was not surprised when it stopped working as it did pre-SP1. After a little investigation I found that MS have made very subtle changes that broke whole routines.
Two I have found are:
Two I have found are:
- When sending waypoints, pre-SP1 you sent the size of the array, now you send the size of the elements. This caused failure of objects to move along the path.
- When requesting data, the period SIMCONNECT_PERIOD_SIM_FRAME has been removed and replaced by SIMCONNECT_PERIOD_ON_SET.
