Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Matrefeytontias

Pages: 1 ... 94 95 [96] 97 98 ... 133
1426
The Axe Parser Project / Re: Bug Reports
« on: January 23, 2013, 02:37:36 pm »
Bump,

It seems that compilation as App is completely broken with Axe 1.2.1a ... I can't even compile an empty program as an app, it always says "UNKNOWN ERROR" and then send me at the end of the source.

Error code :
Code: [Select]
009DB900B3AB3FB4
B3ABB3AB55D48AA7
1F00000040018478
8B8068CB

EDIT : I re-sent Axe 1.2.1a to my calc (exactly the same version) and compilation as app worked ???

1427
The Axe Parser Project / Re: Axe Parser
« on: January 22, 2013, 04:32:47 am »
In fact it's ok, I've already wrote my routine :P thanks

1428
The Axe Parser Project / Re: Axe Parser
« on: January 22, 2013, 02:33:44 am »
Bump,

At school, I'm in a project that requires the linking abilities of my Ti-83+, and since I'm too lazy to make it in assembly (:P), I wondered : what's the protocol you're using with the Send( command ? My goal is to catch the bits sent with an Arduino in a byte.

Also, since these functionalities had been added to the latest version of Axe, I think you should remove the current poll and make a new one :P

1429
Ndless / Re: General Ndless Questions and Support
« on: January 21, 2013, 02:14:59 pm »
I'm using nspire_emu_easy from Ti-Planet, it's a version with Ndl3ss already in it. Do you think it could be the wrong version ?

And there is a SaveAs popup ? O.o I didn't see it.

1430
TI Z80 / Re: Fast Langton's Ant (ASM)
« on: January 21, 2013, 11:27:33 am »
Just release the hex, it'll be a great exercise for me to traduce it to ASM without any reference ;D

1431
Ndless / Re: General Ndless Questions and Support
« on: January 21, 2013, 11:07:01 am »
This code crashes :
Code: [Select]
int main()
{
  char *filename;

  if(show_msg_user_input("A", "B", "C", &filename) != -1) free(filename);
  return 0;
}

And I can't find any libndls directory in /ndless/ ... (I use the Ndl3ss SDK)

EDIT : second question on the go : why does libndls's refresh_osscr() crashes ? :banghead:

1432
Ndless / Re: General Ndless Questions and Support
« on: January 21, 2013, 09:58:14 am »
Hmhm, I'll try that, and the show_msgbox_2b bug ?

EDIT : nope, it crashes before the free(filename);, right after char *filename.

1433
Ndless / Re: General Ndless Questions and Support
« on: January 21, 2013, 08:33:01 am »
Plop,

I've been encountering some problems with Ndless' UI features. This code :
Code: [Select]
show_msgbox_2b("Title", "Text", "Button 1", "Button 2");Gives that :



And it's basically the same with show_msgbox_3b (displays a dialog box with 3 buttons) ; the labels are "Button 1Button 2Button 3", "Button 2Button 3" and "Button 3".

Also, this code just crashes nspire_emu :
Code: [Select]
char filename[256];
show_msg_user_input("Test", "Test this", "Default", &filename);
printf("%s", filename);
free(filename);

return 0;

I think that it's a bug with Ndless ...

1434
The Axe Parser Project / Re: Features Wishlist
« on: January 20, 2013, 05:55:08 pm »
One byte (a group of 8 horizontal pixels) is far simpler to update than a pixel, so maybe it's possible.

1435
[FR] Programmation Axe Parser / Re: Manipulation des appvars en Axe
« on: January 19, 2013, 03:56:37 pm »
Un programme complet qui devrait marcher :
Code: [Select]
:.déclare et remplit l'appvar
:GetCalc("appvCARRE",8)→A
:Copy([FFFFFFFFFFFFFFFF],A,8)
:
:.Copie l'appvar dans Pic0
:GetCalc("Pic0",756)→P
:.756 octets est la taille réglementaire d'une Pic
:Copy(A,P,8)

1436
F-Zero 83+ / Re: F-Zero Progress Thread
« on: January 19, 2013, 03:52:34 pm »
I'm guessing the reason calc84maniac hasn't provided a download for it already is because he doesn't feel that he's ready to. This is an extremely complicated and somewhat old project, so progress is probably slow. Posts like this pressure authors to work faster and push out a release, even if they don't feel prepared to.

But I don't press anyone, I just said that it'd be cool if calc84maniac released a version for which he already posted a screenshot O.O for me, if he posted a screenshot, I understand it as it's already somehow playable. I don't necessarily want a full complete version.

1437
F-Zero 83+ / Re: F-Zero Progress Thread
« on: January 19, 2013, 07:47:32 am »
Bump,

I just quote myself :P

Calc84maniac, I'd like to test the app corresponding to the latest screenshot, can you attach it or give a DL link for your fans pleaaase ? ;D
Also, why did I get a downrating for that ???

1438
TI-Nspire / Re: DrillMiner
« on: January 19, 2013, 07:43:52 am »
Looks nice ! :D I think that the digging speed is a bit low though.

1439
[FR] Programmation Axe Parser / Re: Manipulation des appvars en Axe
« on: January 17, 2013, 10:00:41 am »
Qu'entends-tu par un pic ? Le pointeur ou la variable Ti-Basic ?

Et Copy("PIC",Pic0) est la plus grosse aberration que j'aie jamais vu avec des appvars. Là tu copies la chaîne "PIC" dans Pic0, que tu n'as pas encore déclaré.

Donc je répondrai en fonction de quelle Pic0 tu utilises (cf première question).

1440
F-Zero 83+ / Re: F-Zero Progress Thread
« on: January 14, 2013, 12:01:07 am »
Horay :P

Also calc84maniac, I'd like to test the app corresponding to the latest screenshot, can you attach it or give a DL link for your fans pleaaase ? ;D

Pages: 1 ... 94 95 [96] 97 98 ... 133