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
« 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 : 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
« on: January 22, 2013, 04:32:47 am »
In fact it's ok, I've already wrote my routine thanks
1428
« 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 ( ), 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
1429
« 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
« 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
1431
« on: January 21, 2013, 11:07:01 am »
This code crashes : 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 ?
1432
« 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
« on: January 21, 2013, 08:33:01 am »
Plop, I've been encountering some problems with Ndless' UI features. This code : 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 : 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
« 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
« on: January 19, 2013, 03:56:37 pm »
Un programme complet qui devrait marcher ::.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
« 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 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
« on: January 19, 2013, 07:47:32 am »
Bump, I just quote myself 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 ?
Also, why did I get a downrating for that
1438
« on: January 19, 2013, 07:43:52 am »
Looks nice ! I think that the digging speed is a bit low though.
1439
« 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
« on: January 14, 2013, 12:01:07 am »
Horay 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 ?
Pages: 1 ... 94 95 [96] 97 98 ... 133
|