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.


Topics - lkj

Pages: 1 [2]
16
Calculator C / length of filenames / paths?
« on: November 30, 2011, 02:57:08 pm »
Does anyone know how long filenames and paths can be on the nspire?

17
General Calculator Help / nspire low memory pop-up
« on: November 20, 2011, 04:58:50 pm »
I have about 9 MB free memory on my nspire CAS, but when I was writing a document (only 4 KB or so) suddenly a low memory message appeared, something like "not much memory left, save the document". Is this a real problem and what causes it?

18
Calculator C / Timers in the Nspire
« on: October 21, 2011, 02:17:05 pm »
Can anybody explain me how  to use the timers of the nspire, pls? I haven't ever used timers before and don't understand the explanations on hackspire.

19
General Calculator Help / TiLP installation on Windows 7 64 bit
« on: September 14, 2011, 03:22:03 pm »
Because Computer Link doesn't work on my compute, I've tried to install TiLP. First, I installed version 1.15, but there was always an error message about some "atk_something.dll" not being found. Then I tried version 1.16: the newest build first complained about "iconv.dll" being missing and when I downloaded an iconv.dll this error disappeared but a new error came about an entry point in an usb dll not being found. Then I tried some other 1.16 builds, but with all the same error. Then I retried 1.15 and somehow it seemed to work: the program starts now correctly. But it doesn't connect to my Nspire CAS and in the cmd window there's always the warning "no devices found". Does anybody now what to do?

20
General Calculator Help / Installing Nspire student software on a new PC?
« on: September 13, 2011, 12:31:08 pm »
I have bought a new PC and now I want to uninstall the student software on the old one and install it on the new one. But even if I uninstall it on my old computer the installer says I have already used the licence to install it. Does anyone know how to do it? Or isn't it possible at all.

21
Introduce Yourself! / Hello!
« on: September 13, 2011, 12:07:27 pm »
Hi! I'm Luc and I'm new here. I can program a little bit (C and TI-basic ;)) but I want to get better, so I came here. I own a TI-Nspire CAS.

22
Calculator C / Problem with C code
« on: September 07, 2011, 02:28:05 pm »
I have a problem with the following  code:

Code: [Select]
for(w = 0, w < levelheader->number_of_eggs, ++w){
        //do something
}
Where levelheader is a pointer to a struct:
Code: [Select]
typedef struct LEVElHEADER{
//...
    uint16_t number_of_eggs;
//...
}levelheader_t;
When I try to compile it, I get these errors :
test.c:7:18: warning: value computed is not used
test.c:7:54: error: expected ';'  before ')' token

I just can't find the problem ???

Pages: 1 [2]