- Messages
- 1,360
- Country

A question for anyone.
What are the advantages and disadvantages between writing a simconnect program as a DLL or EXE.
I see the traffic map program in the SDK is a DLL. Why could it not be an EXE? Since Simconnect is client/server is it more efficient communications as a DLL vs and EXE. It says a DLL is in the FS process space and EXE is not. MS says it is safer to run as an EXE.
The only thing I see is that you don't need to set your sim to "continue running during task switching". Can you get fancy and use the dialogs/messageboxes that FS has rather than the regular windows dialogs?
What are the advantages and disadvantages between writing a simconnect program as a DLL or EXE.
I see the traffic map program in the SDK is a DLL. Why could it not be an EXE? Since Simconnect is client/server is it more efficient communications as a DLL vs and EXE. It says a DLL is in the FS process space and EXE is not. MS says it is safer to run as an EXE.
The only thing I see is that you don't need to set your sim to "continue running during task switching". Can you get fancy and use the dialogs/messageboxes that FS has rather than the regular windows dialogs?

