This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Your Projects subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. NimbusOS => Your Projects
United-TI Archives -> NimbusOS
 
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Author Message
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 23 Jan 2004 02:26:00 pm    Post subject:

It won't have its own parser; it will have its own way of loading the TIOS parser. Essentially, we are going to make the existing parser work correctly; we hope.

It might have problems with external functions; I don't know.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 23 Jan 2004 04:14:41 pm    Post subject:

i would expect it to. Symbolic/Pretty Print set an interrupt dont they? doesn't NimbusOS use an interrupt? from what i know of interrupts, you can't load 2 separate interrupts into IM 2 Laughing
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 26 Jan 2004 08:52:23 am    Post subject:

yes, but you can install 1 interrupt that checks multiple conditions, and triggers the correct app as though it were the normal interupt. It's how symbolic survives the installation of omnicalc. Omnicalc itself does not have code for symbolic functions, but it can tell symbolic to run those bits of code.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 26 Jan 2004 02:41:25 pm    Post subject:

62 52 53 53 wrote:
It's how symbolic survives the installation of omnicalc. Omnicalc itself does not have code for symbolic functions, but it can tell symbolic to run those bits of code.

Symbolic and Omnicalc do not both work well at the same time. After installing Symbolic, the double-prgm menu didn't work until I went into Omnicalc again.
Back to top
X1011
10100111001


Active Member


Joined: 14 Nov 2003
Posts: 657

Posted: 26 Jan 2004 02:56:14 pm    Post subject:

You don't install Symbolic if you have both, just install Omnicalc.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 26 Jan 2004 03:09:09 pm    Post subject:

Omnicalc checks if Symbolic is on the calculator?
Back to top
X1011
10100111001


Active Member


Joined: 14 Nov 2003
Posts: 657

Posted: 26 Jan 2004 04:04:30 pm    Post subject:

Yea, look in the manual: http://www.detachedsolutions.com/omnicalc/...ll.php#symbolic
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 27 Jan 2004 12:43:04 pm    Post subject:

I must have a backward version of omnicalc installed... or else the ram clears didn't do it any good...
Back to top
mmartin


Newbie


Joined: 18 Dec 2003
Posts: 7

Posted: 27 Jan 2004 12:58:56 pm    Post subject:

Omnicalc/symbolic just use the parserhook to make the extra tokens work. When you run a program, they first replace all their tokens with real(NR. Then they catch all executions of real( and chekc if it's got multiple arguments. If so, they will execute their own code.

It's possible to use the basic parser from apps without trouble, it just takes some work to find out when it crashes and why. That's how I created the code for basicbuilder.
Back to top
tyskis


Member


Joined: 20 Nov 2003
Posts: 238

Posted: 27 Jan 2004 01:21:21 pm    Post subject:

are all of you ignoring my problem with the program sorter (new version, and yes, i have double and triplechecked). It's the same problem as with the old version...

Sad Sad Sad
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 27 Jan 2004 07:03:00 pm    Post subject:

Will Nimbus OS support Crunchyos Progs.?
Back to top
X1011
10100111001


Active Member


Joined: 14 Nov 2003
Posts: 657

Posted: 27 Jan 2004 09:43:36 pm    Post subject:

I don't think so since they are compressed.
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 28 Jan 2004 12:35:35 am    Post subject:

Darn. I was really hoping it would.
Back to top
mmartin


Newbie


Joined: 18 Dec 2003
Posts: 7

Posted: 28 Jan 2004 01:02:46 pm    Post subject:

It's quite easy to add support because crunchyos is opensource. It will be mainly copy-paste and converting some code to fit your needs.
Back to top
Toksyuryel
Crimson Dragon Software


Elite


Joined: 14 Jun 2003
Posts: 880

Posted: 28 Jan 2004 11:51:35 pm    Post subject:

Can someone please answer tyskis's question? For some reason everyone's been ignoring him.
Back to top
tyskis


Member


Joined: 20 Nov 2003
Posts: 238

Posted: 29 Jan 2004 09:26:56 am    Post subject:

Quote:
Can someone please answer tyskis's question? For some reason everyone's been ignoring him.


exactly, noone cares about me *sniff* Smile

some more info:
deleting the appvar and reuploading nimbus doesn't work, neither does clearing ram...
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 29 Jan 2004 10:29:25 am    Post subject:

Maybe it's nobody knows the answer to tyskis's question.
Back to top
Toksyuryel
Crimson Dragon Software


Elite


Joined: 14 Jun 2003
Posts: 880

Posted: 29 Jan 2004 04:13:52 pm    Post subject:

Well they could at least acknowlege that fact instead of giving him the cold shoulder.
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 29 Jan 2004 05:12:16 pm    Post subject:

Guess know one was paying any attention and only reading other news. That would be me.
Back to top
tyskis


Member


Joined: 20 Nov 2003
Posts: 238

Posted: 30 Jan 2004 02:04:41 am    Post subject:

i think so to, there always came alot of posts in directly after...

But i would like an answer still :)

has noone else had this problem?
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Page 4 of 8 » All times are UTC - 5 Hours

 

Advertisement