Author Topic: TI Connect Software sending file to Archive instead of RAM  (Read 4446 times)

0 Members and 1 Guest are viewing this topic.

Offline denis mukhin

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +1/-0
    • View Profile
TI Connect Software sending file to Archive instead of RAM
« on: April 14, 2014, 03:01:49 pm »
I was working on an Axe Parser program using the clrhome.org IDE, but when I tried to send the resulting program to the calculator, I could not get it to go to RAM. Is there any way to fix this?

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: TI Connect Software sending file to Archive instead of RAM
« Reply #1 on: April 14, 2014, 03:42:24 pm »
1) Why do you want your program in RAM ? Isn't it better in Archive ? ???
2) When you dragged and dropped your program onto the Device Explorer window, did you drop under the "Flash" word or above it ?
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: TI Connect Software sending file to Archive instead of RAM
« Reply #2 on: April 14, 2014, 03:44:28 pm »
Just un-archive it on your calc?
Also, a prog is far better in archive to prevent it being gone on ram clears and with things like zStart you can run it off of the archive anyways.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline denis mukhin

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +1/-0
    • View Profile
Re: TI Connect Software sending file to Archive instead of RAM
« Reply #3 on: April 14, 2014, 05:09:14 pm »
The reason I'm asking is because if i try to send a normal program to the archive, it treats it like a variable(?) and I don't know how to use it or what to do with it. Maybe it's a different problem altogether?