WebSimConnect
Resource contributor
- Messages
- 154
I spent few hours to test a little bit FSW. I created .lib file out of new simconnect.dll and used old simconnect.h and old gauges.h. I ported from FSX 2 projects, a gauge and a dll loaded by DLL.XML. All compiled well for x64. My findings are:
- the gauge is loaded by FSW and security warnings pops like in FSX, however it crashes immediately.
- the DLL gets loaded, module_init gets called, PPANELS Panels is initialized, however calling panel_register_c_callback returns false and my code cannot continue.
in summary, we need to wait for SDK to be published (if ever)
any other attempts on FSW ?
M.
- the gauge is loaded by FSW and security warnings pops like in FSX, however it crashes immediately.
- the DLL gets loaded, module_init gets called, PPANELS Panels is initialized, however calling panel_register_c_callback returns false and my code cannot continue.
in summary, we need to wait for SDK to be published (if ever)
any other attempts on FSW ?
M.








