Hello!I wrote this simple code:
This example was compiled using Borland C++ Builder 2006 Turbo. It works perfectly in my main working OS (where I have IDE installed). But in the clean virtual OS (where only FSX is installed) callback function (SimConnectProcess in the code above) is not processed at all. This is obious as in the final log 'SimConnect_Open success', 'SimConnect_CallDispatch success', 'DLLStart' messages are presented, but 'SimConnectProcess success' is absent.How can I fix this?