- Messages
- 45
- Country

Hello !
I have designed an add-on, in the form of an in-process DLL, in visual C++, (standard win32), build using simconnect SP1 for compatibility reasons.
The DLL has grown bigger and is now about 120Ko in the release version.
I have the following problem : The DLL adds a menu item in the FS addon menu. When I launch a new version of my DLL which has just been compiled (meaning that this DLL is run for the first time on FS), I have the security message box at the beginning, I click accept, and when FS is loaded, I can find my item in the addon menu, but when I click it, nothing happens. I also find that my DLL is not running.
Now, if I restart FS, everything will run fine.
This is extremely reproducible. I also found that If I prevent the loading of other add-ons (from the DLL.xml file), like IVAP and FSUIPC, I don't have this problem. Looks a bit like a memory problem, no ?
Any hint on how to debug this ?
cheers
Oliver
I have designed an add-on, in the form of an in-process DLL, in visual C++, (standard win32), build using simconnect SP1 for compatibility reasons.
The DLL has grown bigger and is now about 120Ko in the release version.
I have the following problem : The DLL adds a menu item in the FS addon menu. When I launch a new version of my DLL which has just been compiled (meaning that this DLL is run for the first time on FS), I have the security message box at the beginning, I click accept, and when FS is loaded, I can find my item in the addon menu, but when I click it, nothing happens. I also find that my DLL is not running.
Now, if I restart FS, everything will run fine.
This is extremely reproducible. I also found that If I prevent the loading of other add-ons (from the DLL.xml file), like IVAP and FSUIPC, I don't have this problem. Looks a bit like a memory problem, no ?
Any hint on how to debug this ?
cheers
Oliver
