Omnimaga

Calculator Community => TI Calculators => Calculator C => Topic started by: willrandship on April 19, 2011, 08:41:44 pm

Title: Nspire Cross-OS libs?
Post by: willrandship on April 19, 2011, 08:41:44 pm
Each OS, if I'm not mistaken, has its own include file, but there are also some that do not. Is there a list of libraries that can be used on any calc, CAS or nonCAS, OS 1.1 or 2.1?

If I could find this out, I don't need to set up a 1.4 dev environment :) 2.0 sets up much easier, but 1.4's 84+ emu, which I use heavily, is much more stable (and doesn't use MathPrint :P)
Title: Re: Nspire Cross-OS libs?
Post by: Levak on April 19, 2011, 09:05:46 pm
This ? http://hackspire.unsads.com/wiki/index.php/Syscalls
Title: Re: Nspire Cross-OS libs?
Post by: willrandship on April 19, 2011, 10:09:15 pm
So, that doesn't need any OS-dependent libs? very helpful, thanks!
Title: Re: Nspire Cross-OS libs?
Post by: Levak on April 19, 2011, 10:14:31 pm
Well, it calls directly subroutines of the OS. And Ndless refers each address for you.
Title: Re: Nspire Cross-OS libs?
Post by: willrandship on April 19, 2011, 10:45:17 pm
So, ndless accomodates for the different OSes itself? Great!