🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Callback MSFS

Started by
0 comments, last by MikeCyber 2 years, 2 months ago

Hi

WASM: Gauge Bitmap has no callback function in module vfs://4/SimObjects/Airplanes/4/panel/4.wasm

but I have:

// Callbacks

extern "C" {

MSFS_CALLBACK bool Demo_gauge_callback(FsContext ctx, int service_id, void* pData)

{

Why the error, what am I doing wrong?

Many thanks

This topic is closed to new replies.

Advertisement