Author Topic: Nspire Cross-OS libs?  (Read 3775 times)

0 Members and 1 Guest are viewing this topic.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Nspire Cross-OS libs?
« 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)

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: Nspire Cross-OS libs?
« Reply #1 on: April 19, 2011, 09:05:46 pm »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Nspire Cross-OS libs?
« Reply #2 on: April 19, 2011, 10:09:15 pm »
So, that doesn't need any OS-dependent libs? very helpful, thanks!

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: Nspire Cross-OS libs?
« Reply #3 on: April 19, 2011, 10:14:31 pm »
Well, it calls directly subroutines of the OS. And Ndless refers each address for you.
« Last Edit: April 19, 2011, 10:14:51 pm by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Nspire Cross-OS libs?
« Reply #4 on: April 19, 2011, 10:45:17 pm »
So, ndless accomodates for the different OSes itself? Great!