TI Releases Beta of TI-89/92+ SDK
Posted by Eric on 9 November 2000, 22:22 GMT
Welp, the long-awaited 68K Beta SDK is (almost) here. Colin Squier was the first of many to send in a link to the registration page for TI's new TI-89/92+ SDK, which was supposed to have come out last month. There you can register and download the TI FLASH Studio, which is approximately six megabytes large. Find more information at the above link. P.S. The "(almost)" in the preceding paragraph refers to a broken link at the end of the registration page. When I tried it myself, the registration was successful but the link to download the software was broken. Let me know when TI fixes it. Thanks! Update (Eric): Okay, lots of people have emailed me saying that the link has been fixed. You can stop emailing me now :).
|
|
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
buggy
|
Necrosis
(Web Page)
|
Anyone else notice that this *beta* software is more alpha quality? I know many beta programs that are more stable than this.... hell alpha linux kernels are more stable than this
This junky thing has crashed on me every time I have opened it!
|
|
10 November 2000, 15:57 GMT
|
|
Re: TI Releases Beta of TI-89/92+ SDK
|
nyall
|
In the documentation isn't the section on flash apps vs assembly programs funny?
Majority of the limitations of asm are deliberate. But what is annoying is that ti acts like the ability to make flash apps is a god send.
Some limitations do not exist like the system overide- it says code may move during garbage collection so this is not possible- as if we do not know how to allocate memory, copy code to that memory, and lock the handle.
But here is my favorite line in the section:
"No — ASM programs have no OS-supported shared-code interface."
Exactly- we have kernels.
I could gather that TI did not like what the 89 programmers have been doing, but I thought they were only minorly annoyed. So let hacking and the open OS continue and screw Texas Instruments. I got my 89 to program and I am going to program it.
-Samuel Stearley
|
|
12 November 2000, 03:06 GMT
|
|
Re: TI Releases Beta of TI-89/92+ SDK
|
Zeljko Juric
(Web Page)
|
Well, I browsed a bit through a SDK documentation. It is much better than in alpha release (what is natural), but anyway, I need to warn anybody:
DON'T BELIEVE TOO MUCH IN THIS DOCUMENTATION IF YOU WANT TO USE THESE INFORMATION FOR PROGRAMMING WITH TIGCC!
There are several reasons for this:
1) Generally, the most information in this doc is true only on AMS 2.xx, but a lot of programmers still use AMS 1.xx.
2) Very often, TI says that the routine is "Available on all versions of the TI-89 / TI-92 Plus", but actually, it is available only on AMS 2.03 or greater. I informed TI about this, but no reply. As SDK works only with AMS 2.04 or greater, they obviously don't care about this.
3) Even when the routine exists on AMS 1.xx (like SymFindFirst, DialogAdd, etc.) many optional flags mentioned in the documentation works only with recent versions of the AMS.
To conclude: if you program with TIGCC, use only what is described in TIGCC doc. I will update this doc in the near future, now I need not to be silent any more.
Another topic: have anybody noticed that it is very hard to use SDK for making programs which do not look like TI built-in applications (i.e. the toolbar on the top of the screen, etc.)? There is not anything like clrscr(), nor any function from graph.h there. So, I will give one challenge to programmers who use SDK: make a program which will clear the whole screen, display a "Hello world" at the top of the screen, and draw the diagonal line accross the whole screen. Note that this is not impossible with tools given in SDK, but anyway, try to do it...
|
|
12 November 2000, 09:48 GMT
|
|
Re: TI Releases Beta of TI-89/92+ SDK
|
mmu_man
(Web Page)
|
BTW, I even don't need to ask if it works under Linux... It's obvious TI doesn't know about Linux as a lot of people... It makes me mad :(
Now that I got TIGCC working under Linux (even better than under windows :p ), I don't see myself switching back to windows for devel anyway (I still wonder if one can really WORK under wincrash... )
|
|
12 November 2000, 19:22 GMT
|
|
89 linking problem
|
Knight/Rocket
|
My 89 will send things to my computer via Graph Link perfectly. My computer will send things to my 89 via Graph Link perfectly. However my 89 is having problems sending to a friend's 89. What could be the problem?
89s are rare enough I can't find another one to link to to see if my calc is messed up.
|
|
12 November 2000, 21:23 GMT
|
|
1 2 3 4
You can change the number of comments per page in Account Preferences.
|