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 - ElementCoder

Pages: 1 ... 40 41 [42] 43 44 ... 46
616
Introduce Yourself! / Re: Hello!
« on: September 08, 2012, 05:03:49 am »
Welcome to the forums! And since ruler501 failed to find the peanuts I'll give you two bags :P
!peanuts
!peanuts

617
Humour and Jokes / Re: Nspire Emulator on nspire!
« on: September 04, 2012, 11:02:15 am »
Wow this is a big project. Glad I didn't have to go through the struggle to make it :P

618
Introduce Yourself! / Re: Hey!
« on: September 03, 2012, 10:31:02 am »
Hi and welcome to omni :D Have some nuts:
!peanuts

Where did this tradition start anyway?


619
General Calculator Help / Re: Operating System not found.
« on: August 29, 2012, 03:43:56 am »
Better charge it as well, battery's running low :P

620
General Calculator Help / Re: help with a nover crash
« on: August 28, 2012, 10:04:22 am »
Maybe there could be a multi-step warning. If you go till 10% it says "Dangerous", if you go further say till 20% it would say "Serious Hazard" and any further then that would say "You calc may go nuclear" or something like that.

621
General Calculator Help / Re: help with a nover crash
« on: August 28, 2012, 04:36:48 am »
Indeed, the nover warnings should be taken in account. Especially the AHB warning. They are there for a reason. While going too high on the CPU (and maybe Base too, i don't know) will only result in a reboot, putting the AHB frequency too high can cause severe memory corruption.

622
News / Re: nRemote : Control your TI-Nspire from your computer !
« on: August 28, 2012, 04:18:54 am »
He's back... with a TI-Nspire CM-C ;)
http://tiplanet.org/forum/viewtopic.php?t=10282
I must say those CM-Cs look quite beautiful with that white. I want one too :P

623
TI-Nspire / Re: Play SNES Games on your ti-nspire CX
« on: August 28, 2012, 04:16:30 am »
And how do we run this? Rename to pocketsnes.exe.tns and then run it with gpsp?

624
News / Re: A new graphic SDK for Ndless
« on: August 27, 2012, 06:10:11 am »
Replace nioconsole with nio_console in line 5 ;)
How could I miss that -.- Well everything works fine now :D got Hello World to appear on the screen :P

625
Lua / Re: Updating WZGUILib
« on: August 27, 2012, 04:42:17 am »
Did you meant fullscreen as the glitch I've discovered and used in NyanCat ?

How do you do that? It seems interesting to me :)

[edit] This is a nice lib! Now to see what projects I can use it for.

626
News / Re: A new graphic SDK for Ndless
« on: August 26, 2012, 02:34:23 pm »
nspire_emu won't let me send files to it. What could be wrong? I was using an old rev of ndless (643 :P)

And when building the hello world example it throws me an error:
Code: [Select]
nspire-gcc -Os -Wall -W -marm -c main.c
main.c: In function 'main':
main.c:5:2: error: unknown type name 'nioconsole'
main.c:9:2: warning: passing argument 1 of 'nio_InitConsole' from incompatible pointer type [enabled by default]
\Users\Gebruiker\Downloads\ndless-v3.1-beta-r695-sdk\ndless-v3.1-beta-r695-sdk/ndless/bin/../3rd/nspireio/include/nspireio2.h:117:6: note: expected 'struct nio_console *' but argument is of type 'int *'
main.c:10:2: warning: passing argument 1 of 'nio_DrawConsole' from incompatible pointer type [enabled by default]
\Users\Gebruiker\Downloads\ndless-v3.1-beta-r695-sdk\ndless-v3.1-beta-r695-sdk/ndless/bin/../3rd/nspireio/include/nspireio2.h:122:6: note: expected 'struct nio_console *' but argument is of type 'int *'
main.c:11:2: warning: passing argument 1 of 'nio_printf' from incompatible pointer type [enabled by default]
\Users\Gebruiker\Downloads\ndless-v3.1-beta-r695-sdk\ndless-v3.1-beta-r695-sdk/ndless/bin/../3rd/nspireio/include/nspireio2.h:172:6: note: expected 'struct nio_console *' but argument is of type 'int *'
main.c:13:2: warning: passing argument 1 of 'nio_CleanUp' from incompatible pointer type [enabled by default]
\Users\Gebruiker\Downloads\ndless-v3.1-beta-r695-sdk\ndless-v3.1-beta-r695-sdk/ndless/bin/../3rd/nspireio/include/nspireio2.h:196:6: note: expected 'struct nio_console *' but argument is of type 'int *'
make: *** [main.o] Error 1
Built.

My code:
Code: [Select]
#include <os.h>
#include <nspireio2.h>

int main(void) {
nioconsole csl;
lcd_ingray();
clrscr();
//53 col, 29 row, 0px offset for x/y, bgcolor, fgcolor
nio_InitConsole(&csl, 53, 29, 0, 0, 0, 15);
nio_DrawConsole(&csl);
nio_printf(&csl, "Hello World!");
wait_key_pressed();
nio_CleanUp(&csl);
return 0;
}

627
TI-Nspire / Re: TI-Nspire Program Collection Thread
« on: August 26, 2012, 02:02:56 pm »
I see, this will indeed make it easier to collect all programs, I'll update the first post to link there instead. But why do you make the download link point to the section and not the program itself?

628
TI-Nspire / Re: TI-Nspire Program Collection Thread
« on: August 26, 2012, 11:41:54 am »
Phew, managed to squeeze the entire ASM section on ticalc in there ;D Hope you guys find it useful. Later on I may sort them on genre as well, but for now that will have to wait.
[edit] genre being Games, Utilities etc.

629
News / Re: A new graphic SDK for Ndless
« on: August 26, 2012, 11:39:11 am »
Now this is interesting. This will surely help me with development. I've always found it a bit of a hassle :/ Downloading now!

630
TI-Nspire / TI-Nspire Program Collection Thread
« on: August 25, 2012, 01:56:19 pm »
TI-Nspire Program Collection Thread

What this thread is about...
This thread came forth when I found myself searching the forums again and again to refind those specific programs. With this thread I want to try to list every program out there for Lua and C and most of them written in BASIC. The programs will also be sorted to make finding what you need even easier!

List of all TI-Nspire programs:
https://docs.google.com/spreadsheet/ccc?key=0AhrO0Js_FQ_CdE1KaG5nWklqNUdFalprdndUX3dZMGc#gid=0

List of all ndless programs: (thanks to compu)
http://vortexirc.com/nspire/

Pages: 1 ... 40 41 [42] 43 44 ... 46