guda Posted February 8, 2013 Report Posted February 8, 2013 Hello Pete, I'm writing an instructor station (http://fsinstructor.com/). I need to write into FSUIPC offsets. Could you reserve an offsets range to stock my variables for: - One short int (2 bytes) - Ten long double (10 bytes each) so a total of 102 bytes; Is it possible? Regards Dan
Pete Dowson Posted February 18, 2013 Report Posted February 18, 2013 I'm writing an instructor station (http://fsinstructor.com/). I need to write into FSUIPC offsets. Could you reserve an offsets range to stock my variables for: - One short int (2 bytes) - Ten long double (10 bytes each) so a total of 102 bytes; Is it possible? Well, yes, probably. Please write to me at petedowson@btconnect.com. Do you really need long double precision? Sounds extreme. Nothing I know of in FS itself uses anything bigger than a normal double 64-bit, 8 bytes), and most things are accurate enough with the 32-bit (4-byte) floats. Using those would bring your need down to 42 bytes, which would be much easier to fit in. Regards Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now