I'm working on implementing thinBasic SDK for FreeBasic compiler but I'm stuck with EXTENDED data type.
Most of the thinBasic SDK functions handling numbers are designed to work with EXTENDED numbers but EXTENDED are not supported natively by FreeBasic.

So, for example, if a SDK function expect an EXT passed BYREF, how to handle in FreeBasic?

Any help is appreciated.

Thanks a lot
Eros