- Messages
- 180
- Country

Yes, it's this:
// Flightsim calling convention
#define FSAPI __stdcall
i forgot to put it there hehehe
Also remmember that code, must be used in a dll, i mean, you will need, of course, to make a module (DLL) for FSX, then use the code i wrote, because if you want to access the exported functions of the FSX, your add-on or program must be part of the same process, that means your add-on or program cann't be an executable running outside of the FSX process. (just clarifying lol..
)...
Best Regards,
Manuel Ambulo
// Flightsim calling convention
#define FSAPI __stdcall
i forgot to put it there hehehe
Also remmember that code, must be used in a dll, i mean, you will need, of course, to make a module (DLL) for FSX, then use the code i wrote, because if you want to access the exported functions of the FSX, your add-on or program must be part of the same process, that means your add-on or program cann't be an executable running outside of the FSX process. (just clarifying lol..
Best Regards,
Manuel Ambulo
Last edited:

