guda Posted February 8, 2013 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Pete Dowson Posted February 18, 2013 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.