Extended data type

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
erosolmi
Posts: 16
Joined: May 12, 2007 15:03
Location: Milan - Italy
Contact:

Extended data type

Post by erosolmi »

Are extended floating point numbers (10 bytes, 80 bits, 18 digits of precision) supported by FreeBasic ?
I'm interfacing some DLL developed with Power Basic that have EXT parameters passed BYREF.

Thanks a lot
Eros
Last edited by erosolmi on Aug 22, 2008 0:06, edited 1 time in total.
1000101
Posts: 2556
Joined: Jun 13, 2005 23:14
Location: SK, Canada

Post by 1000101 »

No, but you're welcome to submit a compiler patch to allow native support.
erosolmi
Posts: 16
Joined: May 12, 2007 15:03
Location: Milan - Italy
Contact:

Post by erosolmi »

I'm sorry, I cannot contribute.
I know how to write interpreters ( http://www.thinbasic.com ) but I have no clue on how to write compilers.
erosolmi
Posts: 16
Joined: May 12, 2007 15:03
Location: Milan - Italy
Contact:

Post by erosolmi »

I saw there is a real10 example library in official FreeBasic installation. I will start from there.
Post Reply