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

Pages: 1 ... 12 13 [14] 15 16 ... 55
196
Calculator C / Re: Noob Questions about Porting
« on: February 25, 2012, 04:54:35 pm »
-L and -l should be in LDFLAGS.
CFLAGS should contain -I /path/to/the/include/directory, that contains gmp.h.

197
News / Re: Ndless v3.1 beta for OS v3.1 with TI-Nspire CX support released
« on: February 24, 2012, 08:19:34 am »
r553 actually appeared to be broken, sorry about that :(
r557 should be OK: http://www.unsads.com/projects/nsptools/downloader/download/release/1

198
News / Re: Ndless v3.1 beta for OS v3.1 with TI-Nspire CX support released
« on: February 24, 2012, 04:28:10 am »
Do I really need an RS232 adapter in order to run that hello world program?

There is unfortunately no builtin console at the moment.
If you run it on nspire_emu, you will see the output in the DOS console.

Quote
Also, when attempting to create a makefile it says: sh: nspire-tools: command not found

Are you using a recent SDK? npire-tools has been introduced in v3.1 r543.

199
News / Re: Native Lua Extensions thanks to the latest Ndless update !
« on: February 22, 2012, 03:02:05 pm »
Interesting idea :)

200
News / Re: Native Lua Extensions thanks to the latest Ndless update !
« on: February 22, 2012, 02:26:36 pm »
Embedding an instance of the Lua interpreter in a C program would be possible. But TI's specific Lua GUI API requires being fully integrated with the document editor, what you want to do wouldn't be possible.

201
Ndless / Re: Retro TV effect for Nspire
« on: February 21, 2012, 08:10:11 am »
Nice :)
You may be interested by Ndless's new builtin function nl_set_resident() (on the SVN trunk, to yet upload as a release): http://hackspire.unsads.com/wiki/index.php/Ndless_features_and_limitations#Resident_programs

I'm planning to extend the support for hooks by Ndless, any ideas are welcome. It would include:
 - Hook installation detection (something similar to your is_already_hooked())
 - Standard hook points, to avoid programs having to include themselves the hook adresses (switch on/switch off would be one of them)
 - Multiple hooks at this point
 - Hook uninstallation

202
Ndless / Re: ELF Loader for Ndless - (now ready for non-dev use)
« on: February 21, 2012, 05:11:10 am »
Good, I'm waiting for it :)

203
TI-Nspire / Re: Line Runner for Nspire
« on: February 20, 2012, 04:48:58 pm »
It's the good way, but use memov instead of memcpy.

204
Lua / Re: Controlling external hardware through Lua
« on: February 18, 2012, 07:53:02 am »
You should try low-level serial port access, it shouldn't be too difficult.

205
hoffa, could anything done with Ndless Lua extensions to improve the engine?
An alternative to the default key press detection?
Scrolling?
A wrapper to nRGBlib's drawTile8Multicolors()?

206
Lua / Re: Controlling external hardware through Lua
« on: February 18, 2012, 02:47:57 am »
jimbauwens, may be you would be interested by a native Lua extension for this, without the original print() limitations?

207
News / Re: Ndless v3.1 beta for OS v3.1 with TI-Nspire CX support released
« on: February 16, 2012, 05:29:40 pm »
Thanks, I'll update this.

208
TI-Nspire / Re: notepad for the nspire
« on: February 15, 2012, 04:55:51 pm »
I would gladly add a default .txt file association for it if you are planning to support it.

209
General Calculator Help / Re: TI-Nspire Restart Loop
« on: February 15, 2012, 04:31:03 pm »
Did you let it charge long enough?
Would it be possible for you to borrow another battery and reinstall the OS with it? I see no other solution.

210
nSDL / Re: SDL for the TI-Nspire
« on: February 15, 2012, 12:48:09 pm »
Good :)

Here the address of the field that contains the function pointer is expected, so the & is required.

Pages: 1 ... 12 13 [14] 15 16 ... 55