Author Topic: OTBP++ errors  (Read 10328 times)

0 Members and 1 Guest are viewing this topic.

Offline skuller972

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 335
  • Rating: +11/-4
  • BEAST MODE
    • View Profile
Re: OTBP++ errors
« Reply #15 on: March 29, 2009, 03:58:07 pm »
ok thanks i gonna use the original because it comes in groups

uhh... half of the characters for programming are missing, for example:
how do you specify hex and binary and octal radixes
and underscores and lowercase letters
« Last Edit: March 29, 2009, 05:33:03 pm by skuller972 »
Then again, maybe not...
<a href="http://www.nerdtests.com/ft_nt2.php">
<img src="http://www.nerdtests.com/images/badge/nt2/bc7bf8e12353f09e.png" alt="NerdTests.com says I'm a Cool Non-Nerd.  Click here to take the Nerd Test, get nerdy images and jokes, and talk to others on the nerd forum!">
</a>

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: OTBP++ errors
« Reply #16 on: March 29, 2009, 09:31:10 pm »
Binary: Put a "b" at the end.
Hex: Put an "h" at the end.
Octal: N/A

For lowercase letters, you just... type them... for underscores you can use one of those character set programs.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline skuller972

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 335
  • Rating: +11/-4
  • BEAST MODE
    • View Profile
Re: OTBP++ errors
« Reply #17 on: March 30, 2009, 06:27:22 am »
oh thanks, but i thought it didnt accept lowercase? oh well, it works
Then again, maybe not...
<a href="http://www.nerdtests.com/ft_nt2.php">
<img src="http://www.nerdtests.com/images/badge/nt2/bc7bf8e12353f09e.png" alt="NerdTests.com says I'm a Cool Non-Nerd.  Click here to take the Nerd Test, get nerdy images and jokes, and talk to others on the nerd forum!">
</a>

Offline JonimusPrime

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 389
  • Rating: +25/-5
    • View Profile
    • Jonimoose.net
Re: OTBP++ errors
« Reply #18 on: April 01, 2009, 05:07:32 pm »
Or you could also use calcutil to run the program and it will automaticly unarchive teh subrutines as long as teh main program is in basic.

"Always code as if the person who will maintain your code is a maniac serial killer that knows where you live" -Unknown

"If you've done something right no one will know that you've done anything at all" -Futurama

"Have a nice day, or not, the choice is yours." Tom Steiner

Offline skuller972

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 335
  • Rating: +11/-4
  • BEAST MODE
    • View Profile
Re: OTBP++ errors
« Reply #19 on: April 28, 2009, 07:14:12 pm »
OK, I have used this program for a while, and I still dont get how to make MirageOS or DCS headers... I need help...
Then again, maybe not...
<a href="http://www.nerdtests.com/ft_nt2.php">
<img src="http://www.nerdtests.com/images/badge/nt2/bc7bf8e12353f09e.png" alt="NerdTests.com says I'm a Cool Non-Nerd.  Click here to take the Nerd Test, get nerdy images and jokes, and talk to others on the nerd forum!">
</a>

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: OTBP++ errors
« Reply #20 on: April 29, 2009, 02:09:14 pm »
I tried making a DCS header but it only displays an error message...
I tried putting a jr instead of a jp in the header, with no errors as a result. But I know this isn't a correct DCS header... :P
Former Coder of Tomorrow


Offline skuller972

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 335
  • Rating: +11/-4
  • BEAST MODE
    • View Profile
Re: OTBP++ errors
« Reply #21 on: April 29, 2009, 05:46:39 pm »
I have no idea what that just meant because I have never made a DCS header before :)
Then again, maybe not...
<a href="http://www.nerdtests.com/ft_nt2.php">
<img src="http://www.nerdtests.com/images/badge/nt2/bc7bf8e12353f09e.png" alt="NerdTests.com says I'm a Cool Non-Nerd.  Click here to take the Nerd Test, get nerdy images and jokes, and talk to others on the nerd forum!">
</a>

Offline Ti-newb

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 180
  • Rating: +3/-0
    • View Profile
Re: OTBP++ errors
« Reply #22 on: June 01, 2009, 09:49:28 pm »
whats a DCS Header..

Offline noahbaby94

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 585
  • Rating: +29/-24
    • View Profile
    • My blog
Re: OTBP++ errors
« Reply #23 on: June 01, 2009, 09:50:48 pm »
From my understanding it is a hex code which the shell doorcs reads and makes an icon.
That's what she said!!!

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Re: OTBP++ errors
« Reply #24 on: June 01, 2009, 10:16:02 pm »
You can always check the Doors CS 6 Developer's SDK Documentation. It explains the format that it expects here.
There are 10 types of people in this world-- those that can read binary, and those that can't.