Author Topic: Appvar[83+ & 84]  (Read 4425 times)

0 Members and 1 Guest are viewing this topic.

Offline Samos

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Appvar[83+ & 84]
« on: February 15, 2013, 04:07:58 pm »
Hi guys and girl(s)!
I'm looking for some piece of code!
I am trying to create an appvar for TI 83+ and TI 84 from my computer.
Code: [Select]
#include <fstream>

int main()
{
    std::ofstream passe("app.8xv");
    return 0;
}
I used this code to create it but when I transfer the void appvar to wabbitemu, "Invalid file format" appears, then "invalid file argument"

So, I looked at the source of an appvar with notepad++ and I saw:


I copied the first line into my appvar(I couldn't copy the second and the third), but now I can see:"Wabbitemu z80 emulator doesn't work..."
Could someone help me please?  ;D  (sorry for the frightening english)
« Last Edit: February 15, 2013, 04:08:26 pm by Samos »

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Appvar[83+ & 84]
« Reply #1 on: February 15, 2013, 04:16:55 pm »
Before any attempt of creating such a file, you should look at the format of a Ti-8x+ appvar. I'm sure that there's a header saying "Hey, I'm an appvar" :)

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: Appvar[83+ & 84]
« Reply #2 on: February 15, 2013, 06:45:07 pm »
Yeah, you'd probably need to modify some binary stuff.

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

Offline Samos

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Appvar[83+ & 84]
« Reply #3 on: February 17, 2013, 05:42:44 am »
HURRA, I get it  ;D
But how can I interpret it?

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: Appvar[83+ & 84]
« Reply #4 on: February 17, 2013, 07:23:30 am »
Check out this topic:
http://ourl.ca/18085

There's a file called 8xp28xv.exe which should do that for you, and FloppusMaximus mentioned that their TIpack should also do that (which also includes the source): http://www.ticalc.org/archives/files/fileinfo/399/39967.html

Offline Samos

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Appvar[83+ & 84]
« Reply #5 on: February 27, 2013, 04:25:29 pm »
Thank you for your help  :)
I found another way to create the appvar, using tokenIDE