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.
|
|
Re: TI Releases Beta of TI-89/92+ SDK
|
Mike Kolassa
(Web Page)
|
I'm now downloading it as well. Mmmm... The ability to make Flash apps for my 89 and my 92Plus finally... I wonder how fast I'm going to mess up my calc... >:)
|
|
9 November 2000, 22:47 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Too many RE's
|
Scott Noveck
(Web Page)
|
No guarantees this is correct, but I'm fairly certian this is how it works:
First you purchase the SDK License (Educational, probably $100 for 3 signings, or Professional, probably $300 for 10 signings), along with which you'll obtain a Developer Certificate and Key File. With these files, you'll be able to run your programs on your own calc(s). When you've sufficiently site tested it, you send the source off to TI to sign. TI reserves the right to review your code and refuse to sign it if they see anything they don't like. If they approve it and you ask for a shareware or freeware signature, they'll sign the app and send it back to you. If you want to sell it on a per-copy basis, I believe you can reach an agreement to have TI market it for you in their store for a certain price.
|
|
12 November 2000, 08:22 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Too many RE's
|
MicroLITH
|
That's hilarious. So basically, all that flashrom space for flashapps is being sold by TI, who are making a profit off storage space they don't own, and charging developers money, just so they can make full use of the hardware.
There's just something about this whole signing deal that just strikes me as wrong, unethical, and greedy. It's not their calculator, and it's not their software
I do hope they get it cracked, so TI can bitch, whine, and try suing everyone for wanting to make use of their calculators.
|
|
15 November 2000, 00:28 GMT
|
|
Re: TI Releases Beta of TI-89/92+ SDK
|
Stephen
|
"There are no comments to this post yet. Why don't you add one?"
Thanks to my forgotten password, I was unable to get first comment. :(
FINALLY! Hey, they should have 13-20 y.o. guys working for them so things get done faster ;) j/k
|
|
10 November 2000, 00:18 GMT
|
|
Re: TI Releases Beta of TI-89/92+ SDK
|
Sean Barnes
(Web Page)
|
It's a good thing the TI-GCC documentation was so good. TI's documentation is in the form of a 1300 page pdf file that is not linked together very well. It might work in a printed form, but a book is not what a programmer wants. Documentation should be more like TI-GCC or Microsoft Visual Studio. You can't even copy and paste source code from TI's docs.
From my limited use of the SDK, it does not seem to be much more useful than the TI-GCC IDE.
-Sean
|
|
10 November 2000, 01:13 GMT
|
|
Re: TI Releases Beta of TI-89/92+ SDK
|
Mike Kolassa
(Web Page)
|
BAH! The SDK doesn't like Windows Millenium Edition. :( I even tried manually adding the "Set SIERRA=C:\SIERRA" into the CMDINIT.BAT in the Windows\Commands directory (What MS did to prevent "harmful" tampering to Windows, this file auto restores the autoexec.bat file every reboot), and it still did not want to work. Anyone out there with Windows ME that wants to lend me a hand in this?
|
|
10 November 2000, 01:39 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows Millennium Sucks
|
Mike Kolassa
(Web Page)
|
Add the following lines before the "SET TEMP=C:\Windows\Temp" part of your Autoexec.bat file.
@DelTree /Y C:\WINDOWS\Temp
@MD C:\WINDOWS\Temp
It clears your temp directory on reboot, freeing up a lot of harddrive in some cases.
Oh, and another thing. You know the system restore feature? That's why Windows ME seems slower than Windows 98, because every time you touch a file, it makes a backup copy in the C:\_RESTORE directory. You touch an MP3, oops, it has to make a backup copy. And want to know the real kicker? It KEEPS making copies, all the way until you have only 200mb free on your harddrive.
How to shut this off? Well, this was another kicker. You can't simply delete the backed up files because the entire _RESTORE directory is marked as in use and thus can't be deleted. And since Microsoft removed the "Exit to DOS" feature, one can't just exit Windows to a DOS prompt like before. While there is an obscure "Disable System Restore" option buried away in the System control panel applet, interestingly enough under the "Performance - File System - Troubleshooting" tab, that still doesn't help with all the wasted hard disk space.
So here is my brute force solution to shut off and remove all traces of System Restore:
-In Control Panels, Add/Remove Programs, create a Windows boot disk. It's really an MS-DOS boot disk.
-Shut down Windows and reboot the PC from the floppy disk.
-Go the C: prompt by typing C:
-Type "C:\WINDOWS\COMMAND\DELTREE C:\_RESTORE" to remove all the System Restore files. This may take a while, and in my case, it took two hours on a PIII 900.
-Create a bogus file called _RESTORE by, for example, running EDIT and creating a blank text file.
-Type "C:\WINDOWS\COMMAND\ATTRIB +r +s +h _RESTORE" to hide this file. This will prevent Windows from re-creating its hidden directory.
Now reboot the PC and watch Windows Millennium run much faster!
I just figured that I'd share this secret with fellow people running Windows Millennium. May the revolution begin! >:)
|
|
10 November 2000, 21:42 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Windows Millennium Sucks
|
Mike Kolassa
(Web Page)
|
Unfortunately, it is. Microsoft doesn't like it when you try to disable their little features that they worked so hard on. If you follow my previous instructions, you WILL notice a difference. I definately did. And I have the free harddrive space to prove it. :)
Remember, when you create the bogus file, make sure you only type in _RESTORE as the name, no extension after it, otherwise it won't work. This way, the computer can't distinguish it was a folder or a file, and therefore, can't write to it.
|
|
11 November 2000, 04:20 GMT
|
|
1 2 3 4
You can change the number of comments per page in Account Preferences.
|